This topic is locked
[SOLVED]

 Rackspace Cloud Sites

11/20/2011 9:17:41 PM
PHPRunner General questions
K
kenlyle author

Anyone using Rackspace Cloud Sites?
I am getting two errors:
PHP Fatal error: Lost connection to MySQL server at 'reading initial communication packet', system error: 110
PHP Warning: Unknown: Failed to write session data (redisr). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
I the redisr one is odd, because I don't know where /var/lib/php/session is coming from.
Rackspace says to put something like :

php_value session.save_handler 'redisr'
in the .htaccess file, and to put it above the PHPR application directory.
Thanks for any insights, especially based on experience with Cloud Sites.
Best,

Ken

C
cgphp 11/21/2011

Did you try the hint from RS ?