Re: [users@httpd] Forward Proxy on behalf of the client instead of as a tunnel

2017-02-27 Thread Marat Khalili
Why are you calling it _forward_ proxy if it's only going to connect to one service? Your problem can easily be solved with _reverse_ proxy. -- With Best Regards, Marat Khalili On 28/02/17 02:16, Daniel Frank wrote: All, I am trying to set Apache up as a forward proxy to help solve an issue

Re: [users@httpd] download stops at 1kB

2017-02-27 Thread Erich Eckner
Hi, vps = virtual private server. It's virtualized at some level. cheers, Erich On 27.02.2017 21:28, Oscar Knorn wrote: > Hi Eric, can you please tell me, what vps means? > > Cheers, > Oscar > > > Am 27.02.2017 um 20:21 schrieb Erich Eckner: >> Hi, >> >> I have a strange problem: >> I'm runni

[users@httpd] Forward Proxy on behalf of the client instead of as a tunnel

2017-02-27 Thread Daniel Frank
All, I am trying to set Apache up as a forward proxy to help solve an issue that we have where an HTTP Client in our application does not support TLS 1.2 but an API that we need to consume only supports TLS 1.2. What I am attempting to do is use Apache to talk HTTPS/TLS 1.2 to the target API but

[users@httpd] Problem with mod_jk and apache 2.4.25 not working on tomcat 8.5.11

2017-02-27 Thread Stéphane Laurencelle
Hello, I'm trying to configure an apache 2.4.25 on oel 6.8 OS this server will be use has a front for proxy redirection for an tomcat 8.5.11. Both are on the same host, every time i try to access the apps on tomcat from the webpage i get a 404 error. my version of the mod_jk module is: tomcat-

Re: [users@httpd] download stops at 1kB

2017-02-27 Thread Oscar Knorn
Hi Eric, can you please tell me, what vps means? Cheers, Oscar Am 27.02.2017 um 20:21 schrieb Erich Eckner: Hi, I have a strange problem: I'm running an apache server (Apache/2.2.22 under Debian) with several vhosts, one of which is hosted at crux.eckner.net, on a vps. The index document "htt

[users@httpd] download stops at 1kB

2017-02-27 Thread Erich Eckner
Hi, I have a strange problem: I'm running an apache server (Apache/2.2.22 under Debian) with several vhosts, one of which is hosted at crux.eckner.net, on a vps. The index document "http://crux.eckner.net/index.html"; stops transferring after 1kB (exactly 1024 Bytes are shown if I do 'curl http://

[users@httpd] ModSecurity and custom headers

2017-02-27 Thread Andrei
Hi all, How can I add a custom header using the 'msg' value from a ModSecurity rule, for all rules triggered? I'm basically trying to track the ModSec block reason at an edge point (Varnish) based on Apache's response. For example, I would like: SecRule REQUEST_URI "/modsectest" "log,deny,status

Re: [users@httpd] mod_lua and subprocess_env

2017-02-27 Thread Andrei Ivanov
On Fri, Feb 24, 2017 at 10:58 PM, Andrei Ivanov wrote: > On Feb 24, 2017 22:54, "Yann Ylavic" wrote: > > On Fri, Feb 24, 2017 at 6:50 PM, Andrei Ivanov > wrote: > > > > I've managed to apply your patch and rebuild Apache and now I have: > > Header set Client-IP "expr=%{REMOTE_ADDR}" > > Header

[users@httpd] Apache 2.4 Mod Speling

2017-02-27 Thread Sweeny, Theo (Chief Customer Office)
Hello - I am trying to implement mod_speling on Apache 2.4 running on RH v4 .4.7. The idea so ignore case of the URL on the destination file system, by way of file names or directories. There are multiple sites configured in the vhosts directory, each with it's own virtual hosts file. The spell