Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How do I disable/delete Apache?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Nanaki
Posts: 1
Joined: 2005-09-07 21:21

How do I disable/delete Apache?

#1 Post by Nanaki »

Sorry people, I am a complete newbie at this. I didn't install Linux but my dad did. What has happened is we now have 2 apache servers running on 2 different computers. I need to disable the one on Debian so it won't mess around with mine. He did this because he wanted to make a WebCam server which he has done fine but I know it will still work without apache running as a server as I am uploading the images to my FTP server and displaying it there. I need to makew sure its disables or deleted as I don't want it running at start up.

Hope you can help! Thanks

- Nanaki

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#2 Post by lacek »

To disable apache without removing it, run this command:
update-rc.d -f apache remove
On the next boot, apache won't start.

moses
Posts: 2
Joined: 2005-09-09 15:09
Location: Finland

Remove

#3 Post by moses »

and to remove:
dpkg -l | grep apache
and
apt-get remove <package>
or
dpkg -r <package>
--------------------------------------------------------------------
More coding,
Less chatting.

Post Reply