one more
authorgggeek <giunta.gaetano@gmail.com>
Sat, 21 Mar 2015 01:15:36 +0000 (01:15 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 21 Mar 2015 01:15:36 +0000 (01:15 +0000)
tests/ci/travis/apache_vhost
tests/ci/travis/apache_vhost_hhvm

index e4d2bf7..1244894 100644 (file)
@@ -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
   </IfModule>
 
   SSLEngine on
index 1afe0ff..f0ad9f4 100644 (file)
@@ -52,7 +52,7 @@
     </FilesMatch>
     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
   </IfModule>
 
   SSLEngine on