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

« back to all changes in this revision

Viewing changes to modules/metadata/config.m4

  • 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:
 
1
dnl modules enabled in this directory by default
 
2
 
 
3
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
 
4
 
 
5
APACHE_MODPATH_INIT(metadata)
 
6
 
 
7
APACHE_MODULE(env, clearing/setting of ENV vars, , , yes)
 
8
APACHE_MODULE(mime_magic, automagically determining MIME type)
 
9
APACHE_MODULE(cern_meta, CERN-type meta files)
 
10
APACHE_MODULE(expires, Expires header control, , , most)
 
11
APACHE_MODULE(headers, HTTP header control, , , most)
 
12
APACHE_MODULE(ident, RFC 1413 identity check, , , most)
 
13
 
 
14
APACHE_MODULE(usertrack, user-session tracking, , , , [
 
15
  AC_CHECK_HEADERS(sys/times.h)
 
16
  AC_CHECK_FUNCS(times)
 
17
])
 
18
 
 
19
APACHE_MODULE(unique_id, per-request unique ids)
 
20
APACHE_MODULE(setenvif, basing ENV vars on headers, , , yes)
 
21
APACHE_MODULE(version, determining httpd version in config files)
 
22
 
 
23
APACHE_MODPATH_FINISH