https://bz.apache.org/bugzilla/show_bug.cgi?id=69611
Bug ID: 69611
Summary: Unable to add a network path to the UNCList for an
alias
Product: Apache httpd-2
Version: 2.4.63
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 40005
--> https://bz.apache.org/bugzilla/attachment.cgi?id=40005&action=edit
Screenshot of the error message i get when i try my apache server
We are updating from Apache httpd 2.4.59 to 2.4.63 and re faced with the
UNCList thing for aliases. We have an alias that is referencing a folder within
the network. We do not have that folder mapped as a local drive.
I have tried several thing but none seems to accept a network path for our
alias.
**I have modified the real path but you can still see the format it has**
Alias /downloads/ "\\\\path\\to\\my\\alias\\folder\\"
<Directory "\\\\path\\to\\the\\folder\\that\\i\\need\\the\\alias\\to\\go\\">
AllowOverride None
Require all granted
<RequireAll>
<RequireAny>
Require valid-user
</RequireAny>
</RequireAll>
</Directory>
I have tried different formats for the UNCList, but i still receive the same
error in my command line when i test my server with "httpd.exe -t". I have
tried to put it in the httpd.conf and also right above my alias config in the
httpd-aliases.conf
Here are the variations i have tried:
UNCList "\\\\path\\to\\the\\folder\\that\\i\\need\\the\\alias\\to\\go\\"
UNCList "\\\\path\\to\\the\\folder\\that\\i\\need\\the\\alias\\to\\go\\*"
UNCList "\\path\to\the\folder\that\i\need\the\alias\to\go\"
Is it a bug or is it me that is not doing this correctly ?
--
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]