Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Can't start apache with a mapped network drive in vhost


mattdw - 4:08 pm on Jul 9, 2009 (gmt 0)


Unfortunately the aliasing didn't work. I tried something like the below, but it gives me a warning saying it can't find "C:/foo", which doesn't exist of course.

Alias /foo/ "t:/home/htdocs/"
<Directory /foo>
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
</Directory>
DocumentRoot /foo/

If I remove the DocumentRoot directive, it still doesn't work. Also, the Windows logs didn't have any more information than Apache spits out with the -e debug flag set. I was hoping someone had figured this out by now, and if I get it working, I'll be sure to post back.


Thread source:: http://www.webmasterworld.com/apache/3949190.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com