Re: [users@httpd] mod_authnz_external and mod_auth_external

2012-08-09 Thread Yehuda Katz
There are modules that I have used that do this, but they are usually limited to particular situations. For example, mod_auth_cas (https://wiki.jasig.org/display/CASC/mod_auth_cas) authenticates against a CAS server. You might be looking for something like mod_auth_tkt ( http://www.openfusion.com.

[users@httpd] mod_authnz_external and mod_auth_external

2012-08-09 Thread Rajeev Prasad
is there a way/module in Apache to authenticate users by redirecting to a separate website and then accept back the encrypted cookie it generates on successful authentication? ty. Rajeev - To unsubscribe, e-mail: users-unsubsc

Re: [users@httpd] Secure htaccess in a non-SSL Apache (and withoutDigest...)

2012-08-09 Thread Alex Bligh
--On 29 June 2012 15:08:44 +0100 Alex Bligh wrote: You have talked about perl and mod_perl. I understand that you can override htaccess to use a self-made bit of Perl code that process it and check the token. Is this right? You don't need to override htaccess. Here's a piece of perl found

[users@httpd] httpd 2.4.2 with FIPS enabled OpenSSL 1.0.1c

2012-08-09 Thread Ruiyuan Jiang
Hi, I am trying to compile source code of httpd v2.4.2 with FIPS v2.0.1 enabled OpenSSL v1.0.1c and I got error messages in the "make" phase. I did the same compilation with the same options with regular OpenSSL and it was a success. Here is the error message that I got: make[4]: Leaving

Re: [users@httpd] How to debug 70014 and 70007 errors

2012-08-09 Thread ivan Gouin
Hi Rainer, Seems like KeepAliveTimeout Directive was able to resolve my issue Thanks for your helps On 8 August 2012 16:20, ivan Gouin wrote: > Hi, > > Here's more information about my issue: > > Here i will call > user : the application who post the request. > apache : the httpd server wh

Re: [users@httpd] The question of Apache deamontools

2012-08-09 Thread Brett Maxfield
On 09/08/2012, at 1:43 PM, Liu JinGang wrote: > ApacheGroup Mem: > > hello,boys~ > > I use the deamontools to control the apache. > run script as following(refer to the doc of www): > - > #!/bin/sh > > CONF=/etc/httpd/conf/httpd.conf > DAEMON=/usr/sbin/h

Re: [users@httpd] The question of Apache deamontools

2012-08-09 Thread Nick Kew
On 9 Aug 2012, at 07:43, Liu JinGang wrote: > I use the deamontools to control the apache. Why? It's not a configuration we'd recommend: in fact it seems to be running multiple instances in what would normally be a debugging mode. If someone is indeed recommending it, perhaps you should put yo