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>
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.
© 2024 OneMinuteCode. All rights reserved.