[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] plea for help
- Subject: Re: [cobalt-users] plea for help
- From: Dmitry Alexeyev <dmi_a@xxxxxxxxxx>
- Date: Wed Feb 18 12:38:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> if perl are your permissions set to execute ?
>
And is script execution allowed for this directory? It is commonly
allowed for cgi-bin, if you want to run a script from different
directory, you have to put
Options ExecCGI
into `.htaccess' file in this directory.
Dmitry