17 Oct 01:10
Re: Zope og ports
Fabian Linzberger <e <at> lefant.net>
2009-10-16 23:10:14 GMT
2009-10-16 23:10:14 GMT
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!
RSS Feed