> I just ran into a problem I don't understand:
> 
> I was testing a PerlAccessHandler on a cgi (not modperl) 
> directory like this:
> 
> <Directory /my/user/directory>
>    SetHandler perl-script
>    PerlAccessHandler My::Access
> </Directory>

Don't use SetHandler for a PerlAccessHandler, it's only for PerlHandlers.
 
> when I tried to access a cgi script and got passed the access 
> control I got a message box saying:
> 
> Unknown File Type
> You have started to download a file of type
> application/x-httpd-cgi
> 
> 
> However when I comment out the SetHandler everything works as 
> intented.
> 
> Can anyone explain this to me or point me to somewhere where 
> this is explained. (It is probably something very simple, but 
> I must be overlooking it.)
> 
> 
> Thank you very much,
> 
> 
> Kees


--
Eric

Reply via email to