|
got it.
But I got another problem. I changed port value in apache httpd.conf
port 80 ==> port 8080
after that, when I visit my site, got
"There is no website configured at this address" shown.
do I have to change
NameVirtualHost IP.IP.IP.IP:80
to
NameVirtualHost IP.IP.IP.IP:8080 as well?
thanks.
|