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

stephanie <stephanie.dechampl...@festo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #5 from stephanie <stephanie.dechampl...@festo.com> ---
Here is the snippet I have in httpd-aliases.conf

***NOTE : the ONLY difference here with our 2.4.59 version is the ligne for the
UNCList***

_________________________________________________________________

UNCList \\\\festo.net\\dfs01\\CA\\Didactic\\Data\\CAGrp525\\

############################################################
# 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>

_________________________________________________________________

and this is what i keep having in the console when i try "http.exe -t" :

D:\Apache 2.4.63NoAuth\Apache24\bin>httpd.exe -t
[Mon Mar 17 12:00:13.278765 2025] [core:error] [pid 15892:tid 396]
(13)Permission denied: AH10504: ap_filepath_merge: UNC path
//festo.net\\dfs01\\CA\\Didactic\\Data\\CAGrp525\\Downloads www.labvolt.com\\
not allowed by UNCList
AH00526: Syntax error on line 9 of D:/Apache
2.4.63NoAuth/Apache24/conf/extra/httpd-aliases.conf:
<Directory "\\\\festo.net\\dfs01\\CA\\Didactic\\Data\\CAGrp525\\Downloads
www.labvolt.com\\"> path is invalid.



AS i mentionned, i have tried to put the UNCList there, in the httpd.conf
directly, i have tried many formats (with or without full path, just with
festo.net without any back slashes, with "", without " and many more and i
always keep having the same error message.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to