Comment 2 for bug 1099685

Revision history for this message
Dan Scott (denials) wrote : Re: osrf_json_gateway.c does not compile against Apache 2.4

Hmm, maybe this should be an Apache 2.4 compatibility list bug... other things that need to change per http://httpd.apache.org/docs/2.4/upgrading.html :

* Access control - syntax change from "Order deny, allow\nAllow from all" to "Require all granted" (s/Deny/denied/ for the opposite case, and "Require host 10.0.0.0/8" for specific hosts/CIDR I think)

* Server-side include syntax has shifted significantly, although we will probably just use the new SSILegacyExprParser directive as a bridge (http://httpd.apache.org/docs/2.4/mod/mod_include.html#ssilegacyexprparser)