Lighttpd with mysql and php (LLMP)
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
(Draft) |
(add category) |
||
| Line 1: | Line 1: | ||
| - | + | [[Category:Debian]] | |
| + | = Lighttpd with php and mysql (LLMP)= | ||
| + | |||
| + | LLMP instead of LAMP | ||
apt-get install lighttpd php5-dev php5-cgi php5-sqlite php5-mysql mysql-client mysql-server | apt-get install lighttpd php5-dev php5-cgi php5-sqlite php5-mysql mysql-client mysql-server | ||
Revision as of 02:16, 27 August 2006
Contents |
Lighttpd with php and mysql (LLMP)
LLMP instead of LAMP
apt-get install lighttpd php5-dev php5-cgi php5-sqlite php5-mysql mysql-client mysql-server
Enable cgi and fast-cgi for php usage
Setup vhost for 2 urls in lighttpd.conf
Enable url mod_rewrite in lighttpd.conf
Php
Plug and play ! Nothing to do !
Mysql
mysqladmin -u root password 'mypass'

