Re: [EMAIL PROTECTED] Mapping URL to remote file system

2007-04-18 Thread Joshua Slive
On 4/18/07, sharath reddy <[EMAIL PROTECTED]> wrote: I went through reverse proxy documentation, can i use this reverse proxy solution, if i want to map URLs to remote file system which is not a webserver No. Obviously there is no way to access a remote file system unless it is somehow shared

Re: [EMAIL PROTECTED] Mapping URL to remote file system

2007-04-18 Thread sharath reddy
On 4/17/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 4/17/07, detlev von davidson <[EMAIL PROTECTED]> wrote: > > > sharath reddy wrote: > > Hi all, > > > > How can i map URL to a file system on remote box? > > > > .. if my apache is running as www.example.com > >

Re: [EMAIL PROTECTED] Mapping URL to remote file system

2007-04-17 Thread Joshua Slive
On 4/17/07, detlev von davidson <[EMAIL PROTECTED]> wrote: sharath reddy wrote: > Hi all, > > How can i map URL to a file system on remote box? > > .. if my apache is running as www.example.com > , then if i want to serve content for > www.example.com/test

Re: [EMAIL PROTECTED] Mapping URL to remote file system

2007-04-17 Thread detlev von davidson
sharath reddy wrote: Hi all, How can i map URL to a file system on remote box? .. if my apache is running as www.example.com , then if i want to serve content for www.example.com/test from different box other than local server

[EMAIL PROTECTED] Mapping URL to remote file system

2007-04-17 Thread sharath reddy
Hi all, How can i map URL to a file system on remote box? .. if my apache is running as www.example.com , then if i want to serve content for www.example.com/test from different box other than local server Any suggestions?