:: How to enable suPHP in Apache2 + Installing libapache2-mod-suphp in Ubuntu $ sudo apt-get install libapache2-mod-suphp + Enable mod_suphp for Apache2 in Ubuntu $ sudo a2enmod suphp + Restarting Apache2 for enable suphp on the fly $ sudo service apache2 restart + Checking suphp is enable create php file and add this line: <?php phpinfo(); ?> open that file and see on this line: Server API CGI/FastCGI :: Links + Google
~ free.your.mind :: free.your.source ~