[ale] htaccess files?
Jason Day
jasonday at worldnet.att.net
Mon Apr 7 12:36:28 EDT 2003
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
More information about the Ale
mailing list