Closed MikeschTheCat closed 7 years ago
Thanks. Should be fixed in #15. I assume you did not run debops.pki
on the host?
Hello Robin,
yes, this is correct, we use our webservers behind an LoadBalancer with SSL-Offloading, so we don't need pki on our webservers :)
Thanks & Regards Mikesch
Am 13.02.17 um 19:24 schrieb Robin Schneider:
Thanks. Should be fixed in #15 https://github.com/debops/ansible-apache/pull/15. I assume you did not run |debops.pki| on the host?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/debops/ansible-apache/issues/13#issuecomment-279477362, or mute the thread https://github.com/notifications/unsubscribe-auth/ANedD5cqCAKLJL2cTsr9XjReufxCI43Eks5rcJ_KgaJpZM4L_gAj.
All right then. Should be fixed.
Very thanks for the very fast fix :)
Am 13.02.17 um 19:35 schrieb Robin Schneider:
All right then. Should be fixed.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/debops/ansible-apache/issues/13#issuecomment-279480656, or mute the thread https://github.com/notifications/unsubscribe-auth/ANedD_6ik9MrhtDv4b-8k1KSGcUxICUEks5rcKKKgaJpZM4L_gAj.
If the
{% if debops__tpl_macros.get_openssl_version()|version_compare("0.9.8h", ">=") %}
Check Fails, the close Tag for "</IfModule>
" will never be inserted.The "
</IfModule>
" must be at the last Line of this File:templates/etc/apache2/conf-available/local-debops_apache.conf.j2