1- My Server IP is 10.0.0.1& i am using Red Hat Linux 9

my setting in http.conf as below :-


ServerAdmin [EMAIL PROTECTED]

<VirtualHost 10.0.0.1>
   ServerAdmin [EMAIL PROTECTED]
   DocumentRoot /var/www/html/evo
   ServerName www.evo-tech.net
#   ErrorLog logs/dummy-host.example.com-error_log
#   CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

<VirtualHost 10.0.0.2>
   ServerAdmin [EMAIL PROTECTED]
   DocumentRoot /var/www/html/wak
   ServerName www.evo-tech2.org
#   ErrorLog logs/dummy-host.example.com-error_log
#   CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

<VirtualHost 10.0.0.3>
   ServerAdmin [EMAIL PROTECTED]
   DocumentRoot /var/www/html/wak2
   ServerName www.evo-tech3.edu
#   ErrorLog logs/dummy-host.example.com-error_log
#   CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

<VirtualHost 192.168.0.2>
   ServerAdmin [EMAIL PROTECTED]
   DocumentRoot /var/www/html/test
   ServerName www.evo-tech4.net
#   ErrorLog logs/dummy-host.example.com-error_log
#   CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>


In DNS setting as below :-

: Forword Lookup:

$TTL    86400
$ORIGIN evo-tech.net.
@                       1D IN SOA       @ root (
                                        42              ; serial (d. adams)
                                        3H              ; refresh
                                        15M             ; retry
                                        1W              ; expiry
                                        1D )            ; minimum

                        1D IN NS        @
                        1D IN A     10.0.0.1
                             IN MX 0      mail.evo-tech.net.

mail            IN A            10.0.0.1
uae             IN A            10.0.0.1


www             CNAME           uae
ftp             CNAME           uae
pop             CNAME                   mail

: Reversed lookup:

$TTL    86400
@       IN      SOA     evo-tech.net. root.evo-tech.net.  (
                                     2005100601 ; Serial
                                     28800      ; Refresh
                                     14400      ; Retry
                                     3600000    ; Expire
                                     86400 )    ; Minimum
             IN      NS      evo-tech.net.

1       IN      PTR     uae.
1       IN      PTR     uae.evo-tech.net.


2- When I Check in Windows client IE only first web site show in every web site I host.

I can't find the problem

Please help me solve the problem

thanks

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to