Bug 1101575 - HTTPS version 2.4.9-2.fc20 will not allow access to both default directory and webdav directory
Summary: HTTPS version 2.4.9-2.fc20 will not allow access to both default directory an...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: 20
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jan Kaluža
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-27 14:33 UTC by Paul Lambert
Modified: 2014-09-01 10:45 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-01 10:45:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
error codes and config files (19.73 KB, application/pdf)
2014-05-27 14:33 UTC, Paul Lambert
no flags Details

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".


Note You need to log in before you can comment on or make changes to this bug.