|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
my error_log is full of segment* faults, removed 400 Mb error_log file
![]() how can i find out why do these occour ? i modified mod_setenvif, added fprintf(log,"%d %s\n",getpid(),r->uri); but this log doesn't pids that error_log mentions :\ |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
In article <1107885238.325156.8980@l41g2000cwc.googlegroups.c om>,
ytz997@gmail.com wrote: > my error_log is full of segment* faults, removed 400 Mb error_log file > ![]() > > how can i find out why do these occour ? > i modified mod_setenvif, added fprintf(log,"%d %s\n",getpid(),r->uri); > but this log doesn't pids that error_log mentions :\ The problem is that Apache normally only generates a log entry after the request has finished. In this case, it's segfaulting before that can happen. Try looking at mod_log_forensic. It can log every request before it's processed. -- Dan Wilga dwilga-MUNGE@mtholyoke.edu ** Remove the -MUNGE in my address to reply ** |
|
![]() |
| Outils de la discussion | |
|
|