LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Command to restart httpd service (https://www.linuxquestions.org/questions/linux-software-2/command-to-restart-httpd-service-204596/)

deWin 07-13-2004 02:55 PM

Command to restart httpd service
 
I'm kind of forgetful these days, just need the command to restart my httpd services from SSH because it's taking too much load for whatever reason.

Technoslave 07-13-2004 03:20 PM

service httpd start

or depending on where you have it located, it could be something like

/usr/local/apache2/bin/apachectl start

diablo111 07-13-2004 06:17 PM

For Redhat, it would be

service httpd restart


All times are GMT -5. The time now is 12:57 AM.