[Ilugc] appache config ....

  • From: linuxwithme@xxxxxxxxx (Suresh Kumar)
  • Date: Sat, 20 Mar 2004 01:33:47 -0800 (PST)

Hello all 
I am usering Red Hat 9 , and i have a server
configured with apache.
my server's
 /etc/hosts has

127.0.0.1       xyz-server localhost.localdomain     
localhost
128.0.0.3       xyz-server xyz-server.mysite.com   
xyz-server mail www

 its  ../httpd/httpd.conf file looks like
     .
     .   
    271 # redirections work in a sensible way.
    272 #
    273 ServerName   xyz-server.mysite.com:80
    274
    275 #
    276 # UseCanonicalName: Determines how Apache
constructs self-referencing
    .
    .
  1039 #    CustomLog
logs/dummy-host.example.com-access_log common
   1040 #</VirtualHost>
   1041 <VirtualHost *:90>
   1042  DocumentRoot /home/sites/doondo
   1043  DirectoryIndex index.php
   1044  ServerName kaavi-server.mysite.com
   1045 </VirtualHost>

    i am able to connect to appace webserver (my
server m/c ) from other linux box on network,
 when is use the IP address  http://128.0.0.3:90  ;
but when i user http://xyz-server:90 i am not able to
view the pages 

i get an alert message saying Â“www.xyz-server.com not
found please check the name and try again”..

where is DNS not resolved is it server or in the other
linux box
Thank is advance...

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

Other related posts:

  • » [Ilugc] appache config .... - Suresh Kumar