Okay, I have suexec on (for cgi and php). At the same time, I have https://secure.mydomain.com/ that I use for several sites (under different accounts). IE:
https://secure.mydomain.com/ is just a symbolic link to the home directory of domaintwo.com, so anytime domaintwo needs something over SSL, it goes https://secure.mydomain.com/domaintwo/blah
The problem is scripts pretty much refuse to operate correctly, especially PHP, because secure.mydomain.com is suexecing to a different user who doesn't own the files.
Is there a way to have secure.mydomain.com/domaintwo suexec to a different user than secure.mydomain.com/somethingelse?
Or is there a better way to do this?
Thanks!