AW: What is httpd -X?

2007-09-21 Thread Mario Brandt
Can you please tell me how to kill both the httpd.exe process by passing only the parent pid on Windows. Are you running apache as service or in the console? Console is the easiest = Ctrl + C service = net stop apache2.2 or taskkill -f -/IM httpd.exe Mario

AW: What is httpd -X?

2007-09-21 Thread Mario Brandt
forgot something taskkill -p 1234 -/t p use the parend pid from the pid file t to destroy the child process as well Mario

AW: What is httpd -X?

2007-09-20 Thread Mario Brandt
I'm wondering a bit why the -X argument is in the docs, but not listet using httpd -h regrads Mario -Ursprüngliche Nachricht- Von: Joshua Slive [mailto:[EMAIL PROTECTED] See: http://httpd.apache.org/docs/2.2/programs/httpd.html