Submitted by cableman on Wed, 07/25/2012 - 21:26
When working with large Drupal sites which connects to web services, which is protected by IP address or you are lock out by company firewalls. SSH port forwarding (also known as SSH tunnels) can be the solution.
Tags
server
SSH
Submitted by cableman on Mon, 01/02/2012 - 19:41
The users browser don't cache static content, if your web-server don't sets the right expire or max-age headers. Drupal sets these headers for static content in the .htaccess file that comes with Drupal, if you have the expire Apache extension enabled.
Tags
Drupal 7
performance
cache
expire
apache2
server
Submitted by cableman on Sat, 11/05/2011 - 23:02
This post explains how to install the aegir queue runner, so that the tasks will be executed as once.
Tags
Drupal
aegir
queue runner
server