[solved] 503 Service Unavailable ON WP > wp-admin/options.php

NiteWave

Administrator
#21
in /usr/local/apache/logs/stderr.log, there are lots of error "Cannot load module 'XCache' because conflicting module 'eAccelerator' is already loaded in Unknown on line 0"

commented out /usr/local/lib/php.ini following lines:
extension="xcache.so"
extension="ixed.5.2.lin"

restarted lsws. looks much better
 

NiteWave

Administrator
#25
still the php extension's issue.

did testing with following extensions in /usr/local/lib/php.ini:

zend_extension="/usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so"
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
extension="ixed.5.2.lin"
extension="eaccelerator.so"
extension="suhosin.so"

comment out
extension="suhosin.so"
then 503 error gone away. others are fine.

it's a IPS Community forum.
 

pooyan

Well-Known Member
#26
still the php extension's issue.

did testing with following extensions in /usr/local/lib/php.ini:

zend_extension="/usr/local/Zend/lib/Optimizer-3.3.9/php-5.2.x/ZendOptimizer.so"
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
extension="ixed.5.2.lin"
extension="eaccelerator.so"
extension="suhosin.so"

comment out
extension="suhosin.so"
then 503 error gone away. others are fine.

it's a IPS Community forum.
Yes, Thanks
Resolved
But after you changed settings
some times ( ~ +10 on a day ) lsws be down
please help me
 
#34
the lsws main configuration file: /usr/local/lsws/conf/httpd_config.xml

since cPanel environment, other global settings and virtual hosts are defined by apache, the main configuration file is /usr/local/apache/conf/httpd.conf. uninstall/install lsws won't change these files.
 
Top