This is a discussion on mod_auth_mysql and Apache 2.0 within the Linux Web Servers forums, part of the Web Server and Related Forums category; Does anyone know if mod_auth_mysql will compile with Apache 2.0? Also are there any other mysql authentication modules for ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Does anyone know if mod_auth_mysql will compile with Apache 2.0? Also are
there any other mysql authentication modules for Apache? Thanks, -Mark -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |
|
|||
|
"Mark F" <mfaine-usenet@knology.net> wrote in message news:<4076e6da_6@corp.newsgroups.com>...
> Does anyone know if mod_auth_mysql will compile with Apache 2.0? Also are > there any other mysql authentication modules for Apache? There seems to be a couple alternatives listed here: http://modules.apache.org/ To tell if a module is for apache 2, look in the source code for the string STANDARD20_MODULE_STUFF. If it's there, it is designed for Apache 2.0. Joshua. |