Zope site redirection with Apache
Hi, I work in zope with an Apache server. Sometime ago I asked for using Apache instead ZServer to serve zope sites, and that work, but in order to publish the site into internet the communication services of my organization asked me, to redirect my zope project, a rooted and different-port direction. Clearly, Current state: 1- Redirection by using ProxyPass and ProxyPassReverse Apaches directives and SiteRoot Zope object FROM my_server:8080/mySite TO my_server/mySite Those allow me to use Apache as front-end of my site in my internal web server, and internally I can browse my projects using port 80 of Apache. 2- So, now I asked to the comm. services to make this redirection FROM my_server/mySite TO www.my_org.fr/mySite 3- but they told me that this is no possible just something like that is FROM my_server:8090 to www.my_org.fr/mySite where if I browse http://my_server:8090 <http://my_server:8090/> I should be able to see the same as my_server/mySite Note: the port 8090 is an example Could does anybody help me? Thank in adavance. -- Gustavo J. BOBEFF (gbobeff@emn.fr) - PhD Student -- Ecoles des Mines de Nantes Computer Science Department
It sounds like you have proxying working internally... so what you need is to serve Zope from a doamin name? I think these are what you're looking for. http://www.zope.org/Members/mwr/VHosts_With_Zope_Default http://httpd.apache.org/docs/vhosts/index.html HTH, Dylan On Fri, 2003-04-04 at 00:26, Gustavo Bobeff wrote:
Hi,
I work in zope with an Apache server. Sometime ago I asked for using Apache instead ZServer to serve zope sites, and that work, but in order to publish the site into internet the communication services of my organization asked me, to redirect my zope project, a rooted and different-port direction.
Clearly,
Current state:
1-
Redirection by using ProxyPass and ProxyPassReverse Apaches’ directives and SiteRoot Zope object
FROM my_server:8080/mySite TO my_server/mySite
Those allow me to use Apache as front-end of my site in my internal web server, and internally I can browse my projects using port 80 of Apache.
2-
So, now I asked to the comm. services to make this redirection
FROM my_server/mySite TO www.my_org.fr/mySite
3-
but they told me that this is no possible just something like that is
FROM my_server:8090 to www.my_org.fr/mySite
where if I browse http://my_server:8090 I should be able to see the same as my_server/mySite
Note: the port 8090 is an example
Could does anybody help me?
Thank in adavance.
-- Gustavo J. BOBEFF (gbobeff@emn.fr) - PhD Student
-- Ecoles des Mines de Nantes – Computer Science Department
participants (2)
-
Dylan Reinhardt -
Gustavo Bobeff