RE: AWServer with ZPanelX 2.2 is available!
10-28-2016, 11:02 PM
(This post was last modified: 10-28-2016, 11:03 PM by Miow5.)
(10-28-2016, 10:51 PM)coitam Wrote: 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: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!
Well, usually if you use por 80, you don't have to type http://yourhost:80 to get access to it.
The same with localhost under http://localhost. But if you are using a special port to get access to Sentora, you'll need to type :2222 in your browser, together with the name of your host:
http://localhost:2222
127.0.0.1:2222
http://yourhost.com:2222
123.456.789.0:2222