Xenyo Hosting as a Drupal Development Environment

Xenyo Hosting is optimized out of the box to host production websites. Some clients also like the power of our servers to develop on and this is no problem. below is a few things that you can do to make development easier.

Turn off Mod_Pagespeed

Ref: https://developers.google.com/speed/pagespeed/module/install

Turning OFF mod_pagespeed

To turn off mod_pagespeed completely, insert as the top line of pagespeed.conf:

ModPagespeed off

These directives can be used in .htaccess files and <Directory> scopes.

Turning ON mod_pagespeed

To turn mod_pagespeed ON, insert as the top line of pagespeed.conf:

ModPagespeed on

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Drupal Modules that will affect caching

Below are a list of modules that are known to affect caching: CAPTCHA Honeypot - If time...