排序
解析如何在Apache服務器下設置URL訪問中文編碼
在/usr/local/apache/conf/httpd.conf文件末位添加以下信息: 1 #add chinese url code 2 LoadModule encoding_module /usr/local/apache/modules/mod_encoding.so 3 <IfModule mod_headers....
詳解一個Let’s Encrypt免費又好用的證書
Let's Encrypt免費又好用的證書,廢話不多說。? ? 假設我的域名為:163.org 1、克隆代碼 ? git clone https://github.com/letsencrypt/letsencrypt # 沒有git的先安裝git # yum install git ...
教你如何配置fail2ban對Apache服務器進行安全防護的方法
這篇文章主要介紹了配置fail2ban對apache服務器進行安全防護的方法,主要是起到過濾ip地址的效果,示例基于linux系統,需要的朋友可以參考下 生產環境中的 Apache 服務器可能會受到不同的攻擊。攻...
Apache2啟動錯誤Could not reliably determine the server's fully qualified domain name
錯誤情況: ah00558: apache2: could not reliably determine the server's fully qualified domain name, using 127.0.1.1. set the 'servername' directive globally to suppress this messag...
linux下如何部署php項目?
linux下部署php項目環境可以分為兩種,一種使用apache,php,mysql的壓縮包安裝,一種用yum命令進行安裝。 使用三種軟件的壓縮包進行安裝,需要手動配置三者之間的關系。apache和php之間的配置...