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
>
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
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?
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
-
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
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
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.
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
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