Thanks for the response..Our need is not a proxy server.We are trying to
create a proxy that would serve objects from other machines on the local net
which belongs to class C family..

On Wed, Apr 20, 2011 at 4:30 PM, Eric Covener <cove...@gmail.com> wrote:

> On Wed, Apr 20, 2011 at 2:17 AM, siraj p s <siraje...@gmail.com> 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
> cove...@gmail.com
>
> ---------------------------------------------------------------------
> 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: users-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to