Ubuntu Linux Start / Restart / Stop Apache Web Server
Task: Start Apache 2 Server
# /etc/init.d/apache2 startor
$ sudo /etc/init.d/apache2 startTask: Restart Apache 2 Server
# /etc/init.d/apache2 restartor
$ sudo /etc/init.d/apache2 restartTask: Stop Apache 2 Server
# /etc/init.d/apache2 stopor
$ sudo /etc/init.d/apache2 stop
No comments for "Ubuntu Linux Start / Restart / Stop Apache Web Server"
Post a Comment