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

Re: [cobalt-developers] cgi-bin on Raq 4



Yes, I think you can create a global /cgi-bin directory for all domains
specifying this in /etc/httpd/conf/srm.conf (I think)

ScriptAlias /cgi-bin/ /home/httpd/cgi-bin   (for example)

and then alternately specify the permissions for that folder, for instance,
in access.conf (not sure)

<Directory /home/httpd/cgi-bin>
AllowOverride None
Options ExecCGI
.....
</Directory>

On the other hand, if you want a different /cgi-bib directory for each
virtual site, just add a ScriptAlias like above into the <VirtualHost>
directory of each domain in httpd.conf.

Have a try

----- Original Message -----
From: "Herb Rubin" <herbr@xxxxxxxxxxxx>
Cc: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Wednesday, November 29, 2000 6:58 PM
Subject: [cobalt-developers] cgi-bin on Raq 4


> Does anybody know how to setup /cgi-bin for a virtual site.
>
> I know .cgi extensions work fine but its not enough.
>
> Herb
>
> --
> Herb Rubin
> Pathfinders Software
> herbr@xxxxxxxxxxxx
> www.pfinders.com
> phone: 415 292-4935
> fax:   415 292-4913
>
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>