tim874536
Verified User
- Joined
- Nov 24, 2006
- Messages
- 73
Dear All,
I was using CentOS 6 with CB2.0. A few days ago, I upgraded to CloudLinux with lsphp.
However, after finishing the installation, the phpinfo shows different paths which included the mod_php path and lsphp new path.
May I know how can I fix it? This is the only server shows such situation.
Problemtic server:
PHP Version 5.3.29
Normal server
PHP Version 5.3.29
All are /usr/local/php53/
Thank you very much.
Tim
I was using CentOS 6 with CB2.0. A few days ago, I upgraded to CloudLinux with lsphp.
However, after finishing the installation, the phpinfo shows different paths which included the mod_php path and lsphp new path.
May I know how can I fix it? This is the only server shows such situation.
Problemtic server:
PHP Version 5.3.29
Code:
Configure Command './configure' '--prefix=/usr/local/php53' '--program-suffix=53' '--with-litespeed' '--with-config-file-scan-dir=/usr/local/php53/lib/php.conf.d' '--with-curl=/usr/local/lib' '--with-gd' '--enable-gd-native-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-libxml-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=mysqlnd' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=mysqlnd' '--with-pcre-regex=/usr/local' '--with-pdo-mysql=mysqlnd' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xsl' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--enable-zip' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-sockets' '--enable-soap' '--enable-mbstring' '--with-icu-dir=/usr/local/icu' '--enable-intl'
Server API LiteSpeed V6.8
Virtual Directory Support disabled
Configuration File (php.ini) Path [B][I]/usr/local/php53/lib[/I][/B]
Loaded Configuration File [B][COLOR="#FF0000"]/usr/local/lib/php.ini[/COLOR][/B]
Scan this dir for additional .ini files [B][COLOR="#FF0000"]/usr/local/lib/php.conf.d[/COLOR][/B]
Additional .ini files parsed [B][COLOR="#FF0000"]/usr/local/lib/php.conf.d[/COLOR][/B]/10-directadmin.ini, /usr/local/lib/php.conf.d/50-webapps.ini
Normal server
PHP Version 5.3.29
All are /usr/local/php53/
Code:
Configure Command './configure' '--prefix=/usr/local/php53' '--program-suffix=53' '--with-litespeed' '--with-config-file-scan-dir=/usr/local/php53/lib/php.conf.d' '--with-curl=/usr/local/lib' '--with-gd' '--enable-gd-native-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-libxml-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=mysqlnd' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=mysqlnd' '--with-pcre-regex=/usr/local' '--with-pdo-mysql=mysqlnd' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xsl' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--enable-zip' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-sockets' '--enable-soap' '--enable-mbstring' '--with-icu-dir=/usr/local/icu' '--enable-intl'
Server API LiteSpeed V6.8
Virtual Directory Support disabled
Configuration File (php.ini) Path [B]/usr/local/php53/lib[/B]
Loaded Configuration File [B]/usr/local/php53/lib/php.ini[/B]
Scan this dir for additional .ini files [B]/usr/local/php53/lib/php.conf.d[/B]
Additional .ini files parsed [B]/usr/local/php53/lib/[/B]php.conf.d/10-directadmin.ini, /usr/local/php53/lib/php.conf.d/50-webapps.ini
Thank you very much.
Tim