apache.conf.in: overhaul gobbledygook
commit8d6b574f344ee223f1f8ee260941edea1a33627f
authorKyle J. McKay <mackyle@gmail.com>
Thu, 31 Mar 2016 22:27:38 +0000 (31 15:27 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 31 Mar 2016 22:27:38 +0000 (31 15:27 -0700)
tree316f8bfa082daef0704746e27156648c0f2c5a93
parent201858a208e9597f798e55eeaca396f00ef087e9
apache.conf.in: overhaul gobbledygook

A leaner, meaner, hopefully easier to understand example configuration
that's fully operational without requiring mod_rewrite for gitweb/fetch
access (mod_ssl, mod_authn_anon and mod_rewrite are always required for
https push access).

All User-Agent testing has been completely purged from the configuration.

Several things that were previously accomplished using mod_rewrite
have been replaced with non-mod_rewrite equivalents.

There are still benefits to enabling mod_rewrite for gitweb/fetch, but
it's no longer as important as it used to be.

Hopefully the new organization of the file makes it easier to under-
stand what's going on so that translating it to a non-Apache server
configuration file will be somewhat easier.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm
apache.conf.in