21 Oct 2011
webserver no wheezy
19 Oct 2011
em duas linhas:
#apt-get update
#apt-get install apache2 php5 libapache2-mod-php5 mysql-server mysql-client php5-mysql phpmyadmin
drupal hotel reservations
18 Oct 2011
From Squeeze to Wheezy and Gnome 3
17 Oct 2011
Improve php and apache2 performance with apache2-mpm-worker + mod_fcgid + php5-cgi
14 Oct 2011
DEBIAN PHP5 FASTCGI
11 Oct 2011
substituindo apache mpm prefork por worker
11 Oct 2011
#/etc/init.d/apache2 stop
#aptitude install apache2-mpm-worker php5-cgi
criar o ficheiro /etc/apache2/conf.d/php5-cgi.conf e introduzir neste:
<IfModule mod_actions.c>
Action application/x-httpd-php /cgi-bin/php5
</IfModule>
activar mod_actions e iniciar servidor:
#a2enmod actions
#/etc/init.d/apache2 start
instalar o varnish no debian
11 Oct 2011