Comment 11 for bug 1008385

Revision history for this message
Ruben Laban (r-laban) wrote : Re: apache-mpm-itk writes wrong process name in /proc/$$/status

Turns out apache2 doesn't strip off the path properly:
"/usr/sbin/apache2 -k start" yields "/usr/sbin/apach"
"apache2 -k start" yields "apache2"