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

2013-10-21 Thread Mike Rumph
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 answers, d

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

2013-10-16 Thread Chris Gordon
From: v.dam...@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

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

2013-10-16 Thread Vincenzo D'Amore
> > From: v.dam...@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 ha

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

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

2013-10-15 Thread Vincenzo D'Amore
t; IP address not available. An IP not configured on your server. > Best,Vincenzo > > On 14/ott/2013, at 01:51, Ammar Hassan wrote: > > Please help me sort this out. What is it that I am doing wrong here. > > > > -------- > From: amr...@l

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

2013-10-14 Thread Ammar Hassan
58:22 +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 represente

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

2013-10-14 Thread Vincenzo D'Amore
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

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,

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

2013-10-09 Thread Ammar Hassan
, 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

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 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 running.

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

2013-10-09 Thread Ammar Hassan
..@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 si

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 an

[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:     ServerName something.domain.com   DocumentRoot "D:/www/public_html"       Options Indexes FollowSymLinks     AllowOverride All       Order a