[nycphp-talk] Httpd
Hans Zaunere
lists at zaunere.com
Mon Feb 2 14:24:54 EST 2009
> Can someone direct me to a apache forum other than
> http://httpd.apache.org/lists.html. I gotten no response.
>
> I modified mod_auth_digest to use mysql and crypt, but the crypt symbol
> is undefined when I try to restart apache.
What are you actually trying to do? I doubt you need to hack Apache modules
to accomplish whatever it is.
There are modules to authenticate against a MySQL database. Check out the
module listings for Apache.
But, seeing as this is a PHP list, you probably should use PHP/MySQL
together, which can do the authentication for you... like it does for
millions of other web sites.
H
More information about the talk
mailing list