From bdf9aba7e00fe567b7ae168bacd596fc160e22c9 Mon Sep 17 00:00:00 2001 From: Pascal Robert Date: Sun, 29 May 2016 17:34:33 -0400 Subject: [PATCH] Apache 2.4 needs a Location setting for the path to the WO module, or else requests will return a 403 status code. --- Utilities/Adaptors/Apache2.4/apache.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Utilities/Adaptors/Apache2.4/apache.conf b/Utilities/Adaptors/Apache2.4/apache.conf index 17e3d0e394b..a3296693261 100644 --- a/Utilities/Adaptors/Apache2.4/apache.conf +++ b/Utilities/Adaptors/Apache2.4/apache.conf @@ -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 + + + Require all granted + + Require all denied + + # Here are the 3 possible configuration modes. # The apache module uses one of them to get information # about your deployed applications.