Hey Guys and Girls,
I've got a weird one. On a personal server I run, some people have .htaccess files for authentication of their sites/directories. All was fine on FC2 & FC3 and there were no problems at all.
Here's the weird thing... I did a fresh install of FC4 and then copied over the httpd.conf and all the sites. Everything works fine EXCEPT the .htaccess. If you go to a directory where you need to authenticate, it doesn't matter if you put in the right username and password, it simply won't let you in. I tried recreating the .htaccess and making my .htpassword and all goes normally, except that it just doesn't work!!!
So... I decided to go look at the error logs to see what I could learn, and found the following (or pretty close) on every single site that I had tried to access:
MySQL??? So, just for kicks I started the MySQL service, and then it changed to this:
Any ideas? Why would EVERY SINGLE SITE (even in people's home directories) be trying to authenticate through MySQL? Is there something new in FC4 that I don't know about, or is there something going on that's normal but I'm just ignorant of it?
HELP!
Joe
I've got a weird one. On a personal server I run, some people have .htaccess files for authentication of their sites/directories. All was fine on FC2 & FC3 and there were no problems at all.
Here's the weird thing... I did a fresh install of FC4 and then copied over the httpd.conf and all the sites. Everything works fine EXCEPT the .htaccess. If you go to a directory where you need to authenticate, it doesn't matter if you put in the right username and password, it simply won't let you in. I tried recreating the .htaccess and making my .htpassword and all goes normally, except that it just doesn't work!!!
So... I decided to go look at the error logs to see what I could learn, and found the following (or pretty close) on every single site that I had tried to access:
[Mon Jul 11 16:13:04 2005] [error] [client 209.122.102.90] MySQL ERROR: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
[Mon Jul 11 16:13:04 2005] [error] [client 209.122.102.90] MySQL user oogn not found: /jonnyT
MySQL??? So, just for kicks I started the MySQL service, and then it changed to this:
[Mon Jul 11 16:27:05 2005] [error] [client 209.122.102.90] MySQL ERROR: Table 'test.user_info' doesn't exist: /oognroster
[Mon Jul 11 16:27:05 2005] [error] [client 209.122.102.90] MySQL user oogn not found: /jonnyT
Any ideas? Why would EVERY SINGLE SITE (even in people's home directories) be trying to authenticate through MySQL? Is there something new in FC4 that I don't know about, or is there something going on that's normal but I'm just ignorant of it?
HELP!
Joe