I am currently running Apache 1.1.1 on Linux. Everything has been running
fine, except I recently added another virtual domain. Now the ScriptAlias
directive on the second virtual server doesn't appear to work. When a cgi
script is called on the second virtual server, I get an error that it can't be
found in the first virtual server's cgi-bin cirectory. here is an excerpt
from my httpd.conf file. Am I missing something:
<VirtualHost www.firstserver.com>
DocumentRoot /home/firstserver
ServerName www.firstserver.com
ErrorLog logs/firstserver.com/error_log
TransferLog logs/firstserver.com/access_log
ScriptAlias /cgi-bin/ /home/firstserver/cgi-bin/
#<VirtualHost www.secondserver.com>
DocumentRoot /home/secondserver
ServerName www.secondserver.com
ErrorLog logs/secondserver.com/error_log
TransferLog logs/secondserver.com/access_log
ScriptAlias /cgi-bin/ /home/secondserver/cgi-bin/
Thanks in advance,
Jeff Binkley
ASA Network Computing