[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to move virtual site to the 2nd disk ?
- Subject: Re: [cobalt-users] How to move virtual site to the 2nd disk ?
- From: "Herby K" <mad1.z@xxxxxxx>
- Date: Wed May 22 00:20:02 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- 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