PDA

View Full Version : Is it nessercary to restart apache?


mantas779
26th June 2006, 12:21
Is it nessercary to restart apache after making a virual host with a script.

I have a debian 3.1 server with coldfusion.

If yes, how to make a script to restart apache with a user without root rights.

THX so much:confused:

platd
26th June 2006, 18:10
Apache does need a restart after any change such as adding a virtual host.
apachectl graceful should do the trick.
As for the root user problem maybe use sudo.

mantas779
27th June 2006, 15:09
THX , that did the trick