If your Linux Apache Web server is started, you can stop it with just a couple of steps.
Difficulty: Easy
Time Required: 1 minute
Here's How:
- Login to your Web server machine using SSH or telnet.
- Su to root.
- Run the apache control program:
apachectl stop
Tips:
- This command shuts down the server immediately.
- Any existing connections are terminated immediately.

