Jan Ehrhardt in gmane.comp.apache.devel (Fri, 27 Nov 2015 22:34:53 +0100): >Bert Huijben in gmane.comp.apache.devel (Fri, 27 Nov 2015 20:04:14 +0100): >>Well it is not a regression, so can it be a show stopper? ? >>But I would like to see this fixed. > >Curious: are you still testing this on Windows? If so, I guess you >compiled your own httpd. I tried to do the same a couple of days ago, but >ran into problems with Drupal7: the admin menu sometimes showed and >sometimes did not show at all. I could not lay my finger on what went >wrong. > >Because I did not have the problems with Apachelounge's 2.4.18-dev at >https://www.apachelounge.com/viewtopic.php?t=6842 I checked out an earlier >revision of the alpha branch: >| svn co -r 1715218 >http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4-http2-alpha > >That revision compiled into a httpd with no problems. I am waiting now for >Stefan Eissing to finish his work on mod_http2.
Probably Stefan Eissing already completed his work for 2.4.18. I checked out the current 2.4.x branch with mod_http2 1.8.0 from http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/ I rebuilt the complete branch with VC14 x86 and encountered the same problems with Drupal7. On my dev-server with Win 2008 R2 I now have 3 mod_http2's: #LoadModule http2_module modules/mod_http2.so LoadModule http2_module modules/mod_http2-r1715218.so #LoadModule http2_module modules/mod_http2_al.so The first one is mod_http 1.8.0, the second and the third are 1.5.0 (my build and Apachelounge's). PHP is 5.6.16 loaded with mod_fcgid 2.3.9, nghttp2 is version 1.4.0 (but I also tested with 1.5.0). Only mod_http2 1.8.0 sometimes just does not show the admin menu in Drupal7, the other 2 work fine. The same difference exists for VC9 httpd with nghttp2 1.5.0 compiled statically into mod_http2.so. mod_http2 1.5.0 runs without problems, mod_http2 1.8.0 sometimes just goes not show the Drupal 7 admin menu. @Steffen Land of Apachelounge: could you build mod_http2 1.8.0 before 2.4.18 before it goes into T&R? -- Jan