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

Re: Apache and perl cgi problem



On Thu, Jun 15, 2000 at 09:27:16AM +0200, gianluca@pluto.linux.it wrote
> Hello
> 
> I have a little problem with Apache and the execution of the cgi-script.
> 
> I have already set the ScritpAlias and it work fine. Now I'd like to
> have under the public_html dir of one user (my user) a directory tree
> wicht contain one entry for every project I am working on.
> 
> The problem is that I cannot execupe some perl cgi, Netscape give me this
> error
> ---
> You don't have permission to access /~gianluca/effeesse/p.pl on this server.
> ---
> 
> The script have the correct attributes and the directory is accessible (I
> can get the html file and also run the php3 script)
> 
> I already added the line 
> 
> AddHandler cgi-script .pl
> 
> in the src.conf file, but it not work as well.
> 
> Any suggestion ?
> 

Make sure you have
Options ExecCGI
set for the directory (probably in access.conf) if
you want Apache to run your script.


John P.
-- 
huiac@camtech.net.au
john@huiac.apana.org.au
http://www.mdt.net.au/~john Debian Linux admin & support:technical services



Reply to: