How do you set apache to log the httpd PID ?
I tried using the %p and %P and I didn't see the process listed on the access_logs though.
I adeded To the log format section
I also tried
and restarted httpd each time but I don't see any change in the access logs for the vhosts in what it logs. Did I not do it correctly?
I tried using the %p and %P and I didn't see the process listed on the access_logs though.
I adeded To the log format section
LogFormat "%P" process
I also tried
LogFormat "%p %P %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
and restarted httpd each time but I don't see any change in the access logs for the vhosts in what it logs. Did I not do it correctly?