Quote:
Originally posted by SMG
maybe your cgi-bin alias in your apache config is screwed up ...
|
this is the alias that i use:
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
and
<VirtualHost *>
ServerName mydomain.com
ServerAlias *.mydomain.com
ScriptAlias /cgi-bin/ /home/www/mydomain/cgi-bin
DocumentRoot /home/www/mydomain
</VirtualHost>
are thes correct are are wrong?