enable rewrite module

This commit is contained in:
usman@cyberpersons.com
2023-05-16 16:20:20 +05:00
parent 8c2f572b9f
commit a6e843363d
2 changed files with 1 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
if ProcessUtilities.executioner(command, None, True) == 0: if ProcessUtilities.executioner(command, None, True) == 0:
return "Apache run apache2-suexec-pristine" return "Apache run apache2-suexec-pristine"
command = 'a2enmod suexec proxy ssl proxy_fcgi proxy' command = 'a2enmod suexec proxy ssl proxy_fcgi proxy rewrite'
if ProcessUtilities.executioner(command, None, True) == 0: if ProcessUtilities.executioner(command, None, True) == 0:
return "Apache run suexec proxy ssl" return "Apache run suexec proxy ssl"

View File

@@ -196,7 +196,6 @@ context /.well-known/acme-challenge {
</VirtualHost> </VirtualHost>
""" """
lswsChildConf = """<VirtualHost *:80> lswsChildConf = """<VirtualHost *:80>
ServerName {virtualHostName} ServerName {virtualHostName}