How do you increase the log level for apache to add coredumpdirectory and to catch any segfaults. I am trying to debug some issues and need apache to log every little bit of activitiy.
Asked
Active
Viewed 90 times
0
-
put the loglevel at "debug" it's described in apache documentation iirc. – Jan 10 '13 at 20:27
1 Answers
2
You would need to modify the LogLevel directive in the config file for that virtual host. See http://httpd.apache.org/docs/2.2/mod/core.html#loglevel for more detail.

John
- 9,070
- 1
- 29
- 34