windows下啟動apache報make_sock: could not bind to address [::]:443錯誤!
檢視指定埠的占用情況
netstat -aon|findstr "埠"
netstat -aon|findstr "443"
檢視pid對應的程序
tasklist|findstr "pid"
結束該程序
taskkill /f /t /im "*.exe"
可修改配置檔案
使用apache自帶的工具ab進行壓力測試時出現了ssl not compiled in; no https support的錯誤。使用abs代替ab即可。
讓apach 開機自啟動
在linux 原始碼編譯安裝了apache 服務 apache 服務啟動命令 usr local apache bin apachectl start 或是把apachectl 軟鏈結或cp到 sbin目錄下 apachectl start 用chkconfig 工具讓apache服務執行在執行級別...
linux下解除安裝apach
1 確認是否安裝過,或者系統自帶了httpd服務 rpm qa grep httpd或者 yum list grep httpd2 停止httpd服務 已經停止服務的不用執行次命令 systemctl stop httpd.service3 解除安裝apache,通過rpm e或者yum erase...
windows下安裝啟動memcached服務失敗
輸入 memcached h 正常顯示如下 但是memecached d start 失敗 服務列表中沒有memcached服務 2.在cmd下輸入 c memcached memcached.exe d install 安裝。注意 這一步很多初學者都安裝不了,執行上面命令後控制台會提示如下錯 fa...