Click to See Complete Forum and Search --> : Apache, Redhat 7.1, SSH Question


dbc
09-12-2001, 11:55 AM
I'm using SSH to remotely administer my Apache server and I cant figure out how to restart httpd. One source said to kill -HUP the parent process but that didnt seem to work. I know this info is out there somewhere (i swear I've seen it) but I cant seem to pull this info out of any of the docs that I've found.

thanks,
dbc

Craig McPherson
09-12-2001, 10:38 PM
There's a program called "apache-ctl" used to start, stop, and restart Apace. Use it. Or use your distro's Apache init script.

klamath
09-13-2001, 12:38 AM
That would be 'apachectl', but yeah -- just use that. Being logged in via SSH is no different than being connected to a regular terminal.