Paul Booker

Primary tabs

Articles from Paul Booker

Install rsyslog on your web server (should already be installed)

Enable the syslog module in Drupal
To allow Drupal to log to rsyslog, you have to enable the Drupal syslog module. Syslog is included with Drupal core.

Install rsyslog on your web server (should already be installed)

Enable the syslog module in Drupal
To allow Drupal to log to rsyslog, you have to enable the Drupal syslog module. Syslog is included with Drupal core.

$conf['mail_system'] = array(
'default-system' => 'DevelMailLog',
);

$conf['mail_system'] = array(
'default-system' => 'DevelMailLog',
);

To get a better website performance you can tell apache where to find your websites .htaccess files instead of letting apache search for them recursively ..

First find the location of these .htaccess files on your web server ..

To get a better website performance you can tell apache where to find your websites .htaccess files instead of letting apache search for them recursively ..

First find the location of these .htaccess files on your web server ..

function artwork_page_listing_recent() {
content = array();

function artwork_page_listing_recent() {
content = array();

First if you're not sure of the name of the deleted file check through your Git log ..

git log --diff-filter=D --summary

Find the last commit that affected the given file

git rev-list -n 1 HEAD -- ./path/to/file/

First if you're not sure of the name of the deleted file check through your Git log ..

git log --diff-filter=D --summary

Find the last commit that affected the given file

git rev-list -n 1 HEAD -- ./path/to/file/

Pages