Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

access_log in sub.domains aktiviert

Featured Replies

Hi,

ist es eig. gewollt das in den sub.domains die access_log aktiviert ist auch wenn man das in der Hauptdomain deaktiviert hat?

Weil ich hätte gern alle access_log deaktiviert.

muss ich nachgucken, möglicherweise ein fehler das die settings nicht übernommen werden für die subdomain

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,

 

  • Author

Also hab das mal angepasst und danach den master_cronjob angestoßen, gab aber keine Änderung.

Musst ja auch die Domain nochmal bearbeiten ... Das ist keine cron Änderung sondern wenn du das Häkchen bei der Domain setzt das die Einstellung mit in die Subdomains übernommen wird

  • Author

jap klappt super danke

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.