problem with suexec
When you configure apache with suexec, you have to specificy docroot..So if your sites primarily are in
/home/sites/blah.com/public_html
then ur docroot is /home/sites
so --with-suexec-docroot=/home/sites
the thing is
what if you run out of space on /home partition
and you gotta start adding sites to
/usr/sites
Then what?
The site's that run off /usr/sites will have problems, wont they?
e.g. cgi files not running properly
or suexec not even working for sites in /usr/sites
Does anyone have a solution tothis? maybe iam looking at it the wrong way / missing something