remove .htaccess file stalling start of Apache with php-fpm

This commit is contained in:
Ralf Becker 2020-03-05 09:32:46 +01:00
parent 3d5143334c
commit 5e592b09a1

View File

@ -41,6 +41,7 @@ before_script:
# configure apache virtual hosts # configure apache virtual hosts
- sudo cp -f doc/travis-ci-apache.conf /etc/apache2/sites-available/000-default.conf - sudo cp -f doc/travis-ci-apache.conf /etc/apache2/sites-available/000-default.conf
- sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/000-default.conf - sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/000-default.conf
- rm -f .htaccess
- sudo service apache2 restart - sudo service apache2 restart
- curl -i http://localhost/doc/rpm-build/debian.changes - curl -i http://localhost/doc/rpm-build/debian.changes
- sudo tail /var/log/apache2/error.log - sudo tail /var/log/apache2/error.log