Skip to content

Commit

Permalink
Apache 2.4 needs a Location setting for the path to the WO module, or…
Browse files Browse the repository at this point in the history
… else requests will return a 403 status code.
  • Loading branch information
Pascal Robert committed May 29, 2016
1 parent adf5a81 commit bdf9aba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Utilities/Adaptors/Apache2.4/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ WebObjectsDocumentRoot LOCAL_LIBRARY_DIR/WebServer/Documents
# prefer (such as Apps), but the 'WebObjects' part is required.
WebObjectsAlias /cgi-bin/WebObjects

# Specific to Apache 2.4
<Location /cgi-bin/WebObjects/>
<Limit GET POST OPTIONS >
Require all granted
</Limit>
Require all denied
</Location>

# Here are the 3 possible configuration modes.
# The apache module uses one of them to get information
# about your deployed applications.
Expand Down

0 comments on commit bdf9aba

Please sign in to comment.