~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/a2enmod.8

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\" First parameter, NAME, should be all caps
3
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
4
.\" other parameters are allowed: see man(7), man(1)
5
 
.TH A2ENMOD SECTION "October 4th, 2001"
 
5
.TH A2ENMOD 8 "12 October 2006"
6
6
.\" Please adjust this date whenever revising the manpage.
7
7
.\"
8
8
.\" Some roff macros, for reference:
16
16
.\" .sp <n>    insert n+1 empty lines
17
17
.\" for manpage-specific macros, see man(7)
18
18
.SH NAME
19
 
a2enmod \- enables an apache2 module
 
19
a2enmod, a2dismod \- enable or disable an apache2 module
20
20
.SH SYNOPSIS
21
 
.B a2enmod [module] 
 
21
.B a2enmod
 
22
.RI [ module ]
 
23
.PP
 
24
.B a2dismod
 
25
.RI [ module ]
22
26
.SH DESCRIPTION
23
27
This manual page documents briefly the
24
28
.B a2enmod
25
 
command.
26
 
.PP
27
 
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
28
 
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
29
 
.\" respectively.
30
 
\fBa2enmod\fP is a program that enables the specified apache2 module within
31
 
the apache2 configuration.
 
29
and
 
30
.B a2dismod
 
31
commands.
 
32
.PP
 
33
.B a2enmod
 
34
is a script that enables the specified module within the
 
35
.B apache2
 
36
configuration.  It does this by creating symlinks within
 
37
.BR /etc/apache2/mods-enabled .
 
38
Likewise,
 
39
.B a2dismod
 
40
disables a module by removing those symlinks.  It is not an error to
 
41
enable a module which is already enabled, or to disable one which is
 
42
already disabled.
 
43
.SH EXAMPLES
 
44
.RS
 
45
.B "a2enmod imagemap"
 
46
.br
 
47
.B "a2dismod mime_magic"
 
48
.RE
 
49
.PP
 
50
Enables the
 
51
.B mod_imagemap
 
52
module, and disables the
 
53
.B mod_mime_magic
 
54
module.
 
55
.SH FILES
 
56
.TP
 
57
.B /etc/apache2/mods-available
 
58
Directory with files giving information on available modules.
 
59
.TP
 
60
.B /etc/apache2/mods-enabled
 
61
Directory with links to the files in
 
62
.B mods-available
 
63
for enabled modules.
 
64
.SH "SEE ALSO"
 
65
.BR apache2ctl (8).
32
66
.SH AUTHOR
33
67
This manual page was written by Daniel Stone <daniel@sfarc.net> for the Debian
34
68
GNU/Linux distribution, as it is a Debian-specific script with the package.