Re: [users@httpd] [modwsgi] mod_wsgi 3.4 issues

2021-07-28 Thread Philip Prindeville
I turned that on but it didn't make any difference I could see. Thanks for the suggestion. > On Jul 28, 2021, at 12:13 PM, Will Fatherley wrote: > > > Any hints appreciated. > > > Hi Philip, > > One thing I didn't see in the snippet is usage of the `WSGIPassAuthorization` > directive, wh

[users@httpd] Fwd: [modwsgi] mod_wsgi 3.4 issues

2021-07-28 Thread Philip Prindeville
* need to see the certificate data. It's probably something simple but I've been staring at this too long and can't see the forest for the trees at this point. I've slightly redacted my original posting below for clarity. Any hints appreciated. Thanks, -Philip > B

[users@httpd] Mutual TLS authentication,

2021-07-26 Thread Philip Prindeville
Hi, I'm working in the following environment: Apache 2.4.48 mod_wsgi 3.4 Python 3.7+ Flask 2.0.1 cryptography (pyca) 3.4.7 Amazon Linux 2 I'm also using a self-signed Root CA internally to the organization on both the clients and server. The clients are mobile and their IP addresses are not s

[users@httpd] Plumbing svn over https and mod_proxy_html

2013-07-24 Thread Philip Prindeville
Hi. I have Intranet access to SVN/DAV over HTTPS and it works fine. Now I need to open it up to external access, using mod_proxy_html to forward requests to the /repos/ path to the SVN server from our corporate server (which is where we port-forward 80 and 443 from the outside). I've been play

Re: [us...@httpd] Identifying banned networks correctly, but unable to block access

2010-10-13 Thread Philip Prindeville
On 10/12/10 4:14 PM, Philip Prindeville wrote: On 10/12/10 10:32 AM, Eric Covener wrote: On Tue, Oct 12, 2010 at 12:42 PM, Philip Prindeville wrote: I'm trying to use mod_geoip and mod_setenvif to blacklist certain countries. The tests seem to work an correctly identify the so

Re: [us...@httpd] Identifying banned networks correctly, but unable to block access

2010-10-12 Thread Philip Prindeville
On 10/12/10 10:32 AM, Eric Covener wrote: On Tue, Oct 12, 2010 at 12:42 PM, Philip Prindeville wrote: I'm trying to use mod_geoip and mod_setenvif to blacklist certain countries. The tests seem to work an correctly identify the sources... it's the mod_authz_host part that's

[us...@httpd] Identifying banned networks correctly, but unable to block access

2010-10-12 Thread Philip Prindeville
I'm trying to use mod_geoip and mod_setenvif to blacklist certain countries. The tests seem to work an correctly identify the sources... it's the mod_authz_host part that's tripping me up. And the end of my mod_setenvif.conf I have: LogFormat "is_a_bogon=%{is_a_bogon}e CC=%{GEOIP_COUNTRY_COD