I have a question:
I changed port for my panel to 2222 by:
- In file "C:\AWServer\bin\apache\conf\httpd.conf" change line "Listen 80" to "Listen 80"
- In file "C:\AWServer\bin\apache\conf\httpd-vhosts" change
to:
And now i can go to my panel by port 2222 but when I can't go to My site by port 80.
How I do? Thank all!
I changed port for my panel to 2222 by:
- In file "C:\AWServer\bin\apache\conf\httpd.conf" change line "Listen 80" to "Listen 80"
- In file "C:\AWServer\bin\apache\conf\httpd-vhosts" change
Code:
NameVirtualHost *:80
# Configuration for ZPanelX control panel.
<VirtualHost *:80>
Code:
NameVirtualHost *:80
# Configuration for ZPanelX control panel.
<VirtualHost *:2222>
And now i can go to my panel by port 2222 but when I can't go to My site by port 80.
How I do? Thank all!