Just FYI..... the way I do things with virtual domains is that I give each domain their own cgi-bin
ScriptAlias /cgi-bin/ /home/somedomain/cgi-bin/
And external to the virtual domain thing, I have a shared CGI bin directory set up like this:
ScriptAlias /shared-cgi/ /usr/local/apache/cgi-bin/
So my users access qmailadmin and sqwebmail with these urls:
www.somedomain.com/shared-cgi/qmailadmin
www.somedomain.com/shared-cgi/sqwebmailWorks great, and the users don't have to worry about modifying the scritps they download to work with some other wierd path.
- Rick
