เมื่อ download apache2.2.XX.tar.gz มาแล้ว ให้แตกออกแล้วเข้าไปเพื่อ compile apache source ใหม่ดังนี้
เก็บ apache ที่ Compile แล้วไว้ที่ /exec/apache2 (ซึ่ง /exec/apache2 ก็คือ $APACHE_HOME)
# ./configure –prefix=/exec/apache2 –enable-rewrite –enable-proxy=http –enable-module=so –enable-ssl
#make
#make install
ทดสอบโดยการ Start
#cd /exec/apache2/bin
#./apachectl start
ตรวจสอบว่ามี process httpd ทำงานอยู่ในระบบ
#ps -aef|grep httpd