Restart Apache Server

To Restart an Apache server you have to login as root user and open a shell prompt (command prompt).
Then you have to type:

To restart the server: /usr/sbin/apachectl graceful
To stop the server: /usr/sbin/apachectl stop
To start the server: /usr/sbin/start

No comments:

Post a Comment