[ILUG-Cochin.org] apache problem

2009-06-13 Thread Anish Shah
hello sir

i hope u r fine .

sir i want to ask u one question related  Apache Server.

sir my dns server is   ns1.ipsr.org ,

sir   my apache server is  * ns1.ipsr.org* and document root is
/var/www/html , here i made index.html
( that contents Hello This Is Apache Server )

my  Virtual Host is  * www.ipsr.org* , and document root is  /var/www/
www.ipsr.org and here i made

index.html.( that contents  hello this is virtual host )

*when i  open  http://www.ipsr.org  it shows me perfect page it means* (
hello this is virtual host )

*But  when i open  http://ns1.ipsr.org  it still shows me *  (   hello this
is virtual host )

instead  of  my original contents ( Hello This Is Apache Server )


So please help me how to resolve this problem ?


Thanks & Regards
Anish J Shah
mob-9979461192
___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org


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 to this problem.

There is only one VirtualHost entry for the IP address to which the
sub/domains ns1.ipsr.org and www.ipsr.org are pointing. So when you
accessing ns1.ipsr.org and www.ipsr.org you will get the content of
the DocumentRoot in that VirtualHost entry.

Do you have a VirtualHost entry for ns1.ipsr.org ?

Apache will ignore the DocumentRoot outside the VirtualHost entry, if
there is one for that IP address. So create one Vhost entry for
ns1.ipsr.org.

Also Aache will show the content of the Vhost entry just below the
NameVirtualHost for the IP address, if there is no Vhost for the
domain/subdomain. So my best guess is that there is no Vhost for
ns1.ipsr.org.

On Sun, Jun 14, 2009 at 12:18 AM, Anish Shah wrote:
> hello sir
>
> i hope u r fine .
>
> sir i want to ask u one question related  Apache Server.
>
> sir my dns server is   ns1.ipsr.org ,
>
> sir   my apache server is   ns1.ipsr.org and document root is  /var/www/html
> , here i made index.html
> ( that contents Hello This Is Apache Server )
>
> my  Virtual Host is   www.ipsr.org , and document root is
> /var/www/www.ipsr.org and here i made
>
> index.html.( that contents  hello this is virtual host )
>
> when i  open  http://www.ipsr.org  it shows me perfect page it means (
> hello this is virtual host )
>
> But  when i open  http://ns1.ipsr.org  it still shows me   (   hello this is
> virtual host )
>
> instead  of  my original contents ( Hello This Is Apache Server )
>
>
> So please help me how to resolve this problem ?
>
>
> Thanks & Regards
> Anish J Shah
> mob-9979461192
>
> ___
> ILUG Cochin Mailing List
> http://ilug-cochin.org/mailman/
> Mailinglist@ilug-cochin.org
> http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
> #ilugko...@irc.freenode.org
>
>



-- 
-
With regards,
Unni

"A candle loses nothing by lighting another candle"

___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org


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 another virtual host for
ns1.ipsr.org* *with the DocumentRoot /var/www/html .

In short you must have 2 virtual host entries rather than a single virtual
host entry and the Main server configured.




-- 
Anoop P Alias (PGP Key ID : 0x014F9953)
GNU system administrator
http://GnuSys.net
___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org


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.

On Sun, Jun 14, 2009 at 12:18 AM, Anish Shah wrote:
> hello sir
>
> i hope u r fine .
>
> sir i want to ask u one question related  Apache Server.
>
> sir my dns server is   ns1.ipsr.org ,
>
> sir   my apache server is   ns1.ipsr.org and document root is  /var/www/html
> , here i made index.html
> ( that contents Hello This Is Apache Server )
>
> my  Virtual Host is   www.ipsr.org , and document root is
> /var/www/www.ipsr.org and here i made
>
> index.html.( that contents  hello this is virtual host )
>
> when i  open  http://www.ipsr.org  it shows me perfect page it means (
> hello this is virtual host )
>
> But  when i open  http://ns1.ipsr.org  it still shows me   (   hello this is
> virtual host )
>
> instead  of  my original contents ( Hello This Is Apache Server )
>
>
> So please help me how to resolve this problem ?
>
>
> Thanks & Regards
> Anish J Shah
> mob-9979461192
>
> ___
> ILUG Cochin Mailing List
> http://ilug-cochin.org/mailman/
> Mailinglist@ilug-cochin.org
> http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
> #ilugko...@irc.freenode.org
>
>

___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org


[ILUG-Cochin.org] IRC Meeting

2009-06-13 Thread Sameer Mohamed Thahir

Hello All,

Our IRC channel was started in 2005, and has not been very much active since
then. Since IRC is a platform on which the entire Free Software Community
thrives on, it is important for us to utilize it to boost our activities 
and to

make our group more active.

I would suggest, we have a monthly IRC Meeting at #ilugkochi 
@irc.freenode.net.


A detailed howto is posted on our site
http://www.ilug-cochin.org/resources/how-to-use-irc/
on using IRC


It would be very useful for people who cannot attend meetings and we can
take lot of action items through online discussions.

It can be planned at a convenient date and time

I would suggest sometime on every 3 Sunday of the month, so that we can
synchronize the discussions and plan for the meeting @ Broadway on the
4th Sunday.

Pour in your suggestions.

Thank You
Regards
Sameer Mohamed Thahir


___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org


Re: [ILUG-Cochin.org] Converting Kerala to Free Software .... Educational software project

2009-06-13 Thread Sameer Mohamed Thahir

Hello Madhu,

It is an excellent idea and can be conceived by
the Malayalam teachers, programmers and
users in the Swathanthra Software Community.

We have all these people in the ILUG Cochin community
and hence it is easy to move forward.

I hope you can start the initiative by pouring in your
ideas for the application as you have mentioned.

Btw anyone facing difficulties receiving mail
in the Mailing List ( Non digest ) , since I have not
received a few mails send last week.

Thank You
Regards
Sameer Mohamed Thahir

On Tuesday 09 June 2009 04:14 PM, Fayaz useful wrote:

Sounds good...
An intuitive ethical introvert


On Mon, Jun 8, 2009 at 08:49, madhu kannan > wrote:




Hello ,

Since our first step in converting kerala to a free software state
is to "empower he new gen to choose freedom"  we can think about
developing some educational software for our school kids .

As a start can we initiate a simple educational software project
like Learning alphabets (Malayalam since already many are
available for English ) .
since most of the media resources  like pictures and music are
available under creative commons , developing a gtk or some other
front end will be sufficient

Regards

Madhu

___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org 
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org 




___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org
   


___
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
Mailinglist@ilug-cochin.org
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#ilugko...@irc.freenode.org