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