mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
enable rewrite module
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -196,7 +196,6 @@ context /.well-known/acme-challenge {
|
|||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
lswsChildConf = """<VirtualHost *:80>
|
lswsChildConf = """<VirtualHost *:80>
|
||||||
|
|
||||||
ServerName {virtualHostName}
|
ServerName {virtualHostName}
|
||||||
|
|||||||
Reference in New Issue
Block a user