国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > Apache > 正文

詳解CentOS7安裝配置Apache HTTP Server

2024-08-27 18:25:16
字體:
供稿:網(wǎng)友

RPM安裝httpd

# yum -yinstall httpd//安裝httpd會自動安裝一下依賴包:aprapr-utilhttpd-toolsmailcap# rpm -qi httpdName    : httpdVersion  : 2.4.6Release  : 18.el7.centosArchitecture: x86_64Install Date: Mon 11 Aug 2014 02:44:55 PMCSTGroup   : System Environment/DaemonsSize    : 9793373License  : ASL 2.0Signature : RSA/SHA256, Wed 23 Jul 2014 11:21:22 PM CST, Key ID 24c6a8a7f4a80eb5Source RPM : httpd-2.4.6-18.el7.centos.src.rpmBuild Date : Wed 23 Jul 2014 10:49:10 PM CSTBuild Host : worker1.bsys.centos.orgRelocations : (not relocatable)Packager  : CentOS BuildSystem <http://bugs.centos.org>Vendor   : CentOSURL    : http://httpd.apache.org/Summary  : Apache HTTP ServerDescription :The Apache HTTP Server is a powerful,efficient, and extensible web server.

修改配置文件

# cd/etc/httpd/conf# lshttpd.conf magic#cp httpd.conf httpd.conf.origin  //將原有配置文件備份# more httpd.conf//查看配置文件,我們注意到以一配置:DocumentRoot"/var/www/html" //特別是要注意這個配置//這是Apache 2.4的一個新的默認(rèn)值,拒絕所有的請求! <Directory />  AllowOverride none  Require all denied</Directory> //設(shè)置為自動啟動# systemctl enable httpd.serviceln -s'/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'//在centos7中chkconfig httpd on 被替換成 systemctl enable httpd

配置WEB站點 (假設(shè)使用/wwwroot目錄下的文檔)

//創(chuàng)建兩個網(wǎng)站的目錄結(jié)構(gòu)及測試用頁面文件# mkdir/wwwroot/www# echo"www.bigcloud.local" > /wwwroot/www/index.html # mkdir/wwwroot/crm# echo"crm.bigcloud.local" > /wwwroot/crm/index.html //配置虛擬機(jī)主機(jī)# cd/etc/httpd/# mkdirvhost-conf.d# echo"Include vhost-conf.d/*.conf" >> conf/httpd.conf# vi/etc/httpd/vhost-conf.d/vhost-name.conf//添加如下內(nèi)容<VirtualHost *:80>  ServerNamewww.bigcloud.local DocumentRoot /wwwroot/www/</VirtualHost><Directory /wwwroot/www/>  Requireall granted</Directory> <VirtualHost *:80>  ServerNamecrm.bigcloud.local DocumentRoot /wwwroot/crm/</VirtualHost><Directory /wwwroot/crm/>  Require ip192.168.188.0/24  //可以設(shè)置訪問限制</Directory> 

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)之家。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 团风县| 辽阳县| 平南县| 汉寿县| 乐业县| 怀安县| 东平县| 抚远县| 昌都县| 台东县| 双辽市| 罗江县| 西畴县| 疏勒县| 香河县| 婺源县| 吉安市| 余江县| 南京市| 化德县| 锦屏县| 芜湖市| 旌德县| 东乌珠穆沁旗| 晋江市| 偏关县| 会宁县| 龙口市| 凤凰县| 德阳市| 益阳市| 衡东县| 来凤县| 邛崃市| 资源县| 宁阳县| 大悟县| 永顺县| 无棣县| 商水县| 九龙县|