分页: 1 / 1
ubuntu13如何开80端口啊?求正解
发表于 : 2014-02-13 17:02
由 jia-jp
ubuntu13如何开80端口啊?安装authbind后,总出现应用访问一段时间不能访问了,什么原因啊?
Re: ubuntu13如何开80端口啊?求正解
发表于 : 2014-02-13 17:28
由 poloshiao
ubuntu13如何开80端口
1. /etc/services 記錄 預設的 服務(程式) 與 端口
例如
sudo cat /etc/services | grep 80
http 80/tcp www # WorldWideWeb HTTP
http 80/udp # HyperText Transfer Protocol
表示 80/tcp 與 80/udp 都是 http 服務(程式) 對照的
當你啓動 http 服務程式時 就會打開預設的 port 80
2. 這個 port 80 可以改變
在 http 服務程式的設定檔 改變
3. 想要安裝 http 服務(程式) 參見
https://help.ubuntu.com/12.04/serverguide/httpd.html
Re: ubuntu13如何开80端口啊?求正解
发表于 : 2014-02-13 17:54
由 TeliuTe
装一个提供HTTP服务的程序,像Apache