Hi all,
I have a very basic question regarding authentication on apache...I have in
my httpd.conf a section like below :
<Directory "/">
    AuthType Basic
    AuthName "By Invitaion Only"
    AuthUserFile /etc/httpd/conf/passwd/passwords
    Require valid-user

</Directory>

Does this mean that everytime I access a different page on the server, I
will be asked a userid and password the first time it is accessed ??? let me
specify ....
I say http://a.b.c.d/
The browser prompts me for userid and password...
now i click a link on that page and say the request goes as
http://a.b.c.d/xyz.html
Will it prompt again for user id and password ??

Thanx
Anand


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to