Here is some steps on securing your php installation without recompiling php.
Find php.ini file location:
Code:
php -i |grep php.ini
In ubuntu the location is /etc/php5/cli/php.ini
Configure php.ini...
This tutorial will walk you through the setup of a basic Ruby on Rails environment, including:
Ruby 1.8.7
RubyGems 1.8.15
Rails 3.1.3
Sqlite3
This tutorial is intended for use...
UnixBench is a popular server benchmarking tool. To install and run UnixBench, just do the following (for CentOS):
Code:
yum install gcc gcc-c++ make libXext-devel
...
When compiling Apache using cPanel’s EasyApache application, you have the option of installing ‘Mod suPHP’, which is just one of many options that make...