Linux

February 16, 2015

update mysql using yum

On one of the servers I needed to do an upgrade for mysql so I found am easy way to do it following the instructions from […]
April 23, 2014

install proxy_wstunnel_module in cpanel/whm

I had apache 2.4.6 already installed so Note: – I downloaded the sources for 2.4.6 – You need mod_so wget http://archive.apache.org/dist/httpd/httpd-2.4.6.tar.gz tar -xf httpd-2.4.6.tar.gz cd httpd-2.4.6 […]
July 27, 2013

Kill all fastcgi processes

Sometimes I need to reset all php fastcgi processes especially when I change the php version for users in their php-wrapper pgrep php-cgi | xargs kill […]
February 2, 2013

install php xdebug

I installed it for the latest stable version of php 5.3 (5.3.21). Feel free to change the version to your own needs # download the latest […]