0

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.

Mike Janson
  • 277
  • 1
  • 5
  • 10
  • put the loglevel at "debug" it's described in apache documentation iirc. –  Jan 10 '13 at 20:27

1 Answers1

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