You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by ma...@apache.org on 1999/10/13 05:40:51 UTC

Re: mod_proxy/5138: Can the proxy and http running on the same port ?

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: Can the proxy and http running on the same port ?

State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Tue Oct 12 20:40:45 PDT 1999
State-Changed-Why:
What exactly is the nature of your problem?

Sure, you can run a proxy and an origin server on the same
port.  If it gets a request for a local document, it serves
it.  If it gets a request for a remote document, it serves
it.  Simple.