suPHP session.save_path .htaccess Joomla problems

astra

Verified User
Joined
Mar 4, 2009
Messages
94
We run suPHP on our server but our customers have problems with php_value session.save_path and php_value upload_tmp_dir to set this into .htaccess because suPHP blocks this, and joomla needs it :).

Is there a solution to solve this problem for the customers under suPHP?

Thanks for your feedback and advice.
 
Why don't you try htscanner?

http://pecl.php.net/package/htscanner

Can I use the php_value directives in .htaccess files with suPHP?
suPHP does not support the php_value/php_admin_value directive known by mod_php to parse configuration options to scripts for certain virtual hosts or directories. However there is a PECL extension named htscanner that can be used with PHP CGI (called by suPHP) to parse such options being present in .htaccess files. Be sure to take a look at the README file provided with the htscanner distribution on how to make Apache ignore the php_value directives in .htaccess files instead of throwing an error.

http://www.suphp.org/FAQ.html
 
Back
Top