[plug] User cgi

Paul Day bonfire at bur.st
Sun Sep 23 01:45:13 WST 2001


Assuming you're using Apache - sure is. Directory directives can take
wild-card characters.

Assuming your UserDir is set to public_html:

<Directory /home/*/public_html/cgi-bin>
      AllowOverride None
      Options ExecCGI
      Order allow,deny
      Allow from all
</Directory>

(You could also use /home/*/public_html/*/cgi-bin to add ExecCGI for _any_
cgi-bin directory found within the user's web directory).

PD


On Sat, 22 Sep 2001, Joel Fraser wrote:

> Is it possible to enable a cgi-bin in the users directories such as
> http://www.server.org/~joel/cgi-bin/ or does all cgi-bin have to reside in
> http://www.server.org/cgi-bin/.
>
> Cheers Joel
>
> =====
>
>
>
>
> http://travel.yahoo.com.au - Yahoo! Travel
> - Got Itchy feet? Get inspired!
>

-- 
Paul Day    Web: www.bur.st/~bonfire   PGP-key: www.bur.st/~bonfire/pk.txt




More information about the plug mailing list