Skip to content

Commit

Permalink
Try fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 22, 2018
1 parent 1a8fbb9 commit 49fcd70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/travis-ci/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</Directory>

# Wire up Apache to use Travis CI's php-fpm.
<IfModule mod_fastcgi.c>
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
</IfModule>
#<IfModule mod_fastcgi.c>
# 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
#</IfModule>
</VirtualHost>

0 comments on commit 49fcd70

Please sign in to comment.