scriptalias

Hello,

I have been banging my head on this issue for the last 4 hours with no success perhaps some kind soul has already figured this out.

I am trying to install a cgi-script in my location and share it from different domains. I have it installed on one domain and all is well.
Now I want to create a SCRIPTALIAS to point all the other domains to script within the apache httpd.conf file.


here is what it looks like:

ScriptAlias /cgi-bin/dev/ "/home/ecorderf/www/cgi-bin/dev/"

However this is not working. The server does not even recognize the http://www.mydomain.com/cgi-bin/dev/ as a legitimate directory. It gives a file not found.

Any ideas will be appreciated.

note: this is on a shared dedicated linux server with apache 1.3 and cpanel installed. However I am doing all this from the command line.

thanks

David

 

 

 

 

Top