-
mars 30th, 2012NginXOn sait tous comment installer PHP5 et Apache2, mais moins souvent comment purement et simplement ne pas installer Apache2 et mettre Nginx à la place. Voici la solution!
Par défaut le paquet php5-fpm n’est pas inclu dans les paquets par défaut de la distrib Debian Squeeze,
on va utiliser le
depot de DotDeb
echo "deb http://packages.dotdeb.org stable all" >> /etc/apt/sources.list
echo "deb-src http://packages.dotdeb.org stable all" >> /etc/apt/sources.list
wget http://www.dotdeb.org/dotdeb.gpg
cat dotdeb.gpg | apt-key add -
rm dotdeb.gpg
apt-get update
apt-get install nginx php5-fpm
cd /etc/nginx/sites-enabled
rm default
vi localhost
server {
listen 80;
server_name localhost;
root /var/www/localhost;
index index.html index.htm index.php;
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}
}
/etc/init.d/php5-fpm start
/etc/init.d/nginx startTags: debian, debian 6, Nginx, php5-fpm, squeeze -
février 7th, 2012Debianwhat to say in a text to your ex and
signs your ex is jealous or
if your ex puts all the blameon you then still seems to be crawling back.
winning back ex girlfriend
how to get bak ur ex boyfriend who has a girlfriend, how to get back with your ex girlfriend, etc.
how to get ur man back if ur broke upa girl said to a boy dont touch me and did break up what should girl do to get him back, get my ex back tips.
Ways to get my boyfriend back after we broke up
steps to get your girlfriend back after you broke
how to get my ex back from some new girl
why am i so mad that my ex gf didnt say hi to me
best way to get my ex back
He dumped me for stupid reasons will he come back
give me a poem to send to my ex boyfriend to want me back
3 weeks after break up we chat om of but i still love my ex
how to get my ex girl friend back
how to get bach exgirlfreind
what to text your ex boyfriend to get him back
broke up now i am ask him to get back together
howvto get my ex girlfriend back
how to tell if his ex wants him back
what do you do if ex boyfriend ignore your text
I want my ex bf back
o want to text my ex boyfriend
How to get back my boyfriend back after break upTags: debian, insserv, nfs, portmap, squeeze -
