Bug 1101575

Summary: HTTPS version 2.4.9-2.fc20 will not allow access to both default directory and webdav directory
Product: [Fedora] Fedora Reporter: Paul Lambert <eb30750>
Component: httpdAssignee: Jan Kaluža <jkaluza>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: jkaluza, jorton, pahan, volker27
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-01 10:45:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
error codes and config files none

Description Paul Lambert 2014-05-27 14:33:22 UTC
Created attachment 899536 [details]
error codes and config files

Description of problem:The lastest version of httpd will does not allow access to both the default httpd directory, /var/www/html, and my webdav directory, /home/WebDAV, concurrently.  Before this new version all worked well


Version-Release number of selected component (if applicable):
3.14.4-200.fc20.x86_64
httpd.x86_64  2.4.9-2.fc20  


How reproducible:every time when both configurations are included


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

I am using Fedora on a laptop so my server is just local.  I access webpages by using the local IP address and path.  I access the webdav server via an iPod Apple app.  Before the upgrade these both worked.

When I disable the webdav.conf file by renaming it the default access to /var/www/html works as it did before but the webdav access returns "method not allowed."  Also, access to cgi-bin, welcome and /~<user> directories all work as well as access to /var/www/html.

When the webdav.conf is loaded the access to the webdav directory works as it should but access to /var/www/html results in "The requested URL /hello.html was not found on this server.

Comment 1 Fedora Admin XMLRPC Client 2014-06-30 09:54:21 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Joe Orton 2014-09-01 10:45:01 UTC
You have "<Directory /webdav" which should be "<Directory /home/WebDAV".