想要將原本正常執行的Apache Server,由Standalone改為inetd,
以下是小弟的做法,分為兩種:
做法一:
- 代碼: 選擇全部
vi /etc/apache/httpd.conf
ServerType 改為 inetd
/etc/init.d/inetd restart
結果netstat之下port 80正常啟動,
但我在client端的瀏覽器下輸入http://xxx.com.tw
瀏覽器出現無法顯示網頁,
且netstat之下的port 80消失(這蠻奇怪的?)
做法二:
- 代碼: 選擇全部
dpkg-reconfigure apache
Would you like to start apache at boot time?[Yes]
/etc/init.d/inetd restart
netstat之下port 80 ok!
結果跟做法一一樣不行,
netstat之下port 80又消失(這蠻奇怪的?)
請各位學長不吝釋疑