Changing Zoneminder's default web directory

Discussion in 'Installation/Configuration' started by amerdsp, Jun 6, 2008.

  1. amerdsp

    amerdsp New Member

    Does anyone know what needs to be done to be able to change zoneminder's and apache's default web directory from /var/www to /web in Ubuntu Server 8.04?

    I posted what I zoneminder's forums at

    http://www.zoneminder.com/forums/viewtopic.php?p=43002#43002

    Perhaps someone here will be able to pitch in as well.

    Thank you for your time and effort.

    Amer
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Change
    Code:
    DocumentRoot /var/www
    to
    Code:
    DocumentRoot /web
    in /etc/apache2/sites-available/default and restart Apache.
     

Share This Page