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 14)
Currently displaying revision
14
,
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 13:35:06.000000000 +0100 +++ kolab-webadmin-3.1.0/doc/hosted-kolab.conf 2013-09-18 21:07:29.268827563 +0100 @@ -29,9 +29,14 @@ php_value error_reporting 6135 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> + AllowOverride All + 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 13:35:06.000000000 +0100 +++ kolab-webadmin-3.1.0/doc/kolab-webadmin.conf 2013-09-18 21:07:44.196812898 +0100 @@ -29,9 +29,14 @@ php_value error_reporting 6135 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> + AllowOverride All + 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
.