добавил все по инструкции но не запускается apache
добавлял это в httpd-vhosts
NameVirtualHost *:80
Listen 80
<VirtualHost *:80>
ServerName example.com
DocumentRoot /var/www/gameap/public
<Directory /var/www/gameap/public>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
LogLevel debug
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
при запуске такая ошибка
10:44:08 [Apache] Error: Apache shutdown unexpectedly.
10:44:08 [Apache] This may be due to a blocked port, missing dependencies,
10:44:08 [Apache] improper privileges, a crash, or a shutdown by another method.
10:44:08 [Apache] Press the Logs button to view error logs and check
10:44:08 [Apache] the Windows Event Viewer for more clues
10:44:08 [Apache] If you need more help, copy and post this
10:44:08 [Apache] entire log window on the forums
без тех строк запускается норм