ScriptAlias /cgi-bin/ /path/to/customers/cgi-bin/

See
http://httpd.apache.org/docs/mod/mod_alias.html#scriptalias

Please make really(!) sure what security implications it
has to allow not trustworthy people (customers ;-) to run
programms on _your_ server. Hint: Look for cgi-wrap and
changeroot.

http://httpd.apache.org/docs-2.0/misc/security_tips.html
http://httpd.apache.org/docs-2.0/suexec.html
 or better
http://wwwcgi.umr.edu/~cgiwrap/

Cheers,
Marcel


Keith Elder <[EMAIL PROTECTED]> 31 Dec 2001, at 17:31:

> Greetings and Happy New Year!
>
> I am trying to enable cgi-bin on user directories.  I found
> the following lines on the apache.org site, put them in, but
> they didn't work:
>
> <Directory /home/*/public_html/cgi-bin>
>     Options ExecCGI
>  SetHandler cgi-script
> </Directory>
>
>
> Any other suggestions as to how to setup cgi-bin directories
> for user accounts?
>
>
> Thanks,
>
> Keith
>
> #######################################################
>                       Keith Elder
>                Email: [EMAIL PROTECTED]
>                 Phone: 1-734-507-1438
>  Text Messaging (145 characters): [EMAIL PROTECTED]
> Web: http://www.zorka.com (Howto's, News, and hosting!)
>
>      "With enough memory and hard drive space
>            anything in life is possible!"
> #######################################################
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>


--
   __
 .´  `.
 : :' !  Enjoy
 `. `´  Debian/GNU Linux
   `-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to