try figuring out whats wrong with Apache

This commit is contained in:
Ralf Becker 2020-03-05 09:05:27 +01:00
parent 8b48255886
commit 1e303413eb

View File

@ -42,10 +42,10 @@ before_script:
- 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 service apache2 restart
- sudo journalctl -u apache2
- curl -i http://localhost/doc/rpm-build/debian.changes
- tail /var/log/apache2/error.log
- curl -i http://localhost/egroupware/doc/rpm-build/debian.changes
- sudo journalctl -u apache2
- tail /var/log/apache2/error.log
- php -m
- php -i
- php install-cli.php --ignore-platform-reqs