[nylug-talk] Apache Authentication
jose sanchez
j_r_sanchez at yahoo.com
Mon May 12 12:12:01 EDT 2003
--- Jonathan Hirschman <jonathan at rightsprotect.com>
wrote:
> I'd guess that you don't have AllowOverride set
> correctly.
>
> Here's a section of the "default" httpd.conf that is
> configured
> correctly to allow .htaccess files to do their
> thing:
>
>
> # This should be changed to whatever you set
> DocumentRoot to.
> #
> <Directory "/home/www/data">
>
> #
> # This may also be "None", "All", or any combination
> of "Indexes",
> # "Includes", "FollowSymLinks", "ExecCGI", or
> "MultiViews".
> #
> # Note that "MultiViews" must be named *explicitly*
> --- "Options All"
> # doesn't give it to you.
> #
> Options Indexes FollowSymLinks MultiViews
>
> #
> # This controls which options the .htaccess files in
> directories can
> # override. Can also be "All", or any combination of
> "Options", "FileInfo",
> # "AuthConfig", and "Limit"
> #
> AllowOverride AuthConfig
>
> # Controls who can get stuff from this server.
> #
> Order allow,deny
> Allow from all
> </Directory>
>
> Make sure your docroot is set correctly, and change
> AllowOverride from
> None to AuthConfig.
>
> I had exactly the same problem, and this cured it.
>
> jonathan
>
Yes. This fixed the problem.
Thanks to for your time and help.
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
More information about the nylug-talk
mailing list