Hello, I just upgraded from WBEL 4 to Centos 4.1 per the FAQ. I'm pretty sure after running 'yum update', mysql and apache were updated. I was previously using mod_auth_mysql under WBEL 4 to password protect several directories but now things seem to be broken. When I go to a password protected directory I get an Internal Server Error 500. The only explanation in the error log is "no user file?" Any ideas? TIA
Hello Thomas, I guess you compiled mod_auth_mysql yourself... AFAIR in an upgrade 4.0 -> 4.1 you get at least new releases of mysql and apache httpd. As you've probably already tried to restart your httpd after the upgrade, I'd suggest to double-check your httpd-configuration, maybe it was upgraded to not load mod_auth_mysql anymore (you should put configuration-stuff you add to /etc/httpd/conf.d/). If that doesn't work, my next step would be a recompile of mod_auth_mysql. Regards, Andreas Am Samstag, den 27.08.2005, 18:53 -0400 schrieb Thomas E Dukes:> Hello, > > I just upgraded from WBEL 4 to Centos 4.1 per the FAQ. I'm pretty sure > after running 'yum update', mysql and apache were updated. > > I was previously using mod_auth_mysql under WBEL 4 to password protect > several directories but now things seem to be broken. When I go to a > password protected directory I get an Internal Server Error 500. The only > explanation in the error log is "no user file?" > > Any ideas? > > TIA > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3120 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20050828/68a71c6e/attachment-0001.bin>
> -----Original Message----- > From: centos-bounces at centos.org > [mailto:centos-bounces at centos.org] On Behalf Of Andreas Rogge > Sent: Sunday, August 28, 2005 3:12 PM > To: CentOS mailing list > Subject: Re: [CentOS] Mod_auth_mysql > > Hello Thomas, > > I guess you compiled mod_auth_mysql yourself... > > AFAIR in an upgrade 4.0 -> 4.1 you get at least new releases > of mysql and apache httpd. As you've probably already tried > to restart your httpd after the upgrade, I'd suggest to > double-check your httpd-configuration, maybe it was upgraded > to not load mod_auth_mysql anymore (you should put > configuration-stuff you add to /etc/httpd/conf.d/). If that > doesn't work, my next step would be a recompile of mod_auth_mysql.Hello, Yes, I checked all that. Its loading and authorization window is opening but when I try to log in, I get the error 500. As far as the mod_auth_mysql module, it's the one supplied with the distro. Not sure which package either one of the mysql or httpd. I can always go back to .htaccess if I can't get mysql to do the authorization. Thanks!> > Regards, > Andreas > > Am Samstag, den 27.08.2005, 18:53 -0400 schrieb Thomas E Dukes: > > Hello, > > > > I just upgraded from WBEL 4 to Centos 4.1 per the FAQ. I'm pretty > > sure after running 'yum update', mysql and apache were updated. > > > > I was previously using mod_auth_mysql under WBEL 4 to > password protect > > several directories but now things seem to be broken. When > I go to a > > password protected directory I get an Internal Server Error > 500. The > > only explanation in the error log is "no user file?" > > > > Any ideas? > > > > TIA > > > > > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > http://lists.centos.org/mailman/listinfo/centos > > > > >