Apache install

Install apache from source:

create apache user

adduser --disabled-login apache

This creates the user apache, group apache.

configure

./configure --prefix=/usr/local/apache/2.0.55 \
--disable-userdir \
--disable-imap \
--disable-status \
--enable-rewrite \
--enable-so --enable-ssl

followed by make and make install

php compiled as a module

./configure \
--prefix=/usr/local/php-5.1.2 \
--with-mysql=/usr/local/mysql \
--with-apxs2=/usr/local/apache/current/bin/apxs \
--with-config-file-path=/usr/local/apache/current/conf \
--disable-debug --enable-memory-limit=yes  \
--with-zlib \
--with-gd --with-jpeg
apache/installation.txt · Last modified: 2009/04/24 21:15 by tb
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0