You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/03/14 13:55:08 UTC

[airavata] branch master updated: Listen line is resulting in duplicate with main httpd.conf

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c5f4c5  Listen line is resulting in duplicate with main httpd.conf
2c5f4c5 is described below

commit 2c5f4c5fcbe3bc08786c807cc38d1ad13c8f4714
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Mar 14 09:54:57 2018 -0400

    Listen line is resulting in duplicate with main httpd.conf
---
 dev-tools/ansible/roles/pga/templates/default.conf.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-tools/ansible/roles/pga/templates/default.conf.j2 b/dev-tools/ansible/roles/pga/templates/default.conf.j2
index 5dd2017..248dea8 100644
--- a/dev-tools/ansible/roles/pga/templates/default.conf.j2
+++ b/dev-tools/ansible/roles/pga/templates/default.conf.j2
@@ -1,6 +1,5 @@
 # Setup default virtual host as a catchall to prevent resolving to the first defined virtual host
 # This will show the welcome page when requesting on the ip address or server default hostname
-Listen {{ pga_default_http_port }}
 <VirtualHost _default_:{{ pga_default_http_port }}>
     DocumentRoot "/www/default"
 </VirtualHost>

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.