ecomZera Blog

The place where eZians share their thoughts, experiences, knowledge and sow the seeds for ecomZera´s growth.

Apache Configuration

The Following are the steps that gives information on Apache Configuration.
Installing Apache on linux box
  • Simple and easy manner to install Apache is to use Synaptic Manager.
  • or
  • Use the apt-get -i for debian package.
Configuration with a Applications running on other application servers like Tomcat.
Download the mod_jk.so file and place it in the modules folder. Add the following lines of Code in apache2.conf / httpd.conf file
LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so
Then configure the application that we want to run with Apache.
For more information click here
Posted by phani at 11:30 PM in Tech Talk