lsdwyl 发表于 2017-12-25 16:54:14

Linux下 Apache Vhost 配置 防止403

1 <VirtualHost *:80>  
2         DocumentRoot /home/ubuntu/www/spider/public
  
3         ServerName sp.snowboy99.com
  
4         <Directory /home/ubuntu/www/spider/public/>
  
5               Require all granted
  
6         </Directory>
  
7 </VirtualHost>
页: [1]
查看完整版本: Linux下 Apache Vhost 配置 防止403