roundcube and phpmyadmin 503 error

TheMask

Active Member
#1
roundcube and phpmyadmin gives me 503 error.
when i restart lsws they work well.

i cant find anything in logs

PHP suEXEC Max Conn 40
maybe its not enough?

CPU Soft Limit (sec) 60
CPU Hard Limit (sec) 120
Memory Soft Limit (bytes) 250M
Memory Hard Limit (bytes) 300M
Process Soft Limit 400
Process Hard Limit 450
 

TheMask

Active Member
#3
nothing special
my log settings
Log Level ERROR
Debug Level MEDIUM
Enable stderr Log No

i see many error log files all same and some htaccess errors...

2012-04-09 18:59:42.173 [ERROR] [[HTAccess]] rewrite: unknown server variable while parsing: RESPONSE_BODY
2012-04-09 18:59:42.173 [ERROR] [[HTAccess]] rewrite: unknown server variable while parsing: RESPONSE_BODY
2012-04-09 18:59:42.173 [ERROR] [[HTAccess]] rewrite: unknown server variable while parsing: RESPONSE_BODY
2012-04-09 18:59:42.173 [ERROR] [[HTAccess]] rewrite: unknown server variable while parsing: RESPONSE_BODY
2012-04-09 18:59:42.174 [ERROR] [[HTAccess]] rewrite: unknown server variable while parsing: RESPONSE_HEADERS:WWW-Authenticate
2012-04-09 18:59:42.297 [ERROR] [[HTAccess]] /lib\.php\" chain: missing closing '"'.
 

webizen

Well-Known Member
#4
change as follows:

Log Level => INFO (from ERROR)
Enable stderr Log => Yes (from No)

Seems you have cpanel. So the error log to look into is /urs/local/apache/logs/error_log.

BTW, what your PHP memory_limit? You may want to raise memory soft/hard limit in lsphp5.
 
Top