Is it nessercary to restart apache?

Discussion in 'Server Operation' started by mantas779, Jun 26, 2006.

  1. mantas779

    mantas779 New Member

    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:
     
  2. platd

    platd New Member

    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.
     
  3. mantas779

    mantas779 New Member

    THX , that did the trick
     

Share This Page