Projects
Kolab:3.4
kolab-webadmin
httpd-2.4-access-control-conf.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File httpd-2.4-access-control-conf.patch of Package kolab-webadmin (Revision 16)
Currently displaying revision
16
,
Show latest
diff -ur kolab-webadmin-3.1.0.orig/doc/hosted-kolab.conf kolab-webadmin-3.1.0/doc/hosted-kolab.conf --- kolab-webadmin-3.1.0.orig/doc/hosted-kolab.conf 2013-09-13 14:35:06.000000000 +0200 +++ kolab-webadmin-3.1.0/doc/hosted-kolab.conf 2013-10-24 12:48:31.101552704 +0200 @@ -30,8 +30,13 @@ DirectoryIndex index.php AllowOverride All - Order Allow,Deny - Allow from All + <ifModule mod_authz_core.c> + Require all granted + </ifModule> + <ifModule !mod_authz_core.c> + Order Allow,Deny + Allow from All + </ifModule> </Directory> diff -ur kolab-webadmin-3.1.0.orig/doc/kolab-webadmin.conf kolab-webadmin-3.1.0/doc/kolab-webadmin.conf --- kolab-webadmin-3.1.0.orig/doc/kolab-webadmin.conf 2013-09-13 14:35:06.000000000 +0200 +++ kolab-webadmin-3.1.0/doc/kolab-webadmin.conf 2013-10-24 12:48:44.439449436 +0200 @@ -30,8 +30,14 @@ DirectoryIndex index.php AllowOverride All - Order Allow,Deny - Allow from All + + <ifModule mod_authz_core.c> + Require all granted + </ifModule> + <ifModule !mod_authz_core.c> + Order Allow,Deny + Allow from All + </ifModule> </Directory>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.