On Sun, 27 Jul 2003 17:49:11 -0800, The Other Guy responded to a post
from "php-junkie" <wardlow DeleteThis @myrealbox.com> who wrote in
alt.apache.configuration:
>
>"The Other Guy" <nospam DeleteThis @this.addy> wrote in message
>news:3ah8ivstd22sfrf93piq3c6pik3l298kt9@4ax.com...
>> On Sun, 27 Jul 2003 13:39:56 -0800, The Other Guy responded to a post
>> from "php-junkie" <wardlow DeleteThis @myrealbox.com> who wrote in
>> alt.apache.configuration:
>>
>> AllowOverride AuthConfig directive in the directory container?
>>
>>
>> --
>> ./configure --prefix=~/zyterion
>> Not this guy or that guy, The Other Guy.
>>
>> "If you're not thoroughly confused by now, then you just
>> don't understand the situation."
>
>No, does it need to be?
>
><Directory "C:/Apache/htdocs">
> Options followSymLinks
> AllowOverride FileInfo
> Order allow,deny
> Allow from all
></Directory>
>
Yes.
<a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/core.html#allowoverride" target="_blank">http://httpd.apache.org/docs-2.0/mod/core.html#allowoverride</a>
<a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/howto/htaccess.html" target="_blank">http://httpd.apache.org/docs-2.0/howto/htaccess.html</a>
"You must have "AllowOverride AuthConfig" in effect for these
directives to be honored.
..htaccess file contents:
AuthType Basic
AuthName "Password Required"
AuthUserFile /www/passwords/password.file
AuthGroupFile /www/passwords/group.file
Require Group admins
Note that AllowOverride AuthConfig must be in effect for these
directives to have any effect.
Please see the authentication tutorial
[http://httpd.apache.org/docs-2.0/howto/auth.html] for a more complete
discussion of authentication and authorization."
Specifically:
<a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/howto/auth.html#theprerequisites" target="_blank">http://httpd.apache.org/docs-2.0/howto/auth.html#theprerequisites</a>
Read also <a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/howto/auth.html" target="_blank">http://httpd.apache.org/docs-2.0/howto/auth.html</a>
--
../configure --prefix=~/zyterion
Not this guy or that guy, The Other Guy.
"If you're not thoroughly confused by now, then you just
don't understand the situation."<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Internal Server Error