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