Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries Tagged as 'drupal'

php 5.2.9 on RHEL5.x (for Drupal 6)

October 21st, 2009 · 1 Comment · drupal, HowTo, Installation

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 [...]

[Read more →]

Tags: ··

Install Apache Solr Multicore for Drupal

July 1st, 2009 · 3 Comments · drupal, HowTo, Installation

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 hosting server running [...]

[Read more →]

Tags: ··

Monitoring Drupal Sites With Nagios

April 23rd, 2009 · No Comments · Centos, drupal, Installation, monitoring, Nagios

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.  [...]

[Read more →]

Tags:

Drupal HowTo: Duplicate / Copy Drupal Site

April 3rd, 2009 · 4 Comments · drupal, Installation

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 have existing [...]

[Read more →]

Tags:

Drupal performance tips from DrupalCon

March 5th, 2009 · 1 Comment · drupal, monitoring, Performance

increasing drupal performance notes from drupal con dc 2009

[Read more →]

Tags:

Apache Solr drupal integration

March 4th, 2009 · 1 Comment · drupal, hosting

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 [...]

[Read more →]

Tags: