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

首頁 > 系統(tǒng) > Linux > 正文

linux中openSUSE 的 Apache配置步驟詳解

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

本文章介紹的目的就是實(shí)現(xiàn)在 openSUSE 13.1 系統(tǒng)下,配置 Apache 服務(wù)器綁定 m.survivalescaperooms.com二級(jí)域名,具體配置步驟如下.

DNS 綁定 A 記錄#

首先在 DNS 上創(chuàng)建 A 記錄,將域名綁定到相應(yīng) IP 上.

創(chuàng)建站點(diǎn)目錄#

在服務(wù)器上,添加 /srv/www/vhosts/m.survivalescaperooms.com 目錄,并在該目錄下創(chuàng)建一個(gè) index.html 文件 – 用于測(cè)試.

配置 Apache#

創(chuàng)建虛擬主機(jī)配置文件#,代碼如下:

  1. $ cd /etc/apache2/vhosts.d 
  2. $ sudo cp vhost.template m.survivalescaperooms.com.conf 

修改 m.survivalescaperooms.com.conf 文件內(nèi)容如下:

  1. <VirtualHost *:80> 
  2.     ServerName m.survivalescaperooms.com 
  3.     ServerAdmin chenxsan@gmail.com 
  4.     DocumentRoot /srv/www/vhosts/m.survivalescaperooms.com 
  5.     ErrorLog /var/log/apache2/m.survivalescaperooms.com-error_log 
  6.     CustomLog /var/log/apache2/m.survivalescaperooms.com-access_log combined 
  7.     # don't loose time with IP address lookups 
  8.     HostnameLookups Off 
  9.     # needed for named virtual hosts 
  10.     UseCanonicalName Off 
  11.     # configures the footer on server-generated documents 
  12.     ServerSignature On 
  13.     # 
  14.     # This should be changed to whatever you set DocumentRoot to. 
  15.     # 
  16.     <Directory "/srv/www/vhosts/m.survivalescaperooms.com"> 
  17.         AllowOverride All 
  18.         Options FollowSymLinks 
  19.         Order allow,deny 
  20.         Allow from all 
  21.     </Directory> 
  22. </VirtualHost> 

之后重啟 Apache:

$ sudo rcapache2 restart

訪問 m.survivalescaperooms.com 網(wǎng)址,已經(jīng)可以看到 index.html 文件的內(nèi)容了,如果我們之前未添加 index.html 文件,訪問的話,則會(huì)出現(xiàn)如下錯(cuò)誤信息:

  1. Access forbidden! 
  2. You don’t have permission to access the requested directory. There is either no index document or the directory is read-protected. 
  3. If you think this is a server error, please contact the webmaster. 
  4. Error 403 
  5. m.survivalescaperooms.com

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 新乡市| 神农架林区| 河东区| 小金县| 永福县| 休宁县| 洮南市| 固始县| 安塞县| 温宿县| 攀枝花市| 永和县| 外汇| 原阳县| 府谷县| 莱阳市| 区。| 凌源市| 南澳县| 洛隆县| 乌拉特前旗| 静宁县| 抚顺县| 石首市| 稻城县| 陇西县| 大化| 内江市| 东兰县| 宜兰市| 阿瓦提县| 澜沧| 涪陵区| 松桃| 福州市| 呈贡县| 西和县| 炉霍县| 扶沟县| 汶上县| 滦南县|