[Zope] Problem with Apache+Zope

AM list_subscriber@neurobs.com
Wed, 26 Feb 2003 10:24:58 -0800


You still need the zope instance to have an ip, localhost usually 
resolves to 127.0.0.1

So for example let us assume that somehow you manage to get a page 
downloaded to your browser and displayed. All links in the page will be 
http://localhost/<rest of the link> !!!

But you wont have those URIs on your local machine now would you..

---

It's set up this way because this machine is only accessible through port 80 
So the idea is just to have Apache act as a gateway to the zope site(s) 
running locally on 8080. 

---


To do this look up how to use VHM with apache and ZServer.

I think the link is somewhere on:

http://ww.zope.org/Members/regebro/

hth
AM

G. Clifford Williams wrote:

>I'm having a problem getting to the "manage" page of the zope server. My 
>configuration is as follows.
>
>
><VirtualHost *>
>    ServerName zope.xyz.com
>    ServerAdmin webmaster@clave.info   
>    RewriteEngine On
>    RewriteRule ^/(.*) http://localhost:8080/$1 [L,P]
>    #ProxyPass / http://localhost:8080/
>    #ProxyPassReverse / http://localhost:8080/
>    ProxyVia on
></VirtualHost>
>
>Everytime a request for zope.xyz.com comes in it get's the main page
>but any attempt to go to zope.xyz.com/manage/ results in errors from the 
>client machine about not being able to connect to "localhost:8080"
>
>
>It's set up this way because this machine is only accessible through port 80 
>So the idea is just to have Apache act as a gateway to the zope site(s) 
>running locally on 8080. 
>
>Any help would be greatly appreciated.
>
>_______________________________________________
>Zope maillist  -  Zope@zope.org
>http://mail.zope.org/mailman/listinfo/zope
>**   No cross posts or HTML encoding!  **
>(Related lists - 
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>
>
>  
>


-- 
==================================================================
 Aseem Mohanty							   
 Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 
 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231		  	
==================================================================								  	
 "I saw `cout' being shifted "Hello world" times to the left and  
  stopped right there!!"                        -- Steve Gonedes  
==================================================================