I have also encountered this problem, but when running Apache as a normal
installed web server (as a service).

I have tried:

net stop apache2.2

It tried stopping the service for some time, but without success. I have
also tried

httpd -k stop

But it doesn't want to shut it down.

I have also tried stopping the process from Windows processes list, but it
shown  that it is in the process of stopping...

So I needed to reboot.



Octavian

----- Original Message ----- 
From: "Sam Carleton" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Thursday, February 01, 2007 5:31 AM
Subject: [EMAIL PROTECTED] Apache/2.2.3 on windows not shutting down


> My windows GUI app is starting apache and needs to shut it down before
> it exits.  I have tried following the manual:
>
> ------------------------
> You can tell a running Apache to stop by opening another console
> window and entering:
>
> httpd -k shutdown
>
> This should be preferred over pressing Control-C because this lets
> Apache end any current operations and clean up gracefully.
> ------------------------
>
> But it does not work.  Does anyone know why?  I know it is better to
> run it as a service, but that is not an option for my usage of apache.
>  I am NOT using the standard httpd.conf, I have also tried sending
> this:
>
> httpd -k shutdown -f <path to conf file>
>
> And that does not work either.  Any thoughts?
>
> Sam
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to