last time I can not visited my website. Just because my windows firewall blocked it. I turn off the firewall. It's OK.
this time I can not visit my website again. my firewall is turn off.
3.1.3 64bit
win10
green icon..........local server - all services are running
Your port 80 is actually used by :
Server: Apache/2.4.33 (Win64) PHP/5.6.35
before it didn't work, I did nothing. so why it doesn't work ?
---------------------------------------------------------------------------
# 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
</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>
------------------------------------------------------------------------------
this time I can not visit my website again. my firewall is turn off.
3.1.3 64bit
win10
green icon..........local server - all services are running
Your port 80 is actually used by :
Server: Apache/2.4.33 (Win64) PHP/5.6.35
before it didn't work, I did nothing. so why it doesn't work ?
---------------------------------------------------------------------------
# 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
</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>
------------------------------------------------------------------------------