View Single Post
Old 03-14-2004, 04:27 AM  
alex79
Confirmed User
 
Join Date: Jun 2002
Location: france
Posts: 996
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?
alex79 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote