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 Tagged as 'drupal'
Problem Moving Drupal Site With SecurePages Module Enabled
February 17th, 2010 · No Comments
Tags: HowTo · Tips and Tricks · drupal
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
php 5.2.9 on RHEL5.x (for Drupal 6)
October 21st, 2009 · No Comments
Latest version of PHP available for RHEL5.x is 5.1.6 and no new RedHat releases are coming as packaging has ceased. You can get PHP 5.3 for RHEL5 from Remi, but it it’s incompatible with latest versions of Drupal, Civicrm or many modules so we need the a 5.2X branch of PHP. This requires building php [...]
Tags: HowTo · Installation · drupal
Install Apache Solr Multicore for Drupal
July 1st, 2009 · No Comments
Yesterday I received new installation request from developers to install ApacheSolr module for Drupal. Check this link for more details on Apache Solr Search Integration. Since this is new to me I spent some time on searching and doing test installations. To make it short below is my setup on our shared [...]
Tags: HowTo · Installation · drupal
Monitoring Drupal Sites With Nagios
April 23rd, 2009 · No Comments
There is a module released for monitoring Drupal sites with Nagios. Monitoring includes the check if your site is up and running, check for new updates on Drupal core, security, and modules, database updates, write permission on “files” directory, check if cron is running on the specified period, and other sections of your Drupal site. [...]
Tags: Centos · Installation · Nagios · drupal · monitoring
Drupal HowTo: Duplicate / Copy Drupal Site
April 3rd, 2009 · 3 Comments
This post cover the steps to copy, transfer, or duplicate a Drupal site to new domain or from development/test site to live/production server. This requires shell/command line access to the server/accounts. I attached (below) some bash/shell scripts below that i used to perform these task.
Backup: In case the destination site or account [...]
Tags: Installation · drupal
Drupal performance tips from DrupalCon
March 5th, 2009 · 1 Comment
increasing drupal performance notes from drupal con dc 2009
Tags: Performance · drupal · monitoring
Apache Solr drupal integration
March 4th, 2009 · 1 Comment
I am at Drupal Conference attending the Acquia Apache Solr presentation. This integration has a lot of promise in my opinion. The drupal search is not that useful, we’ve actually replaced drupal search on our implementations with google custom search.
Apache Solr is an open source project:
Solr is an open source enterprise search server based on [...]
