Re: [ILUG-Cochin.org] apache problem

2009-06-15 Thread Devadas VM
Also verify the DNS server part On Mon, Jun 15, 2009 at 2:11 PM, maskara shilpa wrote: > > > > > > > > > > > Hi Anish Shah,I can try helping you out,even i new in linux what i know i > can help you out this much only.. plz try this n make sure u put the correct > IPAdrress ok > > > vim /etc/httpd

Re: [ILUG-Cochin.org] apache problem

2009-06-15 Thread maskara shilpa
Hi Anish Shah,I can try helping you out,even i new in linux what i know i can help you out this much only.. plz try this n make sure u put the correct IPAdrress ok vim /etc/httpd/conf/httd.conf NameVirtualHost 192.168.0.1:80 ServerAdmin r...@ns1.ipsr.org DocumentRoot /var/www/html

Re: [ILUG-Cochin.org] apache problem

2009-06-15 Thread Anish Shah
hello sir thanks for showing interest on my doubts but whole thing that i have done , with local linux lab its not live servers. i still can't understand y apache not showing my default page ? it only showing my virtual host page only and i can resolve both ns1.ipsr.org and www.ipsr.org

Re: [ILUG-Cochin.org] apache problem

2009-06-15 Thread Anish Shah
hello sir thanks for showing interest on my doubts but whole thing that i have done , with local linux lab its not live servers. i still can't understand y apache not showing my default page ? it only showing my virtual host page On Sat, Jun 13, 2009 at 3:13 PM, unni krishnan wrote: > He

Re: [ILUG-Cochin.org] apache problem

2009-06-13 Thread Balakrishnan Pillai
Check DNS dig ns1.ipsr.org dig www.ipsr.org What type of apache virtual configuration you have done, name based dynamic namebased if dynamic namebased one check for virtualhost name expansion format and document root format and finaly check for any redirection line in apache configuration file.

Re: [ILUG-Cochin.org] apache problem

2009-06-13 Thread Anoop Alias
I guess he is doing that in a lab environment? and ns1.ipsr.org probably has those zones defines locally* *from what i understood. you are trying to use the DocumentRoot in the Main server config section and DocumentRoot in a virtual host section..right? If that is the case . You have to define

Re: [ILUG-Cochin.org] apache problem

2009-06-13 Thread unni krishnan
Hello Anish, I am not able to recreate the problem from my end because : 1. I am getting the page for ipsr when accessing http://www.ipsr.org/, unlike you told that it will show "hello this is virtual host". 2. The second subdomain ns1.ipsr.org is not resolving. These are my guess related t