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

Re: Apache cgi-bin for users



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 <keith@zorka.com> 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: keith@zorka.com
>                 Phone: 1-734-507-1438
>  Text Messaging (145 characters): mobile@zorka.com
> 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 debian-isp-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>


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



Reply to: