» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with apache2 + Debian

PHP, MySQL, Apache2 install HOWTO on Debian

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 #
  1. * Fine Tuning # key_buffer = 64M max_allowed_packet = 16M thread_stack = 128K thread_cache_size = 8 #max_connections = 100 #table_cache = 64 #thread_concurrency = 10 #
  2. * Query Cache Configuration # query_cache_limit = 4M query_cache_size = 64M

Restart services: /etc/init.d/apache2 restart /etc/init.d/mysql restart

How to setup GeoIP support for apache2 On Debian Etch

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:

  • WebDAV Configuration With Apache2 On Debian Etch
  • How to Split apache Logs With vlogger in debian etch
  • How to Split lighttpd Logs With vlogger in Debian Etch
  • Setup Easy Hosting Control Panel (ehcp) for Debian/Ubuntu
  • How to setup Apache Tomcat 5.5 on Debian Etch
  • Restart Apache Server without affecting existing connections

  • Debian: Debian Admin Step By Step Tutorials and articles with screenshots

    Install and Configure Apache2 with PHP5 and SSL Support in Debian Etch

    The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. Install apache2 in debian etch #apt-get [...]

    Debian: Debian Admin Step By Step Tutorials and articles with screenshots

    UnderLinux: DEBIAN SARGE -> SNORT + MYSQL + APACHE2 + ACIDLAB

    Vamos começar peguem um café e mãos a obra... Configurando a rede conforme meu exemplo. Snort -> Espécie de Sniffer com regras que identificam os mais variadas técnicas de footprint, ataque, bl´, blá, blá... MySql -> Banco de dados onde o Snort

    snort: del.icio.us/tag/snort