~ubuntu-branches/ubuntu/precise/apache2/precise

« back to all changes in this revision

Viewing changes to include/http_main.h

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-02-22 13:02:08 UTC
  • mfrom: (14.3.23 sid)
  • Revision ID: james.westby@ubuntu.com-20110222130208-5hrxnun6a8uygfhv
Tags: 2.2.17-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debain/apache2.py, debian/apache2.2-common.isntall: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * in apr_getopt() format.  Use this for default'ing args that the MPM
33
33
 * can safely ignore and pass on from its rewrite_args() handler.
34
34
 */
35
 
#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtSMh?X"
 
35
#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtTSMh?X"
36
36
 
37
37
#ifdef __cplusplus
38
38
extern "C" {
53
53
/** An array of all -D defines on the command line.  This allows people to
54
54
 *  effect the server based on command line options */
55
55
AP_DECLARE_DATA extern apr_array_header_t *ap_server_config_defines;
 
56
/** Available integer for using the -T switch */
 
57
AP_DECLARE_DATA extern int ap_document_root_check;
56
58
 
57
59
/**
58
60
 * An optional function to send signal to server on presence of '-k'