Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Digest Authentication |
|
Author |
|
Dan53
Joined: 05 May 2011 Posts: 2 Location: London
|
Posted: Thu 05 May '11 18:31 Post subject: Digest Authentication |
|
|
I have apache up and running and it works, but when I use digest authentication on the server i have noticed a simple workaround, here is my code:
<Location /Upload>
AuthType Digest
AuthName "UPLOAD AREA"
AuthDigestProvider file
AuthUserFile "C:/SERVER/auth/upload"
Require valid-user
</Location>
When people go to upload directory it asks for authenticaiton, which is fine. But if they put '/upload' instead of '/Upload' in the address bar it wont ask, am I doing something wrong? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 06 May '11 9:45 Post subject: |
|
|
The <Location> container is case sensitive. I recommend to use the <Directory> container. |
|
Back to top |
|
Dan53
Joined: 05 May 2011 Posts: 2 Location: London
|
Posted: Fri 06 May '11 11:14 Post subject: |
|
|
ahhh i see, thanks |
|
Back to top |
|
mahachap
Joined: 28 May 2011 Posts: 1
|
Posted: Sat 28 May '11 7:26 Post subject: |
|
|
thank you for sharing, It is a great post.
Anchal Digest |
|
Back to top |
|
|
|
|
|
|