On Thu, Jul 29, 2010 at 5:09 PM, Administrator <ad...@unitedinfotechs.net>wrote:
> > > On Thu, Jul 29, 2010 at 4:33 PM, Eric Covener <cove...@gmail.com> wrote: > >> > none of the virtual host is working as before it was,, now I am getting >> > Apache startup page which is located at /var/www/html where for certain >> > domain it should open /home/domain-name/public_html. >> > all dirs are chmod 755 and chown root:apache >> > Result of httpd -S is as follows >> >> > VirtualHost configuration: >> > 192.168.1.11:80 <http://192.168.1.11/> is a NameVirtualHost >> >> Are you sure that's the interface the connection is recieved on? If >> you actually listen on all interfaces on port 80, and your IP address >> changed, all your requests will hit the base server config instead of >> your name virtual host. >> >> Hello Eric, > Thankyou for your hint I have chacked the Interface connection and it > is conneced to ip 192.168.1.11 and port 80 with port scan for ip > 192.168.1.11 I have received all open ports on it. > Hello Eric, Thanks again you were right it was IP problem the lan card was using 192.168.1.11 so when I chane the server Ip to 1.12 everting started to work normal. Thank you Tariq Dalvi