From 345ce1f2088badf3dbd32398fa008ab7f5abb036 Mon Sep 17 00:00:00 2001
From: Jeff Trawick
Access to files over the network can be specified using two + mechanisms provided by Windows:
+ +Alias /images/ Z:/
Alias /images/ //imagehost/www/images/
Mapped drive letters allow the administrator to maintain the + mapping to a specific machine and path outside of the Apache httpd + configuration. However, these mappings are associated only with + interactive sessions and are not directly available to Apache httpd + when it is started as a service. Use only UNC paths for + network resources in httpd.conf so that the resources can + be accessed consistently regardless of how Apache httpd is started. + (Arcane and error prone procedures may work around the restriction + on mapped drive letters, but this is not recommended.)
+ +When running Apache httpd as a service, you must create a + separate account in order to access network resources, as described + above.
+