Lighttpd with mysql and php (LLMP)
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m (Lighttpd with php and mysql moved to Lighttpd with mysql and php (LLMP): because i like it better this way) |
m |
||
| Line 1: | Line 1: | ||
| - | + | {{Articles|Debian}} | |
= Lighttpd with php and mysql (LLMP)= | = Lighttpd with php and mysql (LLMP)= | ||
Revision as of 03:25, 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'

