Jump to content
Froxlor Forum
  • 0

access_log in sub.domains aktiviert


Tealk

Question

6 answers to this question

Recommended Posts

  • 0

Versuch mal folgenden patch, dann sollte es gehen, wird tatsächlich aktuell nich für subdomains übernommen:

 

diff --git a/lib/Froxlor/Api/Commands/Domains.php b/lib/Froxlor/Api/Commands/Domains.php
index 71607fd4..f65c882c 100644
--- a/lib/Froxlor/Api/Commands/Domains.php
+++ b/lib/Froxlor/Api/Commands/Domains.php
@@ -1631,6 +1631,9 @@ class Domains extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEn
                        $_update_data['openbasedir'] = $openbasedir;
                        $_update_data['mod_fcgid_starter'] = $mod_fcgid_starter;
                        $_update_data['mod_fcgid_maxrequests'] = $mod_fcgid_maxrequests;
+                       $_update_data['notryfiles'] = $notryfiles;
+                       $_update_data['writeaccesslog'] = $writeaccesslog;
+                       $_update_data['writeerrorlog'] = $writeerrorlog;
                        $_update_data['override_tls'] = $override_tls;
                        $_update_data['ssl_protocols'] = implode(",", $ssl_protocols);
                        $_update_data['ssl_cipher_list'] = $ssl_cipher_list;
@@ -1661,6 +1664,9 @@ class Domains extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEn
                                `openbasedir` = :openbasedir,
                                `mod_fcgid_starter` = :mod_fcgid_starter,
                                `mod_fcgid_maxrequests` = :mod_fcgid_maxrequests,
+                               `notryfiles` = :notryfiles,
+                               `writeaccesslog` = :writeaccesslog,
+                               `writeerrorlog` = :writeerrorlog,
                                `override_tls` = :override_tls,
                                `ssl_protocols` = :ssl_protocols,
                                `ssl_cipher_list` = :ssl_cipher_list,

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...