Skip to content

Commit

Permalink
Error relocating /var/www/modules/mod_proxy_http.so: ap_proxy_ssl_ena…
Browse files Browse the repository at this point in the history
…ble: symbol not found
  • Loading branch information
robertdebock committed Dec 31, 2018
1 parent 32fcb8d commit a615e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/vhost.conf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{ ansible_managed | comment }}

{% if item.backend_url is defined %}
LoadModule proxy_module {{ httpd_modules_path }}/mod_proxy.so
LoadModule proxy_http_module {{ httpd_modules_path }}/mod_proxy_http.so
{% endif %}

Expand Down

0 comments on commit a615e85

Please sign in to comment.