[plug] Zope and Apache

Jason Nicholls jason at mindsocket.com.au
Fri Aug 10 11:06:30 WST 2001


G'day,

On Fri, Aug 10, 2001 at 10:34:07AM +0800, Simon.Scott at flexiplan.com wrote:
<snip>
>>> Apache on port 80, Zope on port 8080

> Can someone explain to me how Apache could acheive this? Has anyone had
> experience with a similar setup?

Go to www.apache.org and search for mod_proxy. If I'm understanding correctly
it will do exactly what you want. eg:

	1. Make sure mod_proxy available (either compiled in or as a module)
	2. Add a rule similar to below into your Apache config:

		ProxyPass	/zope/	http://127.0.0.1:8080/

	3. Now if a user requests something like:

		http://your.machine/zope/hello.html

 	    Apache will internally fetch

	    	http://127.0.0.1:8080/hello.html

	    And deliver it to the client (without them ever knowing).

Later,

Jason Nicholls
--------------------------------------------------------------------
Jason Nicholls    icq: 11745841    email: <jason at mindsocket.com.au>
Proprietor                        mobile: 0417 410 811
Mind Socket [web services]          http://www.mindsocket.com.au/
--------------------------------------------------------------------



More information about the plug mailing list