changeset 28 | f87fe5029832 |
parent 25 | 3b92710cb5c5 |
parent 23 | 6c2b422b8339 |
child 54 | 706239603081 |
26:d2499ca376b0 | 28:f87fe5029832 |
---|---|
165 _ |
165 _ |
166 |
166 |
167 |
167 |
168 |
168 |
169 db_stop || true |
169 db_stop || true |
170 a2enmod ssl |
170 ( . /etc/apache2/envvars |
171 invoke-rc.d apache2 reload >&2 |
171 if ! apache2 -M 2>/dev/null | grep -q ssl_module; then |
172 a2enmod ssl |
|
173 invoke-rc.d apache2 restart >&2 |
|
174 else |
|
175 invoke-rc.d apache2 reload >&2 |
|
176 fi |
|
177 ) |
|
172 |
178 |
173 ;; |
179 ;; |
174 |
180 |
175 abort-upgrade|abort-remove|abort-deconfigure) |
181 abort-upgrade|abort-remove|abort-deconfigure) |
176 ;; |
182 ;; |