[root@localhost ~]# httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Jun 27 2018 13:48:59
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
<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>
[root@localhost ~]# netstat -tulnp | grep httpd
-bash: netstat: команда не найдена