P
P
Puma Thailand2012-03-23 20:29:30
Apache HTTP Server
Puma Thailand, 2012-03-23 20:29:30

How to remove basic authorization for apache subdirectory

When accessing any url, basic authorization from apache is called.
done by simple apache config
<Directory "/var/www/html">

AuthType Basic
AuthName "Private zone. Only for developers!
AuthUserFile /var/www/.htpasswd
require valid-user



How to disable authorization for the /forum folder

The site is located in the /var/www/html/ directory
Available via mydomain.com
I want to disable authorization for mydomain.com/forum or for the server directory / var/www/html/forum

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton, 2012-03-23
@opium

There is also such a directive - Satisfy Any
I used it to restrict access by ip, or by password.
Can it somehow be screwed to your case?

V
Vlad Zhivotnev, 2012-03-23
@inkvizitor68sl

Is there nginx on top?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question