Re: [users@httpd] Apache Virtual Host not working properly

2017-12-31 Thread Noor Mohammad
I tried it but it's not working ‌ On Sun, Dec 31, 2017 at 5:11 AM, Marat Khalili wrote: > > For the second question, for sure it's not the application because I > ever use the same app before but i didn't get the problem [...] > > Try to set ProxyPreserveHost > -- > > With Best Regards, > Mar

Re: [users@httpd] Apache Virtual Host not working properly

2017-12-30 Thread Marat Khalili
> For the second question, for sure it's not the application because I ever use > the same app before but i didn't get the problem [...] Try to set ProxyPreserveHost -- With Best Regards, Marat Khalili - To unsubscribe, e-mail

Re: [users@httpd] Apache Virtual Host not working properly

2017-12-30 Thread Noor Mohammad
For the second question, for sure it's not the application because I ever use the same app before but i didn't get the problem, in fact the application i'm using is Apache Marmotta, there is docker image already so I am using their docker image, http://marmotta.apache.org/installation.html#docker

Re: [users@httpd] Apache Virtual Host not working properly

2017-12-30 Thread Eric Covener
On Sat, Dec 30, 2017 at 3:30 PM, Noor Mohammad wrote: > I have an application running at http://localhost:6512 and a virtual host > definition as follows: > > > ServerName ldpmarmotta.example.com > ProxyPassMatch ^/(.*)$ http://localhost:6512/marmotta/$1 > > I am getting two prob

[users@httpd] Apache Virtual Host not working properly

2017-12-30 Thread Noor Mohammad
I have an application running at http://localhost:6512 and a virtual host definition as follows: ServerName ldpmarmotta.example.com ProxyPassMatch ^/(.*)$ http://localhost:6512/marmotta/$1 I am getting two problems with the above definition: 1. All traffic to this server includin

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
other machine accesses it with machine name. > > Why is that? > > > - > CC: users@httpd.apache.org > From: v.dam...@gmail.com > Date: Mon, 14 Oct 2013 09:58:22 +0200 > To: u

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

[users@httpd] Apache Virtual Host

2012-01-23 Thread Asaf Dalet
Hi everyone, I have a module written for Apache, The module extract information regarding the transaction that are processed by the Apache. This module has global configurations which now I need per Virtual Host and it may take a great deal of work to change. My question is: is there some way to