Sunday, 30 July 2006
Apache Configuration
The Following are the steps that gives information on Apache Configuration.
Installing Apache on linux box
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
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.
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 at 11:30 PM in Tech Talk













