Swazoo listening on 0.0.0.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Swazoo listening on 0.0.0.0

Stefan Schmiedl
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:

stefan@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'

stefan@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
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Swazoo listening on 0.0.0.0

Paolo Bonzini-3

> stefan@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?

Most likely not. :-)  Please file a bug.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk