jc153 said at 17:27 22-1-2002:

> >   <Location /cgi-bin>
> >         SetHandler cgi-script
> >         Options All
> >   </Location>
> >
> > This works for me.
>
>That seems to solve the problem, but I want to execute scripts from home 
>directories. I
>tried setting a handler for .cgi in a similar way, but can't fathom why it 
>didn't
>work.

<Files "*.xml">
         SetHandler AxKit
         AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
</Files>

<FilesMatch "^/home/.*/.*.cgi$">
         Options +ExecCGI
         SetHandler cgi-script
</FilesMatch>




Best regards,

Melvyn Sopacua
WebMaster IDG.nl
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
If it applies, where it applies - this email is a personal
contribution and does not reflect the views of my employer
IDG.nl.
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to