[plug] accessing webpage
Cameron Patrick
cameron at patrick.wattle.id.au
Tue Sep 9 22:06:54 WST 2003
On Tue, Sep 09, 2003 at 10:01:42PM +0800, Jon Miller wrote:
| I have a situation where I need to access a program via a web browser.
| However the program is installed on serverB whereas apache is on a
| separate serverA. Can I cerate a virtual setting in http.conf that
| points to serverB?
Yup. You need to make sure you have mod_proxy enabled and then do
something like this:
ProxyPass /foo http://internal-server.example.org/blah/foo
Then any requests on http://serverA/foo/* will be passed on to
http://internal-server.example.org/blah/foo/* - is that what you wanted?
HTH,
Cameron.
More information about the plug
mailing list