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] let apache access local service through socket

2007-04-16 Thread detlev von davidson
Hi *! We have the following situation at hand: - we have a (c++) server under solaris offering a service through a socket, i.e. receiving and returning XML structures - so far our clients use an apache server sporting a proprietary soap-module to access this service as a soap-webservice - by