I've managed to get PHP 5.2.17 and PHP 5.3.6 installed side-by-side:
I duplicated the lsphp5 "LiteSpeed API App Definition" and changed the command accordingly to lsphp53 and duplicated the php5 "Script Handler" with the suffix "php53" and set it to the "php53" API App Definition but when you visit a .php53 page it simply serves the content of the .php53 and if I add "AddType application/x-httpd-php53 php" to the .htaccess of an account it sends the file as a download instead of parsing it.
I'm running 4.1RC4 but I've tried 4.0.20 and I'm really out of ideas here, any suggestions?
For reference:
http://www.screen-shot.net/lsphp5_external_app.png
http://www.screen-shot.net/lsphp53_external_app.png
http://www.screen-shot.net/php_script_handler.png
http://www.screen-shot.net/php53_script_handler.png
I feel like I'm missing something really simple here so don't feel bad about making me look silly.
Code:
[root@gemini fcgi-bin]# ./lsphp5 -v
PHP 5.2.17 (litespeed) (built: Apr 9 2011 05:41:35)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v3.3.20, Copyright (c) 2002-2010, by ionCube Ltd., and
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies
Code:
[root@gemini fcgi-bin]# ./lsphp53 -v
PHP 5.3.6 (litespeed) (built: Apr 9 2011 06:17:58)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
I'm running 4.1RC4 but I've tried 4.0.20 and I'm really out of ideas here, any suggestions?
For reference:
http://www.screen-shot.net/lsphp5_external_app.png
http://www.screen-shot.net/lsphp53_external_app.png
http://www.screen-shot.net/php_script_handler.png
http://www.screen-shot.net/php53_script_handler.png
I feel like I'm missing something really simple here so don't feel bad about making me look silly.
Last edited by a moderator: