mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
add headers module for apache
This commit is contained in:
@@ -181,7 +181,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 rewrite'
|
command = 'a2enmod suexec proxy ssl proxy_fcgi proxy rewrite headers'
|
||||||
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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user