[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] htaccess files?
- Subject: [ale] htaccess files?
- From: jasonday at worldnet.att.net (Jason Day)
- Date: Mon, 7 Apr 2003 12:36:28 -0400
On Sun, Apr 06, 2003 at 06:18:31PM -0400, Robert L. Harris wrote:
> In my apache2.conf:
>
> <Location /cgi-bin/homeaut>
> AllowOverride AuthConfig
> </Location>
Try this:
<Directory /cgi-bin/homeaut/>
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
This assumes that the cgi-bin directory is in the root. If not, use the
full path e.g.
<Directory /usr/lib/cgi-bin/homeaut/>
Remember to restart apache after modifying the conf file.
HTH,
Jason
--
Jason Day jasonday at
http://jasonday.home.att.net worldnet dot att dot net
"Of course I'm paranoid, everyone is trying to kill me."
-- Weyoun-6, Star Trek: Deep Space 9
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale