"patpro" <patpro DeleteThis @elena.patpro.net> wrote in message
news:patpro-64D67F.19095828072003@biggoron.nerim.net...
> In article <bg2qmv$7nn$03$1@news.t-online.com>,
> "Kolja Engelmann" <dragonslayerde DeleteThis @t-online.de> wrote:
>
> > 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?
>
> you should mount the disk containing data on the server (using samba may
> work, NFS will work) and use le path to the mounting point, not the IP
> to the remote server.
There is no need to use samba or NFS (we're talking about Windows here), you
can just map shares to a local drive letter to accomplish the same thing,
like this:
DocumentRoot "G:/wwwroot"
>(and, well, it's an absolutely stupid way of
> serving http...
Neither you nor I are familiar with the OP's network setup, so comments like
this are hardly relevant. How about giving him a bit of credit.
Gabriel<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Document root on another PC