centos7作為web服務器優化 原文 http://itindex.net/detail/51140-centos7-web-服務器 1、加大打開文件數的限制(open files) 查看 ulimit -nulimit -a vi /etc/security/limits.conf ...
安裝httpd服務 輸入命令:yum y install httpd 配置 Apache 主要的配置文件是 etc httpd conf httpd.conf 。 它包含許多在基本安裝中不需要更改的配置。 實際上,只需對此文件進行一些更改即可啟動並運行一個簡單的網站。 監聽端口 第一個要修改的是 Listen 配置項,它定義了 Apache 要監聽頁面請求的 IP 地址和端口。 現在,你只需要使 ...
2019-06-08 12:08 0 3180 推薦指數:
centos7作為web服務器優化 原文 http://itindex.net/detail/51140-centos7-web-服務器 1、加大打開文件數的限制(open files) 查看 ulimit -nulimit -a vi /etc/security/limits.conf ...
需求分析: 實現工具: 具體實現: (1)判斷機器是否安裝 rpm -qa | grep samba (2)沒有安裝 ...
參考網站:https://blog.csdn.net/lianghongge/article/details/78209445 =================================== ...
1.安裝vsftpd yum -y install vsftpd 2.在firewalld中添加規則 為確保成功 先啟動firewalld服務 systemctl enable firewalld systemctl restart firewalld firewalld-cmd ...
借鑒別人這篇博客搭建成功的:http://blog.51cto.com/mrxiong2017/2087001 NFS系統:用來共享文件、圖片、視頻 准備兩個centOS7服務器,一個作NFS service,另一個用NFS client 主要應用原理 ...
1.Apache安裝 2.PHP安裝 3.安裝MariaDB數據庫 CentOS 7.0中,已經使用MariaDB替代了MySQL數據庫 ...
時區概念 GMT、UTC、CST、DST UTC:整個地球分為二十四個時區,每個時區都有自己的本地時間,在國際無線電通信場合,為了統一起見,使用一個統一的時間,稱為通用協調時間(UTC:Univer ...
CentOS7搭建DNS服務 安裝所需的軟件: yum -y install bind bind-chroot 添加區域ttkp.cn vim /etc/named.conf 檢查主配置文件語法 named-checkconf /etc ...