From 4cb5eddd5dad8aa31c9a5d3fa69294989207f1bd Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 21 Mar 2015 01:15:36 +0000 Subject: [PATCH] one more --- tests/ci/travis/apache_vhost | 2 +- tests/ci/travis/apache_vhost_hhvm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ci/travis/apache_vhost b/tests/ci/travis/apache_vhost index e4d2bf75..12448940 100644 --- a/tests/ci/travis/apache_vhost +++ b/tests/ci/travis/apache_vhost @@ -46,7 +46,7 @@ AddHandler php5-fcgi .php Action php5-fcgi /php5-fcgi Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi - FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization + #FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization SSLEngine on diff --git a/tests/ci/travis/apache_vhost_hhvm b/tests/ci/travis/apache_vhost_hhvm index 1afe0ff5..f0ad9f48 100644 --- a/tests/ci/travis/apache_vhost_hhvm +++ b/tests/ci/travis/apache_vhost_hhvm @@ -52,7 +52,7 @@ Alias /hhvm /hhvm Action hhvm-php-extension /hhvm virtual - FastCgiExternalServer /hhvm -host 127.0.0.1:9000 -pass-header Authorization -idle-timeout 300 + #FastCgiExternalServer /hhvm -host 127.0.0.1:9000 -pass-header Authorization -idle-timeout 300 SSLEngine on