https://bz.apache.org/bugzilla/show_bug.cgi?id=69611

--- Comment #8 from stephanie <[email protected]> ---
Turns out I had to put ONLY the host in the UNCList and not the complete path
(I thought I could/had to put some granularly access in the UNCList)

Here is the syntax I had to put to have a syntax OK with httpd.exe -t

UNCList festo.net

############################################################
# Downloads site web interne
############################################################
Alias /downloads/ "//festo.net/dfs01/CA/Didactic/Data/CAGrp525/Downloads
www.labvolt.com/"
<Directory "//festo.net/dfs01/CA/Didactic/Data/CAGrp525/Downloads
www.labvolt.com/">
        AllowOverride None
    Require all granted           
        <RequireAll>
        <RequireAny>
            Require valid-user
        </RequireAny>
    </RequireAll>
</Directory>

Will try to really start the service (at not just try httpd.exe -t) tomorrow at
noon EDT.

Thanks a bunch !

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to