[expert] how can I allow users to run CGI scripts in their home directories (apache)?

2001-04-14 Thread vick Julius
Hi how can I allow users to run CGI scripts in their home directories (in Apache)? thanks Vick _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Re: [expert] how can I allow users to run CGI scripts in their home directories (apache)?

2001-04-14 Thread KompuKit
well, you need to do some manual editing of the httpd.conf file... You need to add this line where it says: #To use CGI script: (AddHandler cgi-script .cgi .pl) without the parenthesis,of course anywhere in the main config. then in each users public_html or www directory config,at bottom: