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
> 
> How can I accomplish that ?

There are lots of ways to do it. The shortest one:

<Directory /home/user/public_html/cgi-bin>
Options +ExecCGI
</Directory>

HTH,
Misa


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

Reply via email to