~ubuntu-branches/ubuntu/saucy/apache2/saucy

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Robie Basak
  • Date: 2012-06-08 11:37:31 UTC
  • mfrom: (14.3.39 sid)
  • Revision ID: package-import@ubuntu.com-20120608113731-lapfog4y8do2sdfv
Tags: 2.2.22-6ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.
* Dropped changes:
  - debian/control: Add bzr tag and point it to our tree; this is not 
    really required and just increases the delta.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        # Include generic snippets of statements
62
62
        Include /etc/apache2/conf.d
63
63
 
 
64
        Future versions of the package will narrow this down to only include
 
65
        files that end with ".conf".
 
66
 
64
67
        This is a good place to add additional configuration
65
68
        directives. Packages should not use configuration
66
 
        files that start with 'local-' or end with '.local'.
 
69
        files that start with 'local-' or end with '.local.conf'.
67
70
        The local administrator can use these filenames to make
68
71
        sure that there are no conflicts with files provided by
69
72
        packages.
77
80
 
78
81
httpd.conf
79
82
 
80
 
        Empty file.
 
83
        This file used to be included by apache2.conf but is not anymore.
 
84
        If it contained local modifications it has been moved to
 
85
        conf.d/httpd.conf during upgrade.
81
86
 
82
87
magic
83
88
 
132
137
- contain a character that is neither letter nor number nor _-.
133
138
- contain .dpkg
134
139
 
 
140
In a future version of the package, this special handling will be removed.
 
141
Instead, the relevant Include statements (especially for sites-enabled and
 
142
conf.d) in the configuration will be modified to only include files that end
 
143
with ".conf".
 
144
 
135
145
Other files
136
146
-----------
137
147