diff --git a/ApachController/ApacheController.py b/ApachController/ApacheController.py index c5c97be64..b35036890 100755 --- a/ApachController/ApacheController.py +++ b/ApachController/ApacheController.py @@ -183,6 +183,11 @@ LoadModule mpm_event_module modules/mod_mpm_event.so if ProcessUtilities.executioner(command, None, True) == 0: return "Apache run suexec proxy ssl" + + WriteToFile = open(confPath, 'a') + WriteToFile.writelines('\nSetEnv LSWS_EDITION Openlitespeed\nSetEnv X-LSCACHE on\n') + WriteToFile.close() + ### if ProcessUtilities.decideDistro() == ProcessUtilities.centos or ProcessUtilities.decideDistro() == ProcessUtilities.cent8: diff --git a/websiteFunctions/templates/websiteFunctions/createDomain.html b/websiteFunctions/templates/websiteFunctions/createDomain.html index a67e6fbce..cd1db2046 100755 --- a/websiteFunctions/templates/websiteFunctions/createDomain.html +++ b/websiteFunctions/templates/websiteFunctions/createDomain.html @@ -269,7 +269,7 @@