Apache Install
=================
APACHE
./configure –with-layout=Apache –prefix=/usr/local/apache –enable-module=so –enable-shared=headers –enable-shared=expires –enable-shared=proxy –enable-shared=rewrite –enable-shared=unique_id –enable-shared=usertrack –enable-shared=vhost_alias
PHP compiling..as Cli
./configure –with-apxs=/usr/local/apache/bin/apxs –with-xml –enable-bcmath –enable-calendar –with-curl –with-dom –with-dom-xslt –with-dom-exslt –enable-exif –with-swf=/usr/local/flash –enable-ftp –with-gd –with-jpeg-dir=/usr/local –with-png-dir=/usr –with-xpm-dir=/usr/X11R6 –with-gettext –with-imap –with-imap-ssl –with-kerberos –enable-mbstring –with-mcrypt –with-mhash –enable-magic-quotes –with-mysql=/usr –with-openssl –enable-discard-path –with-pear –with-pspell –enable-xslt –with-xslt-sablot –enable-safe-mode –enable-sockets –enable-track-vars –with-ttf –with-freetype-dir=/usr –enable-gd-native-ttf –enable-versioning –enable-wddx –with-xmlrpc –with-zip –with-zlib
php compilation with suxec support
==============================================================================
./configure –prefix=/usr –with-xml –enable-bcmath –enable-calendar –with-curl –with-swf=/usr/local/flash –enable-ftp …

Read On »