You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/05/27 23:57:11 UTC

DO NOT REPLY [Bug 20277] New: - Unable to use shares as DocumentRoot/VirtualDocumentRoot

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20277>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20277

Unable to use shares as DocumentRoot/VirtualDocumentRoot

           Summary: Unable to use shares as DocumentRoot/VirtualDocumentRoot
           Product: Apache httpd-2.0
           Version: 2.0.45
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Runtime Config
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mark@control-alt-del.org


I have been trying to get windows shares to work
as DocumentRoot and VirtualDocumentRoot without
success.

The error returned is always 'blah must be a 
directory', therefore I am guessing this is 
unsupported. I'm guessing it's probably something
to do with some kind of ap_docrootcheck
function, although I haven't really investigated
this much.

Here is essentially what I'm trying to do:

<VirtualHost 192.168.1.200>
UseCanonicalName Off
VirtualDocumentRoot "\\192.168.1.1\%2+\%1"
</VirtualHost>

Let me know if this is fixable

Cheers

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org