Testing SSL Chaining Issues

June 26, 2013

Recently I needed to debug an issue by testing SSL chaining issues My old standby tools […]

nginx redirect single url

October 31, 2012

Objective Using nginx redirect single url Example ORIGINAL URL: http://example.com/foo REDIRECT TO: http://example.com/bar nginx basic php […]

nginx logrotate script

July 13, 2012

nginx logrotate script Create a new file at /etc/logrotate.d/nginx with contents: /var/log/nginx/*.log { daily missingok rotate […]

nginx ssl pfx

July 11, 2012

This article will explain what to do with nginx ssl pfx. First get the pfx file […]

nginx secure /user drupal

July 2, 2012

If you are not serving drupal out of a subdirectory use this config example: location / […]

nginx php centos6 howto

May 15, 2012

Remove previous php installation # yum remove php-cli php-common Add the EPEL and REMI repos: wget […]