View Single Post
  #6  
Old 12-29-2006, 09:34 AM
surfman surfman is offline
Member
 
Join Date: Dec 2006
Posts: 27
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.
Reply With Quote