Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are much more configuration options. But this should be enough to get you started for a small to medium scale website.

Enable mod_jk

In Ubuntu it is very easy to enable a module,

...

Code Block
langhtml
sudo apache2ctl -l
Compiled in modules:
  core.c
  mod_log_config.c
  mod_logio.c
  worker.c
  http_core.c
  mod_so.c

worker.c in the resutling resulting output shows that the module loaded properly.

Configure Mod_jk

workers.properties Configuration File

...