diff options
author | James Laska <jlaska@ansible.com> | 2014-03-10 20:54:28 +0100 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2014-03-10 20:54:28 +0100 |
commit | 7a50d0cce9cbc20693298d424e988f84ea8b2f40 (patch) | |
tree | 44396b80ccaabb19570290fdbf535e3d98d6ae7f /config/awx-httpd-443.conf | |
parent | Support httpd 2.2 and 2.4 config formats (diff) | |
download | awx-7a50d0cce9cbc20693298d424e988f84ea8b2f40.tar.xz awx-7a50d0cce9cbc20693298d424e988f84ea8b2f40.zip |
Remove mod_ssl already loaded message
The mod_ssl requirement will be satisfied by package dependencies.
Diffstat (limited to 'config/awx-httpd-443.conf')
-rw-r--r-- | config/awx-httpd-443.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awx-httpd-443.conf b/config/awx-httpd-443.conf index e88c9ad9cc..e74e19f199 100644 --- a/config/awx-httpd-443.conf +++ b/config/awx-httpd-443.conf @@ -1,6 +1,6 @@ NameVirtualHost *:443 WSGISocketPrefix /var/run/wsgi -LoadModule ssl_module modules/mod_ssl.so +# LoadModule ssl_module modules/mod_ssl.so <VirtualHost _default_:443> ServerName localhost |