Archive for the ‘Apache’ Category

Reboot httpd apache server

Monday, June 25th, 2007

Your server is currently online and responding to SSH. If you are in need to reboot your server, you may do so by using the command “shutdown -rf now” from the SSH prompt.

Restart Service - linux server httpd

Monday, June 25th, 2007

Use Putty login the root

Restart Service: “service httpd restart” or “/etc/rc.d/init.d/httpd restart”