[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] plea for help



>
> 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