Merge lp:~bcsaller/charms/precise/juju-gui/apache-config into lp:~juju-gui/charms/precise/juju-gui/trunk

Proposed by Benjamin Saller
Status: Merged
Merged at revision: 44
Proposed branch: lp:~bcsaller/charms/precise/juju-gui/apache-config
Merge into: lp:~juju-gui/charms/precise/juju-gui/trunk
Diff against target: 11 lines (+0/-2)
1 file modified
config/apache-site.template (+0/-2)
To merge this branch: bzr merge lp:~bcsaller/charms/precise/juju-gui/apache-config
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+160470@code.launchpad.net

Description of the change

[TRIVAL] Fix Apache site config

Untested changes recommended in review don't work inside the VirtualHost
directive. They are removed here as they were optional to being with.

To post a comment you must log in.
Revision history for this message
Benjamin Saller (bcsaller) wrote :

*** Submitted:

[TRIVAL] Fix Apache site config

Untested changes recommended in review don't work inside the VirtualHost
directive. They are removed here as they were optional to being with.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config/apache-site.template'
2--- config/apache-site.template 2013-04-23 16:55:56 +0000
3+++ config/apache-site.template 2013-04-23 18:39:28 +0000
4@@ -1,7 +1,5 @@
5 <VirtualHost *:{{port}}>
6 ServerAdmin webmaster@localhost
7- ServerSignature Off
8- ServerTokens Prod
9
10 DocumentRoot {{server_root}}
11 <Directory />

Subscribers

People subscribed via source and target branches