Re: [users@httpd] questions and suggestions related to authentication

2014-11-26 Thread Don Cohen
Eric Covener writes: > On Wed, Nov 26, 2014 at 6:25 PM, Don Cohen > wrote: > > > Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/ > > > > still having trouble with this: > > > > locate mod_authnz_fcgi > > shows nothing > > > > yum whatprovides mod_authnz_fcgi >

Re: [users@httpd] questions and suggestions related to authentication

2014-11-26 Thread Eric Covener
On Wed, Nov 26, 2014 at 6:25 PM, Don Cohen wrote: > > Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/ > > still having trouble with this: > > locate mod_authnz_fcgi > shows nothing > > yum whatprovides mod_authnz_fcgi > shows nothing. > > Any advice? Likely your OS rele

Re: [users@httpd] questions and suggestions related to authentication

2014-11-26 Thread Don Cohen
Eric Covener writes: > Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/ still having trouble with this: locate mod_authnz_fcgi shows nothing yum whatprovides mod_authnz_fcgi shows nothing. Any advice?

Re: [users@httpd] questions and suggestions related to authentication

2014-11-22 Thread Eric Covener
On Sat, Nov 22, 2014 at 3:55 AM, Don Cohen wrote: > I just put "mod_authnz_fastcgi" into google and got ONE result - Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/ -- Eric Covener cove...@gmail.com -

Re: [users@httpd] questions and suggestions related to authentication

2014-11-22 Thread Don Cohen
Eric Covener writes: > On Thu, Nov 20, 2014 at 2:22 PM, Don Cohen > wrote: > > Eric Covener writes: > > > On Thu, Nov 20, 2014 at 1:31 PM, Don Cohen > > wrote: > > > > However, I also am surprised that I don't see some more general module > > > > that allows the user to write his own

Re: [users@httpd] questions and suggestions related to authentication

2014-11-20 Thread Eric Covener
On Thu, Nov 20, 2014 at 2:22 PM, Don Cohen wrote: > Eric Covener writes: > > On Thu, Nov 20, 2014 at 1:31 PM, Don Cohen > wrote: > > > However, I also am surprised that I don't see some more general module > > > that allows the user to write his own script for authentication. > > > > FastCG

Re: [users@httpd] questions and suggestions related to authentication

2014-11-20 Thread Don Cohen
Eric Covener writes: > On Thu, Nov 20, 2014 at 1:31 PM, Don Cohen > wrote: > > However, I also am surprised that I don't see some more general module > > that allows the user to write his own script for authentication. > > FastCGI scripts can perform authentication. Lua scripts can too.

Re: [users@httpd] questions and suggestions related to authentication

2014-11-20 Thread Eric Covener
On Thu, Nov 20, 2014 at 1:31 PM, Don Cohen wrote: > However, I also am surprised that I don't see some more general module > that allows the user to write his own script for authentication. FastCGI scripts can perform authentication. Lua scripts can too. The problem with anything else doing it

[users@httpd] questions and suggestions related to authentication

2014-11-20 Thread Don Cohen
Looking at http://httpd.apache.org/docs/current/howto/auth.html I am able to at least use file authentication. I tried using dbd with DBDriver mysql but that reports Can't load driver file apr_dbd_mysql.so and it's not obvious where to get that (using fedora 19). So one question is where to fin