mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
remove .htaccess file stalling start of Apache with php-fpm
This commit is contained in:
parent
3d5143334c
commit
5e592b09a1
@ -41,6 +41,7 @@ before_script:
|
||||
# configure apache virtual hosts
|
||||
- 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
|
||||
- rm -f .htaccess
|
||||
- sudo service apache2 restart
|
||||
- curl -i http://localhost/doc/rpm-build/debian.changes
|
||||
- sudo tail /var/log/apache2/error.log
|
||||
|
Loading…
Reference in New Issue
Block a user