How do I change the web-host directory??

Discussion in 'Installation/Configuration' started by Porter, May 29, 2006.

  1. Porter

    Porter New Member

    Right now, in order to view a page I have to put my php and html scripts in:

    /srv/www/htdocs

    Apache created public_html files for each user and I would like to use the files to store the hosting scripts but can't seem to find a way to change the directories?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you look trough your apache2.conf and the related includes in the mods_enabled directory?

    In many configurations, moduserdir is used for user html directorys.
     
  3. Porter

    Porter New Member

    I did go in and edit the apache2.conf file and my apache-mods look like this:

    APACHE_MODULES="actions alias auth_basic autoindex cgi dir include log_config mime negotiation setenvif ssl suexec userdir php5 rewrite"


    Is this what your talking about or is it a different mod??
     
  4. falko

    falko Super Moderator Howtoforge Staff

Share This Page