Penguin
Blame: apacheconfig(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of apacheconfig(8) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 apacheconfig
2 !!!apacheconfig
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 apacheconfig - reconfigure the Apache webserver
14 !!SYNOPSIS
15
16
17 __apacheconfig__ ''[[options]''__
18 apacheconfig__ ''[[options] --update''
19 !!DESCRIPTION
20
21
22 This command is run automatically during the installation or
23 upgrade of Apache. It makes sure the configuration is valid,
2 perry 24 and calculates the optimum !LoadModule lines based on what
1 perry 25 config directives are used in httpd.conf, access.conf, and
26 srm.conf.
27
28
29 It may also be run at any time by the sysadmin.
30 !!OPTIONS
31
32
33 This program follows the usual GNU command line syntax, with
34 long options starting with two dashes (`-'). A summary of
35 options are included below.
36
37
38 __--update__
39
40
41 Run tests to make sure the configuration is
42 valid.
43
44
45 __--force-modules__
46
47
2 perry 48 Recalculate the !LoadModule lines in httpd.conf. This is
1 perry 49 called when new modules are installed or
50 removed.
51
52
53 Technically there are other options, but they're best left
54 undocumented.
55 !!SEE ALSO
56
57
58 apache(8)
59 !!AUTHOR
60
61
62 This program and manual page was written by Johnie Ingram
63 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.