You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Carlos Izquierdo <ci...@mi.madritel.es> on 2002/03/16 02:31:59 UTC

os-windows/10212: DAV Folders must be on the same drive as DocumentRoot

>Number:         10212
>Category:       os-windows
>Synopsis:       DAV Folders must be on the same drive as DocumentRoot
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri Mar 15 17:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     cizquierdo2@mi.madritel.es
>Release:        2.0.32
>Organization:
apache
>Environment:
Apache 2.0.32 (beta) running on Windows 2000 with SP2. Binaries were downloaded from official location, not compiled.
>Description:
Using the "Dav On" directive in folders that are not in the same drive (C:, D:, ...) as DocumentRoot does not activate mod_dav extensions in them. Mod_dav works correctly if enabled in folders under that drive.
>How-To-Repeat:
Using the following configuration:

DocumentRoot "D:/Apache2/htdocs"
<Directory "D:/Apache2/htdocs">
    Options Indexes FollowSymLinks
    Order allow,deny
    Allow from all
</Directory>

<Directory "D:/Apache2/htdocs/dav1">
   Dav On
</Directory>

Alias "/dav2" "D:/Temp"
<Directory "D:/Temp">
    Dav On
    Options Indexes MultiViews
    Order allow,deny
    Allow from all
</Directory>

Alias "/dav3" "F:/Dav"
<Directory "F:/Dav">
    Dav On
    Options Indexes MultiViews
    Order allow,deny
    Allow from all
</Directory>

Dav1 and dav2 can be used as Web Folders with Windows. Dav3 cannot, Windows Explorer complains that "the folder you entered does not appear to be valid". All of them can be accessed normally using a web browser, and directory indexes are presented as expected.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]