Re: [users@httpd] Preserve protocol in httpd proxy

2014-05-31 Thread Daniel Gruno
...Or with mod_lua at a 1/10th of the price of mod_rewrite if configured properly :-) # httpd.conf: LuaMapToStorage /path/to/script.lua proxyhandler -- script.lua: function proxyhandler(r) r.handler = "proxy-server" r.proxyreq = apache2.PROXYREQ_REVERSE -- or whatever you like. if r.header

Re: [users@httpd] CAC Card Authentication

2014-05-31 Thread McGregor, Donald (Don) (CIV)
What’s the incantation for doing debugging on the client certs from a smart card in curl? The google hits seem to be outdated. On May 29, 2014, at 11:06 PM, Jason Pyeron mailto:jpye...@pdinc.us>> wrote: -Original Message- From: McGregor, Donald (Don) (CIV) Sent: Friday, May 30, 2014 0:

Re: [users@httpd] mod_dbd and ssl

2014-05-31 Thread Nick Kew
On 31 May 2014, at 12:55, Andrea Gabellini - SC wrote: > Hello, > > The server fails to start! What does the error log say? Crank up the log level if there's nothing useful there. Or, anything useful if you start it with -X from the commandline? -- Nick Kew ---

Re: [users@httpd] Preserve protocol in httpd proxy

2014-05-31 Thread Jim Jagielski
I'm sure we can do w/ mod_rewrite... it's just that it's soo expensive :) On May 30, 2014, at 3:40 PM, Ruediger Pluem wrote: > > > Jim Jagielski wrote: >> Off the top of my head, I think we would need to >> add another proxypass option. > > Have you tried the following? > > RewriteEngine On

Re: [users@httpd] mod_dbd and ssl

2014-05-31 Thread Andrea Gabellini - SC
I forgot the apache version: 2.4.9 Il 31/05/2014 13:55, Andrea Gabellini - SC ha scritto: > Hello, > > I'm trying to use mod_dbd and mod_authn_dbd. I compiled apr-util with > database support (with mysql, oracle, and both). > > The server fails to start! > > If I remove the DBDDriver the server st

[users@httpd] mod_dbd and ssl

2014-05-31 Thread Andrea Gabellini - SC
Hello, I'm trying to use mod_dbd and mod_authn_dbd. I compiled apr-util with database support (with mysql, oracle, and both). The server fails to start! If I remove the DBDDriver the server starts and obviously it doesn't authenticate. If I add DBDDriver and send a 'graceful' restart, the serve