hi till,
On 02/01/2011 03:10 PM, till wrote:
On Tue, Feb 1, 2011 at 3:03 PM, Raoul Bhatia [IPAX] r.bhatia@ipax.at wrote:
On 02/01/2011 02:43 PM, Chris Moules wrote:
You just need to enable .htaccess overrides for your RC install as this is enabled in the RC root .htaccess file:
nope. i'm using fastcgi and rc's .htaccess file does therefore not work ;)
Stock php-(f)cgi lets you do all of the following:
php-cgi -c /path/to/custom/php.ini :-) php-cgi -d error_log=/home/foo/some.log
i know that ;) still, .htaccess will not work there and i have to manually alter the phpini (instead of rc trying to set some non-critical parameters by itself)
so i enabled php gc and it works! thanks for the input. but why do we rely on php gc for doing the cleanup?
however, i once tried pear's "htscanner". maybe this would fix this.
imho, .htaccess(-like) features carry a hefty performance penalty.
thanks for the input. i'll take this into consideration.
cheers, raoul