On Thu, 13 Jan 2000, Claudiu Balciza wrote:

> There is a UserDir apache config option which maps [www.myserver.com]/~user
> into some directory where users may keep public html docs.
> I would like to allow them execution of cgi-bin scripts from
> www.myserver.com/~user/cgi-bin
> 

You can do wildcards in <Directory > so something like

<Directory ~ "^/home/*/cgi-bin">
AllowOverride Options
#open the box to all users
Options +ExecCGI
</Directory>

would work.

<insert security breakdown disclaimer here>


Bill Carlson
------------
Systems Programmer    [EMAIL PROTECTED]    |  Opinions are mine,
Virtual Hospital      http://www.vh.org/        |  not my employer's.
University of Iowa Hospitals and Clinics        |




-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to