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.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
You have "<Directory /webdav" which should be "<Directory /home/WebDAV".