how to load? mod_auth_mysql
I just finished installing mod_auth_mysql RPM
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: reflector.westga.edu
* extras: centos.clearvoiceone.com
* updates: ftpmirror.your.org
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_auth_mysql.x86_64 1:3.0.0-11.el6_0.1 will be installed
--> Processing Dependency: httpd-mmn = 20051115 for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Processing Dependency: libmysqlclient.so.16()(64bit) for package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64
--> Finished Dependency Resolution
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Install complete.
When I try to load in httpd.conf LoadModule mysql_auth_module modules/mod_auth_mysql.so
How do I load this module?
I'm running a site with .htaccess authentication to a MySql db, I get this error from it: Invalid command 'AuthMySQLHost'
-
Hello, Did you also install the auth_mysql Apache module? Not 100% sure that will fix it, but I know that module is also necessary. 0 -
I thought mod_auth_mysql is Apache module? where do I go to install auth_mysql Apache module? it's not in easy apache. [COLOR="silver">- - - Updated - - - Also I did a rpm -qa | grep mod_auth_mysql and nothing show up. Whatever happen to the mod_auth_mysql RPM I just installed? 0 -
Hello :) mod_auth_mysql only supports Apache versions 1.3 and 2.0. Both of these versions of Apache are EOL, and are not recommended for use. I advise checking with the script developer to see if an alternative solution is available. Thank you. 0 -
[quote="OooLong, post: 1676981">I thought mod_auth_mysql is Apache module? where do I go to install auth_mysql Apache module? it's not in easy apache. [COLOR="silver">- - - Updated - - - Also I did a rpm -qa | grep mod_auth_mysql and nothing show up. Whatever happen to the mod_auth_mysql RPM I just installed?
It didn't actually install. The yum output isn't very helpful, but if you compare it with a successful install you'll note the lack actual installation output. Compare this for example:root@yeveansal [/var/cpanel/updatelogs]# yum install -y tmux Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.lstn.net * epel: mirrors.tummy.com * extras: centos.mirror.lstn.net * updates: centos.mirror.lstn.net Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package tmux.x86_64 0:1.6-3.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ==================================================================================================================================================================================== Package Arch Version Repository Size ==================================================================================================================================================================================== Installing: tmux x86_64 1.6-3.el6 epel 208 k Transaction Summary ==================================================================================================================================================================================== Install 1 Package(s) Total download size: 208 k Installed size: 494 k Downloading Packages: tmux-1.6-3.el6.x86_64.rpm | 208 kB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : tmux-1.6-3.el6.x86_64 1/1 Verifying : tmux-1.6-3.el6.x86_64 1/1 Installed: tmux.x86_64 0:1.6-3.el6 Complete!0 -
I didn't install via yum, I did by cPanel install a RPM. It did say Install complete. though? 0 -
[quote="OooLong, post: 1677602">I didn't install via yum, I did by cPanel install a RPM. It did say Install complete. though?
The "WHM Home " Software " Install an RPM" option still completes the operation in the background the same way it would via the command line. That being said, please review my previous post on this thread regarding the compatibility of this module. Thank you.0
Please sign in to leave a comment.
Comments
6 comments