How to install Apache2 Web Server @ Debian 5.0 i686

Requirement

*GNU C Compiler and other small packages required

debian:~# apt-get install gcc build-essential automake autoconf autoreconf libncurses5-dev

*OpenSSL

Package :

debian:~# wget http://www.alliedquotes.com/mirrors/apache/httpd/httpd-2.2.15.tar.gz

Installation

debian:~# tar -zxvf httpd-2.2.15.tar.gz
debian:~# ./configure --prefix=/usr/local/apache2 \
--enable-so --enable-mods-shared=most \
--enable-ssl=static --with-ssl=/usr/local/ssl
debian:~# make && make install

Test

debian:~/httpd-2.2.15# /usr/local/apache2/bin/apachectl -v
Server version: Apache/2.2.15 (Unix)
Server built:   Mar 15 2010 22:16:15
debian:~/httpd-2.2.15# /usr/local/apache2/bin/apachectl start

Category: Linux | Tags: , , , , , 6 comments »

6 Responses to “How to install Apache2 Web Server @ Debian 5.0 i686”

  1. ervan:~# tail -f /var/log/blog » Blog Archive » How to install PHP @ Debian 5.0 i686

    [...] ervan:~# tail -f /var/log/blog Just a small note about my activities « How to install Apache2 Web Server @ Debian 5.0 i686 [...]

  2. ervan:~# tail -f /var/log/blog » Blog Archive » Setting Up Wordpress Latest Version

    [...] Apache * [...]

  3. ervan:~# tail -f /var/log/blog » Blog Archive » Trouble Ticket System yang terintregasi dengan Sms Gateway

    [...] dan konfigurasi baca disini) – Smstools 3 (penginstallan dan konfigurasi baca disini) – Apache2 – Linux Crontab – MySQL Server – PHP – Lynx (Console Web Browser) – Root [...]

  4. ervan:~# tail -f /var/log/blog » Blog Archive » Installing Snort with BASE support,Mysql and ADODB

    [...] Server and Database Server *Apache2 [...]

  5. Setting Up PHPMyAdmin | ervan:~# tail -f /var/log/blog

    [...] Related Post * MySQL * PHP * Apache [...]

  6. Installing Subversion on Linux | ervan:~# tail -f /var/log/blog

    [...] Requirement * Apache2 [...]


Leave a Reply



Back to top