File: libapache2-mod-mono.README.Debian

package info (click to toggle)
mod-mono 1.2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,640 kB
  • ctags: 230
  • sloc: sh: 8,606; ansic: 1,750; makefile: 120
file content (15 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
As of mod-mono 1.1.10, there are two ways of configuring mod-mono. The
first is to use the pseduo-automatic configuration that Debian uses
and the second is to use the zero-configuration version. These are
implemented as two different modules for Apache 2.

To use the older-style, use the "mod_mono" module to install it.

  # a2enmod mod_mono

To use the auto-configuration, use "mod_mono_auto".

  # a2enmod mod_mono_auto

If both are enabled, the behavior is undefined (and probably doesn't
work).