QUOTE (Dr. Jekyll @ Jan 28 2009, 04:17 PM)

Hi,
Is it possible to split the Apache Document directory into two HDDs?
I want that a domain is stored on to my first hard disk and all the others are stored on to the second HDD. is this possible?
How can I do this? I have to modify all my domain already configured?
Thanks
Well it depends on what you mean by splitting. My interpretation is that your asking about adding space from the second drive to an existing site on the first drive.
Just off the top of my head, if you have a blank drive, you can just create a partition/filesystem, however large you want, and mount it in that users web directory.
Additionally if the drive already has a partition and file system on it, you could mount a specific directory on the second drive in the web users directory using mount --bind.