[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RAQ3 - disabling cgiwrap on a virtual domain
- Subject: RE: [cobalt-users] RAQ3 - disabling cgiwrap on a virtual domain
- From: "Landon Jenkins" <landonak@xxxxxxxxxxx>
- Date: Tue Mar 20 04:19:39 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Whichever method you chose,
> Have you DEFINATLY chmod 0755 the script (and any associated scripts)?
> Also did you FTP it to the server as the correct user (ie the SITE admin)?
Yes, the permissions are correct for my scripts. Yes, I have uploaded and
edited the files as the SITE admin.
Here are the exact contents of the .htaccess I am adding to /web
Options
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
As soon as I upload this file, none of my scripts work, however, I have no
problems accessing regular files. I just can't access scripts.
Likewise, as soon as I remove .htaccess I am allowed access to execute
scripts.
Landon