I have installed the mod_auth_MySQL with success on three RaQs (2x RaQ4 + 1 RaQ3) using the following:
http://www.diegonet.com/support/mod_auth_mysql-2.20.tar.gz
cd mod_auth_mysql-2.20
./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/lib/mysql
mv config.h auth_mysql_config.h
/usr/sbin/apxs -I. -I/usr/include/mysql -I/usr/lib/mysql -lmysqlclient -c mod_auth_mysql.c
/usr/sbin/apxs -i -a mod_auth_mysql.so
You might have to change some of the Module Paths in your httpd.conf after installing, but it should
work just fine ...
Then check http://www.diegonet.com/support/mod_auth_mysql.shtml for the correct
syntax ... there seems to be different version of the mod.
Hope this helps.
Kind regards,
Jake.
E-Logiq S.A
At 08:50 PM 11/17/2002 +0100, you wrote:
I had the opertunity to experiment on at RaQ4 not in produktion, whitch it is right now. I have bad documentation about what I did. And on top of that I'm a linux newbee.I had to reinstall the OS yesterday when the machin was going out in production. Now I have MySQL, Apache and everything is working well inkluding htaccess with password textfiles. But I would love to administer passwords and users in MySQL instead of textfiles. Therefore I should be thankfull for a "how-to" for the RaQ4. > "Lance Brown" <[EMAIL PROTECTED]> wrote: > > ...how do I get the mod_auth_MySQL to work in my RaQ4 > > Let us know the installation steps you took, what your .htaccess file looks > like and what relevant error messages you see in /var/log/httpd/error. > > -- > Steve Werby > President, Befriend Internet Services LLC > http://www.befriend.com/ > > > _______________________________________________ > cobalt-developers mailing list > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
_______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
