after reinstall can not visit too.
3.1.3 64bit
win10
green local server - all services are running
Your port 80 is actually used by :
Server: Apache/2.4.33 (Win64) PHP/5.6.35
--------------------------------------------------
3.1.3 64bit
win10
green local server - all services are running
Your port 80 is actually used by :
Server: Apache/2.4.33 (Win64) PHP/5.6.35
--------------------------------------------------
<Directory />
AllowOverride none
# Require all denied
Require all granted
</Directory>
# onlineoffline tag - don't remove
# Require local
Require all granted
-------------------------------------------------------------------------------
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require local
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName www.engxx.com
DocumentRoot "h:/web/engxx"
<Directory "h:/web/engxx/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require local
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName www.4chan.site
DocumentRoot "h:/web/4chan"
<Directory "h:/web/4chan/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require local
Require all granted
</Directory>
</VirtualHost>
#
#
<VirtualHost *:80>
ServerName www.1se.top
DocumentRoot "h:/web/1se"
<Directory "h:/web/1se/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require local
Require all granted
</Directory>
</VirtualHost>