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:

ste...@g128 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'

ste...@g128 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 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to