Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Matthew Broadhead
Off Order deny,allow allow from all ProxyPreserveHost On ProxyPass /app1 http://server_ip:node_port1/ retry=0 ProxyPassReverse /app2 http://server_ip:node_port1/ ProxyPass / http://server_ip:node_port2/ retry=0 ProxyPassReverse / http://server_ip:node_port2/ and I don't get requests

Re: [users@httpd] ProxyPass ! directive

2017-03-13 Thread Matthew Broadhead
hi, i know this is a community list but i have had this problem for a long time and it seems really fundamental. is there any way i can get some help on this? shall i file a bug report at JIRA or something? On 10/03/2017 17:43, Matthew Broadhead wrote: i moved the LogLevel directive

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
anything On 10/03/2017 17:37, Matthew Broadhead wrote: i also added this in the virtual host LogLevel info proxy:debug but it makes no difference to the output in error_log On 10/03/2017 16:48, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:43 AM, Matthew Broadhead <matthew.bro

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
i also added this in the virtual host LogLevel info proxy:debug but it makes no difference to the output in error_log On 10/03/2017 16:48, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:43 AM, Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk> wrote: yes it is definitely because of tha

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
have never since managed to get it to work. but now i am beginning to need it so it is becoming more urgent! On 10/03/2017 16:48, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:43 AM, Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk> wrote: yes it is definitely because of that line. i als

Re: [users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
yes it is definitely because of that line. i also just tried ProxyPass ajp://www.nbmlaw.co.uk:8010/ ProxyPass ! and that has exactly the same effect On 10/03/2017 16:30, Eric Covener wrote: On Fri, Mar 10, 2017 at 10:24 AM, Matthew Broadhead <matthew.broadh...@nbmlaw.co.uk>

[users@httpd] ProxyPass ! directive

2017-03-10 Thread Matthew Broadhead
Operating System: CentOS7 Operating System Version number: centos-release-7-3.1611.el7.centos.x86_64 Httpd Version: httpd-2.4.6-45.el7.centos.x86_64 Issue: Declaring the following directives in a virtual host ProxyPass "/.well-known/" ! # don't pass lets encrypt folder ProxyPass "/"

Re: [users@httpd] ProxyPass ! directive seems to have no effect

2016-03-21 Thread Matthew Broadhead
hi, i am still experiencing this problem. does anyone know what might possibly cause this? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] ProxyPass ! directive seems to have no effect

2016-03-20 Thread Matthew Broadhead
FYI server: centos-release-7-2.1511.el7.centos.2.10.x86_64 httpd: httpd-2.4.6-40.el7.centos.x86_64 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] ProxyPass ! directive seems to have no effect

2016-03-19 Thread Matthew Broadhead
I am in the middle of migrating a server and my old virtual host config which worked fine was like this |ProxyPass /images ! ProxyPass / ajp://domain.tld:8010/ nocanon | It passes ok to Tomcat but the ! directive is being ignored. There are no errors thrown. What might be causing this?