View Single Post

  #1 (permalink)  
Old 07-28-2003
Kolja Engelmann
 
Posts: n/a
Default Document root on another PC

Hi!
Using a windows 2000 Network I have got one PC containing all the documents
for the internet. The Apache is installed on another PC and I wanted to set
the DocumentRoot to the location at the Doecument Server...it doesn't work
this way:
DocumentRoot "\\10.1.1.1/c$/wwwroot" using the default share
and it doesn't work that way
DocumentRoot "\\10.1.1.1/c/wwwroot"
BUT it works as soon as I use an alias...
Alias /xyz/ "\\10.1.1.1\c$\Inetpub\wwwroot"
I don't want to use a work around with mod rewrite aso. it must be possible
somehow, isn't it?

Thanks
Kolja