[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Problem with Alias (symlinks + CGIWRAP?)
- Subject: [cobalt-developers] Problem with Alias (symlinks + CGIWRAP?)
- From: "Kevin Howe" <khowe@xxxxxxxxxxxxxxxxxxx>
- Date: Mon Apr 10 07:13:10 2000
Hi All,
I recently set up an Alias is the Apache httpd.conf file to allow all sites
on the RAQ to access files in a directory.
Alias /myDir/ /home/sites/site1/web/myDir/
This seems to be ok at first, you can access HTML and Text files in the
directory:
Example: www.site1.com/myDir/index.html
CGI scripts however, stop working. Even the simplest script will produce an
Internal
Server Error when called form the Alias:
Example: www.site2.com/myDir/script.pl
Does anyone know what might be the problem here?
Thanks
kh