plone nur auf 127.0.0.1:8080 listen
Jens Nachtigall <[email protected]> Wed, 09 May 2012 01:26:17 +0200
| Newsgroups | gmane.comp.web.zope.german |
|---|---|
| Message-ID | <[email protected]> |
Hallo,
ich glaube alles richtig zu machen, und dennoch passiert nichts :-/
Ich möchte gerne dass plone nur auf localhost:8080 lauscht (Listen),
damit der vorgeschaltete nginx nicht umgangen werden kann.
In buildout.cfg habe ich jetzt
http-address = 127.0.0.1:8080
ip-address = 127.0.0.1
und in base.cfg:
[instance]
http-address = ${buildout:http-address}
ip-address = ${buildout:ip-address}
Wenn ich mir die aus bin/buildout resultierende
/usr/local/Plone/zinstance/parts/instance/etc/zope.conf anschaue, sieht
auch alles gut aus:
...
ip-address 127.0.0.1
...
<http-server>
address 127.0.0.1:8080
</http-server>
Dennoch lauscht der python prozess (bin/plonectl start) weiterhin auf
der public IP:
$ sockstat | grep plone
plone python 18049 3 tcp4 91.<x>.<y>.<z>:8080 *:*
Übersehe ich irgendwas? Ich stehe grade irgendwie auf dem Schlauch (das
ganze ist auf FreeBSD).
Grüße,
Jens
_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope