We just added a server to the web serving cluster that is running 5.3, the other servers run 5.2
If you hardcode your host file to the new server and try to login, it fails as invalid password, but when you hardcode to the other servers, it logins just fine.
Any clues? Compared Apache/PHP modules and they look the same.
The 5.2 and 5.3 servers are just Apache/PHP servers, MySQL and files are hosted elsewhere.
Another clue is on 5.2 © appears as ©. On 5.3 © appears as ©.
My wild guess is there is some module or something that needs to be compiled as it's sending text through the form as something other then what you input.
If you hardcode your host file to the new server and try to login, it fails as invalid password, but when you hardcode to the other servers, it logins just fine.
Any clues? Compared Apache/PHP modules and they look the same.
The 5.2 and 5.3 servers are just Apache/PHP servers, MySQL and files are hosted elsewhere.
Another clue is on 5.2 © appears as ©. On 5.3 © appears as ©.
My wild guess is there is some module or something that needs to be compiled as it's sending text through the form as something other then what you input.
Comment