Hello.
Today I decided to try out the latest version of PHP (4.2.1) with the Apache version 1.3.26 . Everything was fine until
I started to install PhpMyAdmin. After trying HTTP authentication in PhpMyAdmin, I realized that infact headers did not work. I wrote a single one line script to test if actualy it was the case. Eventually I have seen that PHP sends the headers, but Apache does not seem to realize those headers, and in the end there is no result on the browser. So I guess there is something wrong with Apache (this is not the "cannot send header.." case).
However, I'm still working on it and I still couldn't fix the problem. Have you ever faced a similar problem before? The headers I use on scripts just don't work. I guess there's something wrong with Apache.
Thanks in advance.