HTTP 模块

http.createServer([options][, requestListener])
server.listen(port[, hostname][, backlog][, callback])
openshift中我的test只能监听127.8.156.1 的8080 端口,127 开头的都是回环地址,但是跟127.0.0.1 确是有区别的