Öncelikle belirteyim.
Yapacağınız işlem sisteminize zarar verebilir.Sorumluluk size aittir.
Centos üzerinde birçok kez denenmiş ve sorunsuz olarak kurulum tamamlanmıştır.
FRESH INSTALL - Apache 2 installation (Apache Kurulumu) cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf_back
wget http://godel.cs.bilgi.edu.tr/apache/...d-2.2.4.tar.gz
tar -xz -f httpd*
cd httpd*
./configure --prefix=/usr/local/apache --with-php --with-mysql --with-susexec --enable-mods-shared=all --disable-info
make
make install
/usr/local/apache/bin/apachectl start
Apache 2 Upgrade - Upgrading Apache (Apache 2.0 a Yükseltme) cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf_back
wget http://godel.cs.bilgi.edu.tr/apache/...d-2.2.4.tar.gz
tar -xz -f httpd*
cd httpd*
./config.nice
make
make install
/usr/local/apache/bin/apachectl restart