How to Disable XCache for a Domain

On many of our servers xcache is use as part of the php caching mechanism. If you are encountering a script having difficulty with it you may disable it via an .htaccess file in the scripts folder and the following lines:

php_flag xcache.cacher Off
php_flag xcache.size 0
php_flag xcache.stat Off


  • 132 Users Found This Useful

Was this answer helpful?

Related Articles

Warning: Unknown(): open_basedir restriction in effect

Basedir restriction is set for security. This most often occurs when you are calling an app...

Test MySQL Connection

The following is a great way to verify a MySQL / MariaDB database connection issue. Create a file...

Internal Server Error with PHPList

PHPList produces internal server error. Checking error logs results in: Invalid command...

Error: SoftException in Application(dot)cpp:303 UID of script is small than min_uid

Error: SoftException in Application.cpp:303 UID of script is small than min_uid when going...

What is the Path to ImageMagick?

The path to ImageMagick is /usr/bin/