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

RE: Apache, cgi, and users...



On 24-Sep-99 Ron Farrer wrote:
> Hello all;
> 
> How can I setup apache to allow cgi (.cgi, .pl, C/C++, etc) to run in users
> 'public_html' dirs? I've looked for this in
> various HOWTO's and the apache manuals, but I don't see this anywhere. If
> I've missed this in a doc, PLEASE tell where to
> find it!
> 
> Please CC me as I am a digest subscriber.

I put this in httpd.conf, to allow .cgi and .pl files to run.  I believe I
found this somewhere in the online manual at apache.org.

<FilesMatch "\.(cgi|pl)$">
Options ExecCGI Includes
</FilesMatch>

Regards,

Wim Kerkhoff              
wim@netmaster.ca
www.canadianhomes.net/wim 

If you continually give you will continually have.


Reply to: