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

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

apache01630報(bào)錯(cuò)怎么解決

2024-08-27 18:24:26
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
  Apache搭建創(chuàng)建完虛擬主機(jī)之后,搭建完成之后卻報(bào)錯(cuò),提示為:“apache AH01630: client denied by server configuration”,這個(gè)報(bào)錯(cuò)是因?yàn)閍pache2.4與apache2.2的虛擬主機(jī)配置寫(xiě)法不同所致,因?yàn)閍pache2.2的寫(xiě)法是:
  [plain] view plain copy 在CODE上查看代碼片派生到我的代碼片
  <VirtualHost *:80>
  ServerName fdipzone.demo.com
  DocumentRoot "/home/fdipzone/sites/www"
  DirectoryIndex index.html index.php
  <Directory "/home/fdipzone/sites/www">
  Options -Indexes +FollowSymlinks
  AllowOverride All
  Order deny,allow
  Allow from all
  </Directory>
  </VirtualHost>
  所以在2.4中使用以上寫(xiě)法就會(huì)有apache AH01630: client denied by server configuration錯(cuò)誤。解決方法如下:
  [plain] view plain copy 在CODE上查看代碼片派生到我的代碼片
  Order deny,allow
  Allow from all
  Allow from host ip
  修改為
  [plain] view plain copy 在CODE上查看代碼片派生到我的代碼片
  Require all granted
  Require host ip
  修改后的配置如下:
  [plain] view plain copy 在CODE上查看代碼片派生到我的代碼片
  <VirtualHost *:80>
  ServerName fdipzone.demo.com
  DocumentRoot "/home/fdipzone/sites/www"
  DirectoryIndex index.html index.php
  <Directory "/home/fdipzone/sites/www">
  Options -Indexes +FollowSymlinks
  AllowOverride All
  Require all granted
  </Directory>
  </VirtualHost>
發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 嘉义市| 樟树市| 阜南县| 信宜市| 固始县| 平安县| 延寿县| 本溪市| 黄龙县| 沭阳县| 翁源县| 越西县| 巴中市| 临潭县| 永济市| 沁水县| 永靖县| 青神县| 格尔木市| 灵石县| 华亭县| 麻栗坡县| 梨树县| 会泽县| 凌云县| 广灵县| 精河县| 阿合奇县| 长葛市| 阿巴嘎旗| 靖宇县| 宁德市| 竹山县| 杭锦后旗| 武陟县| 嘉义市| 洞口县| 津南区| 万全县| 库尔勒市| 兴山县|