mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +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:
|
||||
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:
|
||||
return "Apache run suexec proxy ssl"
|
||||
|
||||
|
||||
@@ -196,7 +196,6 @@ context /.well-known/acme-challenge {
|
||||
</VirtualHost>
|
||||
"""
|
||||
|
||||
|
||||
lswsChildConf = """<VirtualHost *:80>
|
||||
|
||||
ServerName {virtualHostName}
|
||||
|
||||
Reference in New Issue
Block a user