X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Finstaclick%2Fphp-webdriver%2Ftest%2FCI%2FTravis%2Fsetup_apache.sh;fp=vendor%2Finstaclick%2Fphp-webdriver%2Ftest%2FCI%2FTravis%2Fsetup_apache.sh;h=0000000000000000000000000000000000000000;hp=c33abe7717c2744f86ddf7dd34e3c304ea011656;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/instaclick/php-webdriver/test/CI/Travis/setup_apache.sh b/vendor/instaclick/php-webdriver/test/CI/Travis/setup_apache.sh deleted file mode 100644 index c33abe771..000000000 --- a/vendor/instaclick/php-webdriver/test/CI/Travis/setup_apache.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# set up Apache -# @see https://github.com/travis-ci/travis-ci.github.com/blob/master/docs/user/languages/php.md#apache--php - -sudo a2enmod rewrite actions fastcgi alias ssl - -# configure apache root dir -sudo sed -i -e "s,/var/www,$(pwd),g" /etc/apache2/sites-available/default -sudo service apache2 restart