Hi!
I am a beginner of Apache Server
When I ran my password site, Msg box appeared. However,
I couldn't access my site after entering my username and password that I
created in .htpasswd.
Does anyone tell me the answer?
Thanks...
I am a beginner of Apache Server
When I ran my password site, Msg box appeared. However,
I couldn't access my site after entering my username and password that I
created in .htpasswd.
Does anyone tell me the answer?
Thanks...
>When I ran my password site, Msg box appeared. However,
>I couldn't access my site after entering my username and password that I
>created in .htpasswd.
>Does anyone tell me the answer?
>Thanks...
Could be an incorrect path to or wrong permission on your .htpasswd file.
Or could be a simple typo.
--
http://www.xnet.com/~efflandt/
1. Apache user authentication problem
Hi,
I have some strange user authentication problems with
Apache (ver 0.6.4b). I have protected a directory /secret
in access.conf:
<Directory /usr/local/etc/httpd/htdocs/secret>
Options FollowSymlinks
AllowOverride None
AuthUserFile /usr/local/etc/httpd/conf/.htpasswd
AuthGroupFile /usr/local/etc/httpd/conf/.htgroup
AuthName Password protected
AuthType Basic
<Limit GET>
require group group1
</Limit>
</Directory>
When I try to access /secret I am prompted for a username and
a password TWICE. Why ? It works but I guess something is wrong....
In access_log: ("test" is the username)
mypc.nmp.nokia.com unknown test [24/May/1995:08:59:11 +0200] "GET /secret HTTP/1.0" 302 -
mypc.nmp.nokia.com unknown - [24/May/1995:08:59:11 +0200] "GET /secret/ HTTP/1.0" 401 -
mypc.nmp.nokia.com unknown test [24/May/1995:08:59:33 +0200] "GET /secret/ HTTP/1.0" 200 152
Does this explain something ?
Any help appreciated !
Regards,
Teijo Heimola
Nokia Mobile Phones/Cellular Data
2. mail server
3. Problem: user authentication in Apache II
5. Problem: user authentication in Apache
7. Apache User/Password Authentication with proxy and SSL enabled problem
8. Disk Druid
9. Apache 1.3.6: User authentication againt NT domain?
10. User Authentication with Apache Server and PostgreSQL
11. Apache user authentication
12. User Authentication with Apache 1.0.3 (soon 1.1.1)
13. Apache module for mSQL user authentication