Wrong installation

Discussion in 'Installation/Configuration' started by plucchetti, Mar 6, 2006.

  1. plucchetti

    plucchetti New Member

    I wave configured quotas on /var partition but ISPConfig works in /home/www for users storage and quotas doesn't work
    This is my fstab:
    proc /proc proc defaults 0 0
    /dev/md1 / reiserfs defaults 0 1
    /dev/md0 /boot ext3 defaults 0 2
    /dev/md2 /var ext3 defaults,errors=remount-ro,usrquota,grpquota 0 2
    /dev/hdc5 none swap sw 0 0
    /dev/hdd5 none swap sw 0 0

    Can i migrate /home/www to /var partition?


    Thanks,
    Pablo
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You'd have to copy all web sites to /var/www, change the paths in your Apache configuration and in Vhosts_ispconfig.conf, change the users' homedirs in /etc/passwd and also replace the paths in the ISPConfig MySQL database if you find any.
     
  3. plucchetti

    plucchetti New Member

    Ok, I did change document root a I'll migrate al sites to /var/www.


    Many thanks for your help.

    Pablo
     

Share This Page