oschaaf commented on issue #1763: Ubuntu 16.04 : make apache_install_conf fails URL: https://github.com/apache/incubator-pagespeed-mod/issues/1763#issuecomment-380019531 Great to hear you progressed, sorry that it's a bit of a hassle. It's odd that `SerfUrlAsyncFetcherTest.FetchUsingDifferentRequestMethod` fails. I have not seen that earlier. I'm not in a position to re-run the unit test right now, but the equivalent with curl seems to match the expectation (501 response) here, while your test received 403: ``` oschaaf@surface-os:~$ curl -I -X PURGE --insecure https://selfsigned.modpagespeed.com/ HTTP/1.1 501 Not Implemented Date: Tue, 10 Apr 2018 08:25:24 GMT Server: Apache/2.4.18 (Ubuntu) Allow: OPTIONS,GET,HEAD,POST Content-Length: 297 Connection: close Content-Type: text/html; charset=iso-8859-1 ``` Do you have a custom pagespeed test host set? (PAGESPEED_TEST_HOST environment var)? As for php5: that is actually used in system tests, I think. I know for sure that at least ngx_pagespeed depends on it in some tests. It's odd that it didn't get installed: https://github.com/apache/incubator-pagespeed-mod/blob/938e7c633fd04e7d92df13d1efdc1735aeaf47d8/install/ubuntu/install_required_packages.sh#L71
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services