Merge lp:~thedac/charms/precise/apache2/trunk into lp:charms/apache2

Proposed by David Ames
Status: Merged
Merged at revision: 36
Proposed branch: lp:~thedac/charms/precise/apache2/trunk
Merge into: lp:charms/apache2
Diff against target: 51 lines (+47/-0)
1 file modified
data/security.template (+47/-0)
To merge this branch: bzr merge lp:~thedac/charms/precise/apache2/trunk
Reviewer Review Type Date Requested Status
Robert Ayres (community) Approve
Review via email: mp+146539@code.launchpad.net

Description of the change

Fix missing security.template file

To post a comment you must log in.
Revision history for this message
Robert Ayres (robert-ayres) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'data/security.template'
2--- data/security.template 1970-01-01 00:00:00 +0000
3+++ data/security.template 2013-02-05 01:12:21 +0000
4@@ -0,0 +1,47 @@
5+{{ juju_warning_header }}
6+#
7+# Disable access to the entire file system except for the directories that
8+# are explicitly allowed later.
9+#
10+# This currently breaks the configurations that come with some web application
11+# Debian packages.
12+
13+<Directory />
14+ AllowOverride None
15+ Order Deny,Allow
16+ Deny from all
17+</Directory>
18+
19+
20+# Changing the following options will not really affect the security of the
21+# server, but might make attacks slightly more difficult in some cases.
22+
23+#
24+# ServerTokens
25+# This directive configures what you return as the Server HTTP response
26+# Header. The default is 'Full' which sends information about the OS-Type
27+# and compiled in modules.
28+# Set to one of: Full | OS | Minimal | Minor | Major | Prod
29+# where Full conveys the most information, and Prod the least.
30+#
31+ServerTokens {{ server_tokens }}
32+
33+#
34+# Optionally add a line containing the server version and virtual host
35+# name to server-generated pages (internal error documents, FTP directory
36+# listings, mod_status and mod_info output etc., but not CGI generated
37+# documents or custom error documents).
38+# Set to "EMail" to also include a mailto: link to the ServerAdmin.
39+# Set to one of: On | Off | EMail
40+#
41+ServerSignature {{ server_signature }}
42+
43+#
44+# Allow TRACE method
45+#
46+# Set to "extended" to also reflect the request body (only for testing and
47+# diagnostic purposes).
48+#
49+# Set to one of: On | Off | extended
50+#
51+TraceEnable {{ trace_enabled }}

Subscribers

People subscribed via source and target branches

to all changes: