You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Venkatesh Sangam <ve...@hotmail.com> on 2001/05/24 22:28:15 UTC

Stop Apache ..

Hi
Can anyone please tell me how to stop Apache Server (other than Ctrl C)
Thanks
Venkatesh
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Re: Stop Apache ..

Posted by Gerald Waugh <ge...@waugh.com>.
Venkatesh Sangam <ve...@hotmail.com> wrote


> Hi
> Can anyone please tell me how to stop Apache Server (other
than Ctrl C)
> Thanks
> Venkatesh

/etc/rc.d/init.d/httpd stop
or on some systems
/etc/rc.d/init.d/httpd.init stop
Change stop to start to get it going again.
Gerald



Re: Stop Apache ..

Posted by Y Toshiko <ma...@hotmail.com>.
Sorry, made a mistake in my previous mail.
"apachectl" is right.
I wrote "apachect" instead.

input
# /usr/local/apache/bin/apachectl stop

----- Original Message -----
From: "Y Toshiko" <ma...@hotmail.com>
To: <to...@jakarta.apache.org>
Sent: Friday, May 25, 2001 12:26 PM
Subject: Re: Stop Apache ..


> On what platform is your Apache working ?
> If it's Solaris
> # /usr/local/apache/bin/apachect stop
> will stop Apache.
>
> # /usr/local/apache/bin/apachect start
> will start Apache.
>
> You can find an article about apachectl in:
> http://httpd.apache.org/docs/programs/apachectl.html
>
> Hope this helps.
>
> ----- Original Message -----
> From: "Venkatesh Sangam" <ve...@hotmail.com>
> To: <to...@jakarta.apache.org>
> Sent: Friday, May 25, 2001 5:28 AM
> Subject: Stop Apache ..
>
>
> > Hi
> > Can anyone please tell me how to stop Apache Server (other than Ctrl C)
> > Thanks
> > Venkatesh
> >
_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
> >
> >
>

Re: Stop Apache ..

Posted by Y Toshiko <ma...@hotmail.com>.
On what platform is your Apache working ?
If it's Solaris
# /usr/local/apache/bin/apachect stop
will stop Apache.

# /usr/local/apache/bin/apachect start 
will start Apache.

You can find an article about apachectl in:
http://httpd.apache.org/docs/programs/apachectl.html

Hope this helps.
  
----- Original Message ----- 
From: "Venkatesh Sangam" <ve...@hotmail.com>
To: <to...@jakarta.apache.org>
Sent: Friday, May 25, 2001 5:28 AM
Subject: Stop Apache ..


> Hi
> Can anyone please tell me how to stop Apache Server (other than Ctrl C)
> Thanks
> Venkatesh
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 

RE: Stop Apache ..

Posted by Filip Hanik <ma...@filip.net>.
Windows
Apache.exe -k shutdown

Unix
apachectl stop (you should have this script in your bin directory)

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
filip@filip.net
www.filip.net 

> -----Original Message-----
> From: Venkatesh Sangam [mailto:venkatesh_sangam@hotmail.com]
> Sent: Thursday, May 24, 2001 1:28 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Stop Apache ..
> 
> 
> Hi
> Can anyone please tell me how to stop Apache Server (other than Ctrl C)
> Thanks
> Venkatesh
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
>