PDA

View Full Version : Wrong installation


plucchetti
6th March 2006, 21:45
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

falko
6th March 2006, 23:06
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.

plucchetti
6th March 2006, 23:11
Ok, I did change document root a I'll migrate al sites to /var/www.


Many thanks for your help.

Pablo