I want to Apache precompiled with Openssl and also want to compile PHP4 with the same Any help or links?
If apache+mod_ssl and you compile PHP4:
export CPPFLAGS=-DEAPI ./configure --with-apxs --with-openssl ... make and so on.
See www.modssl.org www.apache-ssl.org