Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I disable apache from running? 1

Status
Not open for further replies.

contrig

IS-IT--Management
Apr 22, 2002
8
US
I'm new to apache. On my FreeBSD 4.4 box I have apache 1.3.24 running and I need to know how to disable it, without losing it's configuration.

 
apache is running and hosting a web site. I want to know how to stop it from running and how to make not startup with the system.

thanks in advance
 
apache is running in standalone mode so I cannot disable it from inetd. I need to know how to stop this from running on boot up.
 
There are two ways I know of for starting servers at startup time.

You'll either have a link, S**httpd, in your /etc/rc*.d directory which you can delete.

Or there'll be a line in the /etc/rc.local file which starts the daemon that can be deleted. ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top