If your Linux Apache Web server is stopped, you can start it again 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 start
Tips:
- This will start the server if it isn't running.
- If the server is running, this process will do nothing, but it may produce an error message.
What You Need
- Apache Web Server
- Linux

