I just built a RH 7.3 server and updated PHP from 4.1.2 to 4.3.0. I let the default rpm php 4.1.2 version install, then realized I should go to 4.3.0. So I got the latest source and did the install. From the #php -v I get PHP 4.3.0, but when I do a phpinfo() in a php page it still says 4.1.2. How do I tell apache to load the 4.3.0 not the 4.1.2 version?