Aces High Bulletin Board
General Forums => The O' Club => Topic started by: mietla on February 16, 2004, 09:21:52 PM
-
How can I point an Apache server to DocumentRoot on the network drive (either mounted or UNC path).
-
Linux/Unix world & Apache 2:
You need to create symbolic link to the network resource then:
1) make sure the user running apache has permission to access the resource
2) make sure the options for the doucment root allow apache to follow symbolic links (see http://httpd.apache.org/docs-2.0/mod/core.html#options)
Win32 I haven't tried, but I imagine it would work in a similar way (obviously file system differences e.g. mapped drives rather than links etc.).
Apache 1 versions I can't recall.
See http://httpd.apache.org/docs-2.0/urlmapping.html
for more details.
-
Sorry, forgot to mention that I'm talking Windows here.