Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

enabling log_error in LxAdmin

Editing /etc/php.ini, or enabling few options via LxAdmin might not get work in LxAdmin servers. I faced this problem while trying to enable error logging. Whlie I was digging for the reasons, I found that each domain is provided with a separate php.ini under...
My debian days…

My debian days…

I had dedicated few days of past few weeks for Debian in search of stable, secure and reliable solutions.  With Debian, I ended up finding robust solutions for lots of questions which we had while setting up LAN resources. Debian net install CD which weighed...

suPHP, mod_php and phpsuexec

What is suPHP? suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP...

eAccelerator doesn’t accelerate on VPS

eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts...
Running PHP 4.4.7 with Plesk 8.3.0

Running PHP 4.4.7 with Plesk 8.3.0

Its really hard to compiling php on plesk servers, that too for newbies. I have been searching for PHP 4.4.7 source rpm or ready solution or a script so that I can quickly give it to my team to resolve such requests coming from our customers. By chance I found it on...