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

2013-10-15 Thread Ammar Hassan
http answers, dns answers and even negative answers. Just to be sure you are able to reach your server, you should try from command line a tool like curl or wget.Even telnet could be used if you know how to do it.  This should work: curl -vv -I 211.80.39.244:8080 2013/10/15 Ammar Hassan

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

2013-10-14 Thread Ammar Hassan
r 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...@live.jp To: users@httpd.apache.org Date: Thu, 10 Oct 2013 12:36:29 +0900 Subject: RE: [users@httpd] Ap

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

2013-10-13 Thread Ammar Hassan
013 23:10:18 -0400 >> To: users@httpd.apache.org >> Subject: Re: [users@httpd] Apache Virtual Host Config issue >> >> On Wed, Oct 9, 2013 at 11:03 PM, Ammar Hassan >> mailto:amr...@live.jp>> wrote: >> Thank you for a detailed reply. I have gone through t

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

2013-10-09 Thread Ammar Hassan
> > On Wed, Oct 9, 2013 at 11:03 PM, Ammar Hassan > mailto: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

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

2013-10-09 Thread Ammar Hassan
ne for > 0.0.0.0:8080<http://0.0.0.0:8080>. > > If not, you might need to add another Listen directive with each IP you > want to listen on. > > Also, check the Apache error log and system log for errors in binding > ports (Apache would not start at all if the

[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