Fabian Linzberger | 17 Oct 01:10
Favicon
Gravatar

Re: Zope og ports

On 19:07 Fri 16 Oct     , Juergen Koethnig wrote:
> Desværre kan jeg ikke gør det, fordi port 80 er i brug af hjemmesiden  
> for vores e-learning-platform.

du skulle jo siger at der alrede er apache på port 80... ;)

du kan bruger mod_proxy
(http://httpd.apache.org/docs/2.2/mod/mod_proxy.html) med config som
den her:

ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /lug/ http://localhost:8080/lug/
ProxyPassReverse /lug/ http://localhost:8080/lug/

hvis zope bruger derefter giver dig links til
http://localhost:8080/lug/

i sted a til

http://ddschule.dnsalias.org/lug/

så prøv noget som den her:

ProxyPass /lug/ http://localhost:8080/VirtualHostBase/http/ddschule.dnsalias.org:80/VirtualHostRoot/_vh_lug/
ProxyPassReverse /lug/ http://localhost:8080/VirtualHostBase/http/ddschule.dnsalias.org:80/VirtualHostRoot/

og kig:

http://plone.org/documentation/tutorial/plone-apache/tutorial-all-pages

  Fabian

--

-- 
Fabian Linzberger -- http://lefant.net/ -- http://debienna.at/
       - do yourself a favour: use and support free software!

Gmane