<VirtualHost *:80>
DocumentRoot /var/www/www1
ServerName www1.extmail.org
</VirtualHost>
<Directory "/var/www/www1">
Allowoverride None
Options None
Order allow,deny
Allow from 192.168.121.2
</Directory>
<Directory "/var/www/www2/">
Options Indexes FollowSymLinks
AllowOverride NOne
Order allow,deny
Allow from all
AuthName www2Auth
AuthType Basic
AuthUserFile /etc/httpd/userauth
Require valid-user
</Directory>
<VirtualHost *:80>
DocumentRoot /var/www/www2
ServerName www2.extmail.org
</VirtualHost>
启动httpd
加密
创建/var/www/www1 /var/www/www2
htpasswd -c /etc/httpd/userauth www
service httpd restart
#配置文件在/etc/httpd/conf/httpd.conf
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。