eldk commented on issue #1763: Ubuntu 16.04  : make apache_install_conf fails
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1763#issuecomment-380144802
 
 
   Hello,
   
   I'm on a branch created from master up to last commit 
(https://github.com/eldk/mod_pagespeed/commit/55bf00dbb508270102cb4cd72053ad9859b9d80b).
   
   With standalone server "make apache_debug_start", it's OK, I get a 501 when 
try to request a PURGE : 
   
   ```
   curl -I -X PURGE localhost:8080/mod_pagespeed_example/index.html
   HTTP/1.1 501 Not Implemented
   Date: Tue, 10 Apr 2018 15:23:00 GMT
   Server: Apache/2.4.26 (Unix) mod_fcgid/2.3.10-dev OpenSSL/1.1.0h
   Allow: OPTIONS,HEAD,HEAD,GET,HEAD,POST,TRACE
   Content-Length: 225
   Connection: close
   Content-Type: text/html; charset=iso-8859-1
   ```
   make apache_test : 
   
   SerfUrlAsyncFetcherTest.FetchUsingDifferentRequestMethod fails with a 403.
   I'm looking at the way to capture running httpd.conf  ?
   
   For PHP, I get it running with those change : 
https://github.com/apache/incubator-pagespeed-mod/compare/master...eldk:test_map_proxy
 .
   
   > Do you have a custom pagespeed test host set? (PAGESPEED_TEST_HOST 
environment var)?
   
   No
   

----------------------------------------------------------------
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

Reply via email to