3210: Apache 2.4 has new authorization mechanism

ste****@gallaghe********* (Google Code) (Is this you? Claim this profile.)
Jan. 28, 2014
What version are you running?
ReviewBoard 1.7.21 and 2.0 beta 2

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1. Run 'rb-site install /path/to/site'
2. Select Apache as the webserver

What is the expected output? What do you see instead?
The config file is written with 'Allow from all' as the authorization directive. However, on Apache 2.4 and later, this has been changed to a new mechanism. It should be "Require all granted" on this webserver.

What operating system are you using? What browser?
Fedora 20

Please provide any additional information below.
Patch forthcoming on reviews.reviewboard.org
#1 ste****@gallaghe********* (Google Code) (Is this you? Claim this profile.)
https://reviews.reviewboard.org/r/5338/
david
#2 david
Fixed in release-1.7.x (d093e25). Thanks!
  • +Fixed