diff options
| -rw-r--r-- | extras/misc/apache2.conf | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf index 017eb7c..e2963e1 100644 --- a/extras/misc/apache2.conf +++ b/extras/misc/apache2.conf @@ -10,22 +10,10 @@  	<Directory "/opt/gondul/web/api/write/">  		AllowOverride None  		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch -		<RequireAny> -			AuthUserFile /opt/gondul/passwords/htpasswd-write -	                AuthName "Demo/test of nms" -        	        AuthType Basic -			Require valid-user -		</RequireAny>  	</Directory>  	<Directory "/opt/gondul/web/api/read/">  		AllowOverride None  		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch -		<RequireAny> -			AuthUserFile /opt/gondul/passwords/htpasswd-read -	                AuthName "Demo/test of nms" -        	        AuthType Basic -			Require valid-user -		</RequireAny>  	</Directory>  	<Directory "/opt/gondul/web/api/public/">  		AllowOverride None  | 
