[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How to move virtual site to the 2nd disk ?



----- Original Message ----- 
From: "diburim" <diburim@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, May 22, 2002 4:39 PM
Subject: [cobalt-users] How to move virtual site to the 2nd disk ?


> I add 2nd disk to my raq4. 
> How can I move a virtual site from disk to disk ?
> 
> Dib Urim

login and su to root

mv /home/site/siteX/ /place/of/newsite/

ln -s /place/of/newsite/ /home/sites/siteX

and allow Symbolic Links in your httpd.conf file

Not testet but _should_ work ;)

rgds
Herby