On Thu, 22 Jul 1999, Robert Varga wrote:

> 
> 
> I have a problem with running cgi-scripts in user directories.
> They simply don't run, giving back a 403 Forbidden error message.
> However I can access files in there, without a problem.

Have you enabled them in the access.conf file?

Here is what I have in mine:

<DirectoryMatch ^/home/.*/public_html>
Options SymLinksIfOwnerMatch Indexes ExecCGI
AllowOverride None
</DirectoryMatch>


You must explicitly enable ExecCGI for user's home directories!
Of course, the handler must be added, like you already did.

hth

[]s,
Mario O.de Menezes            "Many are the plans in a man's heart, but
    IPEN-CNEN/SP                 is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario                 Prov. 19.21

Reply via email to