apache伺服器配置常見錯誤以及解決方法

2021-06-20 10:03:36 字數 283 閱讀 5347

1、

啟動apache: apachectl start

結束apache: apachectl stop

重啟apache: apachectl restart

注意:啟動apachectl一定要在bin的上級目錄中執行,例如bin/apachectl start,因為apachectl會呼叫httpd,而httpd缺省會尋找./conf/httpd.conf。

2、如果apache的安裝路徑變了,一定要改動兩個檔案:bin/apachectl和conf/httpd.conf

apache伺服器配置

1.首先說明監聽埠 listen 80 2.然後是主站點的配置 基本配置 serveradmin com documentroot var www html servername test.com errorlog logs amc error log customlog logs amc acce...

Apache服務 前端伺服器配置

一 重要概念 虛擬主機 virtualhost 對外開的虛擬主機和埠號 vhosts.conf 虛擬主機配置檔案 workers.properties worker的配置檔案,tomcat 或其他伺服器 的連線池配置 hosts 本地host檔案,做本地的網域名稱對映,網域名稱解析會首先找到這個檔案...

Apache伺服器相關錯誤集錦

1.解決方法 443埠是否被占用 httpd程序是否已經開啟 2.could not reliably determine the server s fully qualified domain name,using 127.0.1.1 for servername修改 httpd.conf 檔案 ...