Apache setup
1, download apche source from apache.org
2. tar xvfz httpd-2.0.64.tar.gz
3, cd httpd-2.0.64
4. now copy config.nice from /apps/oracle/product/apache-2.0/build/config.nice to httpd-2.0.64
to enable SSL , please add ssl to the enable-modele i.e --enable-modules=rewrite proxy proxy_http maintainer-mode so deflate ssl
./config.nice
make
make install
5. shutdown and restart apache server
/apps/oracle/ stopproduct/apache-2.0/bin/apachectl stop
/apps/oracle / stopproduct/apache-2.0/bin/apachectl start