Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
cobbler
update-outdated-apache-config-bsc956264.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File update-outdated-apache-config-bsc956264.patch of Package cobbler
Index: config/cobbler.conf =================================================================== --- config/cobbler.conf.orig +++ config/cobbler.conf @@ -12,8 +12,7 @@ WSGIScriptAliasMatch ^/cblr/svc/([^/]*) <Directory "@@webroot@@/cobbler"> SetEnv VIRTUALENV @@virtualenv@@ Options Indexes FollowSymLinks - Order allow,deny - Allow from all + Require all granted </Directory> ProxyRequests off @@ -29,8 +28,7 @@ BrowserMatch "MSIE" AuthDigestEnableQuer <Directory "@@webroot@@/cobbler/web/"> Options Indexes FollowSymLinks - Order allow,deny - Allow from all + Require all granted </Directory> <IfVersion >= 2.4> Index: config/cobbler_web.conf =================================================================== --- config/cobbler_web.conf.orig +++ config/cobbler_web.conf @@ -11,8 +11,7 @@ SetEnv VIRTUALENV @@virtualenv@@ Options Indexes MultiViews AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> <Directory "@@webroot@@/cobbler_webui_content/"> @@ -24,8 +23,7 @@ </IfModule> Options +Indexes +FollowSymLinks AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> # Use separate process group for wsgi @@ -38,15 +36,13 @@ WSGIPassAuthorization On <Directory "/usr/share/cobbler/web/"> Options Indexes MultiViews AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> <Directory "/srv/www/cobbler_webui_content/"> Options +Indexes +FollowSymLinks AllowOverride None - Order allow,deny - Allow from all + Require all granted </Directory> <IfVersion >= 2.4>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor