[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 Ammar Hassan
on. Also, check the Apache error log and system log for errors in binding ports (Apache would not start at all if there was a conflict, but a small configuration issue could be warned about.) - Y On Wed, Oct 9, 2013 at 8:36 PM, Ammar Hassan amr...@live.jpmailto:amr

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

2013-10-09 Thread Ammar Hassan
, 2013 at 11:03 PM, Ammar Hassan amr...@live.jpmailto: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

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

2013-10-13 Thread Ammar Hassan
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, 2013 at 11:03 PM, Ammar

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

2013-10-14 Thread Ammar Hassan
/2013, at 01:51, Ammar Hassan amr...@live.jp 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] Apache Virtual Host

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

2013-10-15 Thread Ammar Hassan
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 amr