Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
rubygem-passenger
disable_mod_autoindex.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable_mod_autoindex.patch of Package rubygem-passenger
diff --git a/ext/apache2/Hooks.cpp b/ext/apache2/Hooks.cpp index 0048783..8520324 100644 --- a/ext/apache2/Hooks.cpp +++ b/ext/apache2/Hooks.cpp @@ -1512,7 +1512,7 @@ public: RequestNote *note = getRequestNote(r); if (note != 0 && hasModAutoIndex()) { note->handlerBeforeModAutoIndex = r->handler; - r->handler = ""; + r->handler = "passenger-skip-autoindex"; } return DECLINED; }
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