I followed a link and have put it under my own words at
http://linuxhunt.blogspot.com/2010/0...e-through.html Now I am done with compiling apache from source.
But all I need few information:
1. How can I know what modules gets installed?
Generally, if default apache is installed , I check it through
httpd -M and it works !!
But what about the compiled one?
The apache2 directory gets installed under /usr/local directory as mentioned in the link
2. As of now, I have included a single module --enable-so.
What about if I want to include extra modules like SSL, perl etc.
Does it need ./configure sort of compilation again and again.
What are the relevant steps?
3.I am in verse to setup Tomcat to connect to Apache through mod_jk.
What minimum modules do I need?
Pls Suggest.