I made a copy of Drupal6 site with SecurePages module installed and configured. This module is configured to redirect all or certain pages to https – depending on your configurations. For our setup we usually include the login and admin sections to redirect to https.
The problem is on the copied site that is [...]
Entries from February 2010
Problem Moving Drupal Site With SecurePages Module Enabled
February 17th, 2010 · No Comments
Tags: HowTo · Tips and Tricks · drupal
Mail Relay Issue on Cpanel Server
February 16th, 2010 · 1 Comment
I noticed lots of email being relayed on one of our shared hosting server, CentOS5 with Cpanel and running Exim, and the strange thing is that the email server (MX) for these accounts are pointing to Google (GoogleApps), and we have correct entries for localdomains and remotedomains for these account. The relayers (‘From’ server/address) [...]
Tags: Centos · Security · hosting · sysadmin
Making Changes to Drupal Core
February 15th, 2010 · No Comments
Although we made it a standard not to make any changes to Drupal core and core modules, there are times that our developers really need to make changes to core modules in order to add the required functionality. Cases like additional feature for ‘user’ or ‘comment’ modules and so on. At this state [...]
Tags: HowTo · Tips and Tricks · drupal
Drupal core – killing kittens
February 10th, 2010 · No Comments
You may know that Drupal’s developers have a saying about hacking core, its whenever you hack core, god kills a kitten.
Well, whether it may or may not be true, we have learned the hard way how much can go wrong when a developer hacks core to meet some requirements and does not tell the sysadmin [...]
Tags: drupal
cvs [checkout aborted]: absolute pathnames invalid for server
February 3rd, 2010 · No Comments
Absolute Path Error:
cvs [checkout aborted]: absolute pathnames invalid for server (specified `/path/drupalsite/’)
Ok, I got the error above when I performed Drupal CVS update on our Debian server (newly installed CVS 1.12.13). The same command works on other server with older CVS installation. The issue is the reference to local cvs directory [...]
Tags: Debian · Security · Tips and Tricks · drupal
Drupal Performance improvement for the drupal admins presentation
February 2nd, 2010 · No Comments
Last December I gave a talk at the Chicago Drupal Meet Up on increasing your Drupal site’s performance. I thought I would share the slides from that presentation with everyone – so here it is. I tried to cover a fairly wide array of topics at a high level. We started with page load performance [...]
Tags: Drupal performance
