error 500 log

nullx8

Active Member
#1
could anyone hint me in how can i debug error 500 ?

all i have in the log is like this:
Code:
==> /usr/local/lsws/logs/error.log <==
2014-09-02 05:08:38.155 [INFO] [94.13.179.162:51814-0#profiles-Prod] Abort request processing by PID:18813, kill: 1, begin time: 6, sent time: 6, req processed: 372
2014-09-02 05:08:39.000 [INFO] [CLEANUP] Send signal: 10 to process: 18813
==> /usr/local/lsws/logs/stderr.log <==
2014-09-02 05:08:39.002 [STDERR] Child process with pid: 18813 was killed by signal: 15, core dump: 0
sadly that gives me zero hint on what caused it ...

i try debug logging on serval levels already but without luck ..

any idea ?
 
Top