OK, so I have a VPS, and I need to make one of the subdirs (for a subdomain) I have under httpdocs be writeable (internally, anyhow). The PHP software I have writes a custom CSS file on the fly for each user into this subdir.
The way Apache's set up by default, anything under httpdocs is read only, and I also see indications that any subdirs I create under httpdocs aren't accessible at all. So, obviously I'm going to need to tweak my Apache setup.
Unfortunately, I don't see anywhere under Plesk or Virtuozzo where I can tweak Apache. I don't mind doing it manually, but then I need to know where httpd.config is at for the subdir. Any help would be appreciated.