From ff3e40e6aa5af2ed7d496e0e8f8192eb57eab95e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 21 Sep 2025 03:19:09 +0900 Subject: [PATCH] Remove option for apache < 2.4 apache 2.4 was released long time ago and is now available in recent operating systems. Change-Id: I2fa3454cd87f08bed9d8dd44b10281864498a489 Signed-off-by: Takashi Kajinami --- httpd/mod_wsgi-manila.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/httpd/mod_wsgi-manila.conf b/httpd/mod_wsgi-manila.conf index 739048e41f..d106a621fc 100644 --- a/httpd/mod_wsgi-manila.conf +++ b/httpd/mod_wsgi-manila.conf @@ -7,9 +7,7 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %D(us)" WSGIScriptAlias / /var/www/cgi-bin/manila/osapi_share WSGIApplicationGroup %{GLOBAL} WSGIPassAuthorization On - = 2.4> - ErrorLogFormat "%{cu}t %M" - + ErrorLogFormat "%{cu}t %M" ErrorLog /var/log/apache2/manila_error.log CustomLog /var/log/apache2/manila.log manila_combined