Suphp + DSO on the same server

On August 18, 2011, in Apache, by mike

First of all we will explain the terms used. DSO – Dynamic Shared Object MPM – Multi-Processing Modules The idea is to run on the same apache both mod_php (DSO) with suphp. First, mod_php is very fast but sux at security chapter. In this case (example) Apache with MPM Prefork have two virtual hosts, each [...]

Tagged with:  

PHP virtual host settings in Apache with DSO

On August 18, 2011, in Apache, by mike

Perhaps you have wondered how to set per virtual host settings when using mod_php (DSO) to apache. The suPHP is simple for each user or virtual host can have his own php.ini . In the example below you can see how to configure a virtual host with PHP custom settings. We use Suhosin to enhance [...]

Tagged with:  

Install Mod_Security For Apache

On January 15, 2011, in Apache, by mike

You may have noticed that attempting to run yum install mod_security For CentOS will not work a fresh install you will get this error No package mod_security available This is because there is no mod_security repository in CentOS, How to add the mod_security repository: CentOS Repository Setup In order to run mod_security, you will need [...]

Tagged with:  

How to set up Alternative PHP Cache in PHP5

On November 8, 2010, in Apache, by mike

In this tutorial we will integrate APC (Alternative PHP Cache) into PHP5 on a Fedora 13 system (with Apache2). Step 1 To check PHP5, we create the file info.php in our document root /var/www/html: pico /var/www/html/info.php After this we call that file in a browser: http://192.168.10.10/info.php We have PHP 5.3.2 installed without APC installed. Step [...]

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Copyright © 2005-2010 Linux Server™. Use of this web site constitutes acceptance of the Linux Server™ Terms of Use and Privacy Policy. en-US Linux is a trademark registered by Linus Torvalds in the United States and other countries.