undo previous change about explicitly binding localhost, this is not
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 May 2011 13:55:59 +0000 (15:55 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 26 May 2011 13:55:59 +0000 (15:55 +0200)
needed anymore now that our vservers are properly configured

plc.d/httpd

index 0e517ce..101179d 100755 (executable)
@@ -117,7 +117,6 @@ case "$1" in
            # HTTP configuration
            if [ $skip_http -eq 0 -a -n "${!http_port}" ] ; then
                cat <<EOF
-Listen 127.0.0.1:${!http_port}
 Listen ${!http_port}
 # create wsgi socket where we have the permission
 ### WSGISocketPrefix run/wsgi