apache重啟和語法檢查過程中的幾個小錯誤解決

2021-05-26 01:13:51 字數 692 閱讀 2730

重啟apache時出現如下提示,雖然不影響apache的正常執行,但看著就彆扭,還是解決掉吧:

apache2: could not reliably determine the server』s fully qualified domain name, using 127.0.0.1 for servername

[fri jun 03 08:42:38 2011] [warn] _default_ virtualhost overlap on port 443, the first has precedence

2、apache2: could not reliably determine the server』s fully qualified domain name, using 127.0.0.1 for servername

解決方法:

新增servername localhost

3、[fri jun 03 08:42:38 2011] [warn] _default_ virtualhost overlap on port 443, the first has precedence

解決方法:

# vi /etc/apache2/ports.conf

新增namevirtualhost *:443

最後重啟apache即可。

經典的軟體質量保證檢查過程

1.0目的 本文的目的是描述abc中心的sqa組進行內部軟體過程檢查所使用的程式。執行檢查的目的是為了提供對軟體過程的客觀承諾確認,並最終提交滿足標準 手冊 規格書以及程式等方面要求的軟體產品。2.0範圍 文中所描述的程式適用於abc中心sqa組執行的內部軟體過程檢查。3.0術語表 kpa 關鍵過程...

apache停止和重啟

apache停上或重啟的有兩種,第一種傳送訊號到程序,第二種是使用apachectl指令碼執行stop,start,graceful或graceful stop命令 訊號方式 1.term kill term cat usr local apache2 logs httpd.pid 類似 apach...

linux系統下的apache重啟和檢視php環境

首先切換到init.d目錄下 cd etc rc.d init.d然後ls列出目錄 使用httpd v檢視已經安裝的httpd的版本,使用rpm qa grep httpd檢視是否已經安裝了httpd 使用ps ef grep httpd檢視httpd的程序 使用service httpd stat...