Well you were definitely right about me editing the wrong PHP.INI file.
So I found the correct file, editied it, and after restarting apache, the phpinfo page shows that phpexpress is installed and active. However, I still get a page full of ?????? when I open it.
(yachtsailingworlds.com)
I know it's not an issue with the website, as it has worked before, on my last server.
Cut/Paste from phpinfo
 	| Quote: | 
	| NuSphere PhpExpress PhpExpress loader support	enabled
 Version 	2.0.3(2036)
 
 Directive	Local Value	Master Value
 phpexpress.add_license
 phpexpress.cache	On	On
 phpexpress.display_errors	On	On
 | 
You can see my entire php info at      siterack.info
Just hit the site, the php info is the index page
To see the phpexpress page goto      siterack.info/express.php
On a further note my os = REDHAT Enterprise 5.5 x86_64 standard
I am using the phpexpress x86_64 of phpexpress-php-5.2.so
php.ini file parts
 	
	| ; Directory in which the loadable extensions (modules) reside.
 extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613"
 zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
 extension="eaccelerator.so"
 eaccelerator.cache_dir="/tmp/eaccelerator"
 eaccelerator.check_mtime="1"
 eaccelerator.compress="1"
 eaccelerator.compress_level="9"
 eaccelerator.debug="0"
 eaccelerator.enable="1"
 eaccelerator.filter=""
 eaccelerator.optimizer="1"
 eaccelerator.shm_max="0"
 eaccelerator.shm_only="0"
 eaccelerator.shm_prune_period="0"
 eaccelerator.shm_size="16"
 eaccelerator.shm_ttl="0"
 
 
 ;;;;;;;;;;;;;;;;;;;;;;
 ; Dynamic Extensions ;
 ;;;;;;;;;;;;;;;;;;;;;;
 ;
 ; If you wish to have an extension loaded automatically, use the following
 ; syntax:
 ;
 ;   extension=modulename.extension
 ;
 ; For example, on Windows:
 ;
 ;   extension=msql.dll
 ;
 ; ... or under UNIX:
 ;
 ;   extension=msql.so
 ;
 ; Note that it should be the name of the module only; no directory information
 ; needs to go here.  Specify the location of the extension with the
 ; extension_dir directive above.
 
 extension=phpexpress-php-5.2.so
 
 
 | 
[/code]