Mini-Howtos

Want to support HowtoForge? Become a subscriber!
 

Quota does not work under SuSE 8.2!

On a standard SuSE 8.2 installation the quota module is not loaded into the kernel which is why

quotaon -avug

gives back an error.

Load the quota module manually with

insmod quota_v1

and

insmod quota_v2

To have those modules loaded on every bootup of the system please insert

modprobe quota_v1

and

modprobe quota_v2

in /etc/init.d/boot.local.

Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk

Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk

This tutorial explains how I was able to setup a web server in order to support Java Server Pages (JSP) and Servlets using virtually hosted websites. The ultimate goal is to provide instructions on how to incorporate JSP/Servlet support on the ISPConfig web hosting software. I felt it was necessary to provide this first segment separately for those that do not wish to use the ISPConfig web hosting control panel.

first page
previous page
...
16