<VirtualHost *:80>
ServerName site1.ru
ServerAlias www.site1.ru
DocumentRoot /web/site1.ru/www
<Directory /web/site1.ru/www>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /web/site1.ru/logs/error.log
CustomLog /web/site1.ru/logs/access.log common
</VirtualHost>
<VirtualHost *:80>
ServerName test.loc
ServerAlias test.local
DocumentRoot "D:\projects\__test"
DirectoryIndex index.php
<Directory "D:\projects\__test">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Failed to start The Apache ...А полностью посмотреть ошибку, не?
<VirtualHost *:80>
ServerName site1.ru
ServerAlias www.site1.ru
DocumentRoot "/web/site1.ru/www"
DirectoryIndex index.html
<Directory "/web/site1.ru/www">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog /web/site1.ru/error.log
CustomLog /web/site1.ru/access.log common
</VirtualHost>
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
Syntax OK
[root@localhost ~]# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Jun 27 2018 13:48:59
setenforce 0
setsebool -P httpd_can_network_connect 1
sestatus