On Tuesday 12 April 2005 00:28, Richard Lynch wrote: > If your httpd.conf has a line loading PHP4 in it, comment that out. > Actually it might be inside a conf file in the conf.d subdirectory cd /etc/httpd/conf.d for a in *.conf; do echo "File $a"; grep "php" $a; done Will point you in the right direction. Andy -- Registered Linux User Number 379093 -- ---BEGIN GEEK CODE BLOCK----- Version: 3.12 GAT/O/CM d- s:+ a- C++++ UL++++ P+ L+++ E--- W+++ N++ o+ K w--- O+++ M- V PS+ PE++ Y+ PGP+++ t+ 5-- X R !tv b DI+++ D++ G e-- h+ r--- y+ -- ---END GEEK CODE BLOCK------ Check out these few php utilities that I released under the GPL2 and that are meant for use with a php cli binary: http://www.vlaamse-kern.com/sas/ -- -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php