Apache2 and htaccess

fvgi242ss fvgi242ss at wlanhacking.de
Fri Mar 31 20:43:21 UTC 2006


On Fr, 2006-03-31 at 13:50 -0500, Gallagher, Tim (NE) wrote:
> I am trying to password protect a directory for a friend using Ubuntu Breezy and apache2.  I need to change the line 
> 
> AllowOverride None 
> To 
> AllowOverride AuthConfig 
>  
> But I have no idea where this line is located.  I do not see it in my apache2.conf file.  Any ideas?

<Directrory /to/protect>
  AllowOverride AuthConfig
  ... 
  ...
</Directory>







More information about the ubuntu-users mailing list