Howdy all. I seem to be having some trouble with my latest PHP installation. The error in my browser is basically saying that the PHP file of type "application/x-httpd-php" is not known by Mozilla. I previously had Squirrelmail running on this system before I recompiled Apache w/ PHP with no PHP problems. Mozilla hasn't changed. The only thing that has changed is the PHP/Apache install on my box.
I'm getting away from ATB because of a few problems I've had in the past. This was a real simple PHP and Apache install using the same steps I wrote out for 3 servers I put into production 2 weeks ago. I'm not sure what went awry here though. I've taken the known good php.ini and apache config file from another system, made a few quick changes for this system, and gave them a try with no luck. The system was previously built with apachetoolbox. This time I built it all by hand. The config files look fine. Normally this would be caused by forgetting the AddType directives for php in the config. They are there though, obviously since I'm not running the production config from 3 other webservers. The box is a cleansed RH9 box (cleansed of RH idiocy). I compiled Apache 1.3.29 and PHP 4.3.6 with pretty basic configure options: ./configure \ --prefix=/usr/local \ --with-layout=Apache \ --sysconfdir=/etc/httpd \ --datadir=/www \ --localstatedir=/var \ --sbindir=/usr/local/sbin \ --htdocsdir=/www \ --runtimedir=/var/run \ --logfiledir=/var/log/httpd and ./configure \ --prefix=/usr/local \ --with-pgsql=shared,/usr/local/pgsql \ --with-kerberos \ --with-imap \ --with-imap-ssl \ --with-openssl \ --with-ldap \ --with-gd \ --with-zlib \ --with-apache=../../apache/apache_1.3.29 Both makes went off without a hitch, just like on my other boxes. Anyone have any ideas for me? Thanks Justin