8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28651d commit 1910db8Copy full SHA for 1910db8
salt/hg/init.sls
@@ -159,6 +159,7 @@ apache2:
159
- pkgs:
160
- apache2
161
- libapache2-mod-wsgi
162
+ - libapache2-mod-qos
163
service.running:
164
- enable: True
165
- reload: True
@@ -225,6 +226,9 @@ apache2:
225
226
file.symlink:
227
- target: /etc/apache2/mods-available/rewrite.load
228
229
+/etc/apache2/mods-enabled/unique_id.load:
230
+ file.symlink:
231
+ - target: /etc/apache2/mods-available/unique_id.load
232
233
/etc/apache2/ports.conf:
234
file.managed:
0 commit comments