After changing the Windows 10 machine, Apache 2.4 cannot alias the NAS hard drive.

Asked 2 years ago, Updated 2 years ago, 56 views

As for Apache 2.4, when I migrated to a new Windows machine, I copied nttpd.conf, but the alias registration of the NAS hard drive did not work.
I tried 4 types, but I can't.

#The IP address version of the NAS HDD (yen)
# Alias/video3"\\192.168.1.2\share">

# <Directory "\\192.168.1.2\share">
# Options Indexes FollowSymlinks
# AllowOverride All
# Require all graded
# </Directory>
# The device name version of the NAS hard drive.
# Alias/video3 "\\LS210DA0C\share"
#
# <Directory "\\LS210DA0C\share">
# Options Indexes FollowSymlinks
# AllowOverride None
# Require all graded
# </Directory>
# Network Drive Assignment Name for NAS HDD
# Alias/video3 "L:/share"
#
# <Directory "L:/share">
# Options Indexes FollowSymlinks
# AllowOverride None
# Require all graded
# </Directory>
#The IP address version of the NAS HDD (yen)
# Alias/video3"//192.168.1.2/share">
#
# <Directory "//192.168.1.2/share">
# Options Indexes FollowSymlinks
# AllowOverride All
# Require all graded
# </Directory>

apache

2022-09-30 19:55

1 Answers

Are the users running Apache the same as those configuring the network drive?
Why don't you check the following order?

Also, as you may have already checked, if the error log at startup is scheduled,
I think I can get closer to that straight answer.

Also, how do you install it and modify httpd.conf in which folder
It may be helpful.


2022-09-30 19:55

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.