8000 Install mod_qos package and enable mod_unqiue_id · python/psf-salt@1910db8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1910db8

Browse files
committed
Install mod_qos package and enable mod_unqiue_id
1 parent e28651d commit 1910db8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

salt/hg/init.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ apache2:
159159
- pkgs:
160160
- apache2
161161
- libapache2-mod-wsgi
162+
- libapache2-mod-qos
162163
service.running:
163164
- enable: True
164165
- reload: True
@@ -225,6 +226,9 @@ apache2:
225226
file.symlink:
226227
- target: /etc/apache2/mods-available/rewrite.load
227228

229+
/etc/apache2/mods-enabled/unique_id.load:
230+
file.symlink:
231+
- target: /etc/apache2/mods-available/unique_id.load
228232

229233
/etc/apache2/ports.conf:
230234
file.managed:

0 commit comments

Comments
 (0)
0