Re: [users@httpd] Apache Virtual Host Config issue

2013-10-21 Thread Mike Rumph
Subject: Re: [users@httpd] Apache Virtual Host Config issue Hi Ammar, if Apache is running on a windows server may be you have a problem with your firewall.Try to shut it down temporarily. And don't trust your browser, in many cases it could cache http answers, dns answers and even negative

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-16 Thread Vincenzo D'Amore
...@gmail.com Date: Tue, 15 Oct 2013 15:24:59 +0200 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtual Host Config issue Hi Ammar, if Apache is running on a windows server may be you have a problem with your firewall.Try to shut it down temporarily. And don't trust your browser

RE: [users@httpd] Apache Virtual Host Config issue

2013-10-16 Thread Chris Gordon
Date: Tue, 15 Oct 2013 15:24:59 +0200 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtual Host Config issue Hi Ammar, if Apache is running on a windows server may be you have a problem with your firewall.Try to shut it down temporarily. And don't trust your browser, in many cases

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-15 Thread Vincenzo D'Amore
this out. What is it that I am doing wrong here. From: amr...@live.jp To: users@httpd.apache.org Date: Thu, 10 Oct 2013 12:36:29 +0900 Subject: RE: [users@httpd] Apache Virtual Host Config issue Yehuda, Actually there were two entries as you rightly

RE: [users@httpd] Apache Virtual Host Config issue

2013-10-15 Thread Ammar Hassan
:24:59 +0200 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtual Host Config issue Hi Ammar, if Apache is running on a windows server may be you have a problem with your firewall.Try to shut it down temporarily. And don't trust your browser, in many cases it could cache http

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-14 Thread Vincenzo D'Amore
. What is it that I am doing wrong here. From: amr...@live.jp To: users@httpd.apache.org Date: Thu, 10 Oct 2013 12:36:29 +0900 Subject: RE: [users@httpd] Apache Virtual Host Config issue Yehuda, Actually there were two entries as you rightly

RE: [users@httpd] Apache Virtual Host Config issue

2013-10-14 Thread Ammar Hassan
+0200 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtual Host Config issue Hi Ammar, usually you don't put Listen directive inside your vhost configuration.And you cannot have an IP address like 123.45.6.789. IP Addresses are canonically represented in dot-decimal notation, which

RE: [users@httpd] Apache Virtual Host Config issue

2013-10-13 Thread Ammar Hassan
Please help me sort this out. What is it that I am doing wrong here. From: amr...@live.jp To: users@httpd.apache.org Date: Thu, 10 Oct 2013 12:36:29 +0900 Subject: RE: [users@httpd] Apache Virtual Host Config issue Yehuda, Actually there were two

[users@httpd] Apache Virtual Host Config issue

2013-10-09 Thread Ammar Hassan
I have IIS and Apache both running on my server. Apache is on 8080. I am having some DNS mapping issues.   I have a virtual host entry as follows:   VirtualHost *:8080   ServerName something.domain.com   DocumentRoot D:/www/public_html   Directory D:/www/public_html     Options Indexes

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-09 Thread Yehuda Katz
Hi Ammar, If your vhost is only bound to port 8080, then going to http://subdomain.example.com/ will not load the site from the apache server. You need to explicitly us http://subdomain.example.com:8080/ Since it is working from localhost, that implies that apache is only listening on localhost

RE: [users@httpd] Apache Virtual Host Config issue

2013-10-09 Thread Ammar Hassan
From: yeh...@ymkatz.net Date: Wed, 9 Oct 2013 21:36:58 -0400 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtual Host Config issue Hi Ammar, If your vhost is only bound to port 8080, then going to http://subdomain.example.com/ will not load the site from

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-09 Thread Yehuda Katz
On Wed, Oct 9, 2013 at 11:03 PM, Ammar Hassan amr...@live.jp wrote: Thank you for a detailed reply. I have gone through the things you asked me to check. There was an entry in netstat -an like this: TCP[::]:8080 [::]:0 LISTENING Which suggests that Apache is

RE: [users@httpd] Apache Virtual Host Config issue

2013-10-09 Thread Ammar Hassan
it, it worked fine. When I put 8080 at the end of the domain it says server timed out. -Ammar From: yeh...@ymkatz.net Date: Wed, 9 Oct 2013 23:10:18 -0400 To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Virtual Host Config issue On Wed, Oct 9