[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-smalltalk] Swazoo listening on 0.0.0.0
From: |
Stefan Schmiedl |
Subject: |
[Help-smalltalk] Swazoo listening on 0.0.0.0 |
Date: |
Wed, 15 Jul 2009 00:36:24 +0200 |
I'm trying to hide my app behind an apache proxy who'll also take care of
serving static files. But I can't persuade Swazoo to only listen on 127.0.0.1:
address@hidden ot $ gst -i
st> PackageLoader fileInPackage: 'Swazoo'
st> site := (Swazoo.SwazooSite newNamed: 'test') host: 'localhost' ip:
'127.0.0.1' port: 4080
st> site uriPattern examine
An instance of OrderedCollection
firstIndex: 8
lastIndex: 8
contents: [
[1]: a Swazoo.SiteIndentifier
host: localhost
ip: 127.0.0.1
port: 4080
]
OrderedCollection (a SiteIdentifier )
st> Swazoo.SwazooServer startSite: 'test'
address@hidden swazoo-httpd $ netstat -lpn | grep 4080
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:4080 0.0.0.0:* LISTEN
13751/gst
Am I doing something wrong?
Thanks,
s.
- [Help-smalltalk] Swazoo listening on 0.0.0.0,
Stefan Schmiedl <=