centos 7 httpd 配置虚拟主机出错,使用原配置可以正常启动! 10
如题使用原配置可以正常启动,但是只要在conf.d文件夹下添加vhosts.conf配置文件,并添加虚拟主机,则无法启动httpd.conf服务。vhosts.conf详...
如题使用原配置可以正常启动,但是只要在conf.d文件夹下添加vhosts.conf配置文件,并添加虚拟主机,则无法启动 httpd.conf服务。vhosts.conf详细内容以及错误提示如下面图示,若不清晰请看原图。
是无法启动httpd服务……若上述图片显示不清晰,请右键 在新标签中打开图片!
============================================================================================
已经解决了是因为 SElinux阻止httpd访问error.log文件.
修改/etc/selinux/config 文件
将SELINUX=enforcing改为SELINUX=disabled
重启机器即可 展开
是无法启动httpd服务……若上述图片显示不清晰,请右键 在新标签中打开图片!
============================================================================================
已经解决了是因为 SElinux阻止httpd访问error.log文件.
修改/etc/selinux/config 文件
将SELINUX=enforcing改为SELINUX=disabled
重启机器即可 展开
展开全部
配置文件有问题
你看下httpd.conf最后面的其他站点大致配置文件
<VirtualHost *:80>
DocumentRoot "/var/www/html/test"
#PHPINIDir /var/www/html/test/
ServerName test.com
ServerAlias www.test.com
ErrorLog logs/test.com-error_log
CustomLog logs/test.com-access_log combined
<Directory />
Options Indexes FollowSymLinks
DirectoryIndex index.php index.html
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
你看下httpd.conf最后面的其他站点大致配置文件
<VirtualHost *:80>
DocumentRoot "/var/www/html/test"
#PHPINIDir /var/www/html/test/
ServerName test.com
ServerAlias www.test.com
ErrorLog logs/test.com-error_log
CustomLog logs/test.com-access_log combined
<Directory />
Options Indexes FollowSymLinks
DirectoryIndex index.php index.html
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询