Page 1 of 1

Problems with php in CGI-Mode

Posted: Wed Dec 10, 2014 3:42 am
by RonLens
Hi there,
I'm new to OC and will ask several questions in the future.

Because of changing the PHP-Version on my webspace I normally add

Code: Select all

AddHandler php54-cgi .php
into the .htaccess file.

But with OC it shows
Warning: session_start(): open(/tmp/sess_a92889a0ade0b065d1ec9ac1909efb70, O_RDWR) failed: Permission denied (13)
How could I solve it?

Re: Problems with php in CGI-Mode

Posted: Thu Dec 11, 2014 4:56 am
by RonLens
I solved with an .htaccess entry

Code: Select all

php_value session.save_path "/www/xxx/xxx/xxx/tmp/"