From 812d1e4d99291efaf45b2a682de5725f065b66e8 Mon Sep 17 00:00:00 2001 From: WhatTheServer Date: Thu, 31 Dec 2020 10:40:44 -0500 Subject: [PATCH 1/2] Update httpd_config.conf Add the below to support autoload of .htaccess `autoLoadHtaccess 1` https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/ https://feedback.cyberpanel.net/b/requests/p/automatic-restart-of-openlitespeed-server-after-any-change-in-htaccess Also added in missing phpconfigs for later PHP versions --- install/litespeed/conf/httpd_config.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install/litespeed/conf/httpd_config.conf b/install/litespeed/conf/httpd_config.conf index 31783e118..74c4402e3 100755 --- a/install/litespeed/conf/httpd_config.conf +++ b/install/litespeed/conf/httpd_config.conf @@ -32,6 +32,7 @@ expires { enableExpires 1 expiresByType image/*=A604800, text/css=A604800, application/x-javascript=A604800 } +autoLoadHtaccess 1 tuning { eventDispatcher best @@ -199,4 +200,7 @@ include phpconfigs/php55.conf include phpconfigs/php56.conf include phpconfigs/php70.conf include phpconfigs/php71.conf - +include phpconfigs/php72.conf +include phpconfigs/php73.conf +include phpconfigs/php74.conf +include phpconfigs/php80.conf From 1529e86cb2e72e95f3968f58d69c1b161f8c4f2c Mon Sep 17 00:00:00 2001 From: WhatTheServer Date: Thu, 31 Dec 2020 10:41:28 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa624628a..5ec273ceb 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Webhosting control panel that uses OpenLiteSpeed as web server. * PHP 7.2 * PHP 7.3 * PHP 7.4 +* PHP 8.0 # Installation Instructions