1.打开httpd.conf,设置启用虚拟目录:
options followsymlinks allowoverride all allow from all #require all denied
2.指定虚拟目录位置:
include conf/extra/httpd-vhosts.conf,
3.修改节点
serveradmin webmaster@dummy-host.example.com documentroot /var/www/cloud_whirlpool_china servername cloud.whirlpool-china.com serveralias cloud.whirlpool-china.com errorlog logs/cloud.whirlpool-china.com-error_log customlog logs/cloud.whirlpool-china.com-access_log common
也可以把virtualhost直接配置在httpd.conf文件里。二、远程访问权限设置:
1.设置防火墙
2.修改配置文件:
/etc/httpd/conf/httpd.conf
allowoverride none options none order allow,deny allow from all
三、常用命令
/bin/systemctl start httpd.service #启动/bin/systemctl restart httpd.service #重启/bin/systemctl status httpd.service #查看状态
以上就介绍了apache使用tips,包括了方面的内容,希望对php教程有兴趣的朋友有所帮助。
