On Wednesday, September 1, 2010, nitin chandra <[email protected]> wrote: >>> >>> As I asked before, can you reconfirm the configuration you are using >>> for HTTP host, plus also state what URL you are using. >> >> in main httpd.conf >> > Listen 192.168.1.6:80
Use just: Listen 80 > ServerName www.healthcare.in: Shouldn't have :80 on the end. That is also not sufficient to have server accept that name, you need to also have an entry in /etc/hosts so know that name maps to your host. >>> >>> Also indicate whether www.healthcare.com is even resolvable and >>> contactable as that machine. Ie., >>> >>> ping www.healthcare.com >>> >>> Does that work and is the target actually your machine? > > There was some domain on internet with .com ... so I changed mine to > .in but still the same issue. If you don't own a DNS host name, why are you even using virtual hosts? Get rid of the virtual hosts and just stick stuff at global scope. Graham > Thank you > > Nitin > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
