http://www.adamsinfo.com/php-mysql-apache2-install-howto-on-debian/
Setting up a PHP/MySQL/Apache2 environment on Debian is really easy. I’ll walk through a quick setup and optimization process. I’ve optimized it for a 1.5Gb to 2GB RAM machine with reasonable load. apt-get install apache2 php5 mysql-server-5.0 mysql-client-5.0 libapache2-mod-php5 php5-mysql php5-curl php5-cli php5-dev make gcc libc6-dev automake
mysqladmin password ‘NEWPASSWORD’
Now download eaccelerator from http://eaccelerator.net tar -xjf eaccelerator.tar.bz2 phpize ./configure make sudo make install
Edit /etc/php5/apache2/php.ini and add the following at the bottom: extension=”eaccelerator.so” eaccelerator.shm_size=”64″ eaccelerator.cache_dir=”/tmp/eaccellerator” eaccelerator.enable=”1″ eaccelerator.optimizer=”1″ eaccelerator.check_mtime=”1″ eaccelerator.debug=”0″ eaccelerator.filter=”” eaccelerator.shm_max=”0″ eaccelerator.shm_ttl=”0″ eaccelerator.shm_prune_period=”0″ eaccelerator.shm_only=”0″ eaccelerator.compress=”1″ eaccelerator.compress_level=”9″
Edit /etc/mysql/my.cnf #Restart services: /etc/init.d/apache2 restart /etc/init.d/mysql restart
LAMP
apache2
developer
optimization
php5
MySQL
PHP
Debian
Development
programmer
This is an apache2 module for finding the country that a web request originated from. It uses the GeoIP library and database to perform the lookup.This module only works on Apache 2.0.x servers.
First you need to make sure you have apache2 server installed and working fine.
(...)
Read the rest of How to setup GeoIP support for apache2 On Debian Etch (102 words)
© Admin for Debian Admin, 2008. | Permalink | No comment
Add to del.icio.us
Search blogs linking this post with Technorati
Want more on these topics ? Browse the archive of posts filed under Webserver.
---
Related Articles at Debian Admin:
Debian: Debian Admin Step By Step Tutorials and articles with screenshots
Debian: Debian Admin Step By Step Tutorials and articles with screenshots