LAMP, Linux Apache Mysql (PHP||Perl||Python)

Installing LAMP in Debian is quite simple, you just type this as root in an console:

apt-get install apache mysql-server php4 php4-mysql

Be sure to edit the ?ConfigurationFiles. You may need to uncomment (remove the #) in front of the PHP module in /etc/apache/httpd.conf.

MichaelIvey, 2002/09/12 14:19 UTC (via web): See http://www.onlamp.com/pub/a/onlamp/2001/01/25/lamp.html and really, all of http://www.onlamp.com for more on LaMp.

See also: ?LampPackagingBestPractices