summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/travis/travis-ci-apache2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/travis-ci-apache b/tests/travis/travis-ci-apache
index 5b36cd374..67f47dc6f 100644
--- a/tests/travis/travis-ci-apache
+++ b/tests/travis/travis-ci-apache
@@ -14,7 +14,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:80 -pass-header Authorization
</IfModule>
</VirtualHost> \ No newline at end of file