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

RE: What is httpd -X?

2007-09-21 Thread Ashwani Kumar Sharma
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, September 20, 2007 8:04 PM To: dev@httpd.apache.org Subject: Re: What is httpd -X? On 9/20/07, Ashwani Kumar Sharma [EMAIL PROTECTED] wrote: I want to start the httpd web server

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

What is httpd -X?

2007-09-20 Thread Ashwani Kumar Sharma
Hi Folks, I wanted to know: 1. What is httpd -X 2. Whether I can use this -X option for the deployment. Somebody please guide me. Thanks and Regards, Ashwani Sharma Mob: 09916454843 Off: +91-80-26265053 DISCLAIMER: This message (including attachment if any

Re: What is httpd -X?

2007-09-20 Thread Joshua Slive
On 9/20/07, Ashwani Kumar Sharma [EMAIL PROTECTED] wrote: What is httpd –X See: http://httpd.apache.org/docs/2.2/programs/httpd.html Whether I can use this –X option for the deployment. The better question is: why would you want to? You mention nothing about what problem you are trying

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

Re: What is httpd -X?

2007-09-20 Thread Andreas Kotes
Hello, * Joshua Slive [EMAIL PROTECTED] [20070920 15:12]: On 9/20/07, Ashwani Kumar Sharma [EMAIL PROTECTED] wrote: Whether I can use this –X option for the deployment. The better question is: why would you want to? You mention nothing about what problem you are trying to solve, so

RE: What is httpd -X?

2007-09-20 Thread Ashwani Kumar Sharma
is httpd -X? I'm wondering a bit why the -X argument is in the docs, but not listet using httpd -h I want to start the httpd web server through my own application and then I would like to shut down the web server once I wish to bring my application down, normally or abnormally (in case

Re: What is httpd -X?

2007-09-20 Thread Joshua Slive
On 9/20/07, Ashwani Kumar Sharma [EMAIL PROTECTED] wrote: I want to start the httpd web server through my own application and then I would like to shut down the web server once I wish to bring my application down, normally or abnormally (in case). Will it be fine if I spawn the Apache web