国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 大城县| 新蔡县| 陕西省| 阿克苏市| 特克斯县| 滨海县| 托里县| 兴和县| 鹤庆县| 肃北| 应用必备| 房产| 阿克| 西林县| 监利县| 双鸭山市| 余干县| 肇源县| 普兰县| 内黄县| 天水市| 乌拉特中旗| 黄大仙区| 盐边县| 改则县| 黔江区| 石阡县| 昌宁县| 白水县| 乌兰察布市| 信丰县| 辛集市| 顺义区| 墨脱县| 正蓝旗| 金乡县| 绥德县| 英德市| 南宁市| 巴塘县| 普安县|