th

On Wed, Apr 20, 2011 at 4:30 PM, Eric Covener <[email protected]> wrote:

> On Wed, Apr 20, 2011 at 2:17 AM, siraj p s <[email protected]> wrote:
> > We are a group of students undertaking a project to extend addressing
> > of more machines using IPv4 itself. Here we propose to alter the
> > http://public-ip-address/path-to-object
> >
> > The path-to-object is altered incorporating the address of local
> > machines. i.e., http://public-ip-address/192.168.1.102/path-to-object
> >
> > We propose to let the httpd server execute a wget command when it
> > finds an additional IP address in the path-to-object. ie. it executes
> > wget 192.168.1.102/path-to-object and returns the object.
> >
> > Can anyone advise us as to which are the files where we should be working
> on
> > ?
>
> Apache can just be configured to proxy to that address, you wouldn't
> change source code.  See mod_rewrite and the [P] flag.
>
> --
> Eric Covener
> [email protected]
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [email protected]
>   "   from the digest: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to