View Single Post
  #13  
Old 07-13-2012, 01:35 AM
flowcubano flowcubano is offline
Member
 
Join Date: May 2011
Posts: 19
Yes before I dont had probleem, it only hapen when I install litespeed and compile php.

This is my Configure Command for compile php to 5.4.4
PHP Code:
'./configure' '--prefix=/usr/local/lsws/lsphp5' '--with-mysqli' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-sockets' '--enable-zip' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pic' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr' '--with-litespeed' 
I also have try to change Apache Port Offset to 2080 and 2443 but I get this error:
PHP Code:
root@db [~]# service httpd start
(98)Address already in use: make_sockcould not bind to address 0.0.0.0:80
no listening sockets available
shutting down
Unable to open logs
root
@db [~]# service httpd status

Looking up localhost
Making HTTP connection to localhost
Alert
!: Unable to connect to remote host.

lynxCan't access startfile http://localhost/whm-server-status 
But all my website work fine on litespeed
only that probleem with timezone that I need to fix.
Reply With Quote