Squid führt den logfile_rotate Befehl nicht aus

Problem Squid führt keine Rotation des Logs Lösung Damit squid -k rotate ausgeführt wird muss in squid.conf hinterlegt sein, wie viele Files Squid anlegen soll. Beispiel : logfile_rotate 100 generiert 100 Instanzen der Logfiles Schritt 1 : aus access.log wird access.log.0 Schritt 2 : aus access.log.0 wird access.log.1 aus access.log   wird access.log.0 usw. usf. Specifies the number of logfile rotations to make when you type ’squid -k rotate‘. The default is 10, which will rotate with extensions 0 through 9. Setting logfile_rotate to 0 will disable the file name rotation, but the logfiles are still closed and re-opened. This will enable you to rename the logfiles yourself just before sending the rotate signal. Note, the ’squid -k rotate‘ command normally …

weiterlesen ….

Domain ohne WWW mit CNAME weiterleiten ?

Frage : Kann man komplette Domain ohne Subdomain ohne WWW weiterleiten ? Das funktioniert : www.domain1.de    CNAME    www.domain2.de Geht das ? domain.de.         CNAME    www.domain2.de Geht nach RFC (http://www.faqs.org/rfcs/rfc1034.html) nicht. „If a CNAME RR is present at a node, no other data should be present; this ensures that the data for a canonical name and its aliases cannot be different. This rule also insures that a cached CNAME can be used without checking with an authoritative server for other RR types.“ Wenn ein CNAME Ressource Record in einem Knoten vorhanden ist, sollte keine anderen Daten präsent sein; das gewährleistet, dass die Daten für einen kanonischen Namen und dessen Variationen nicht unterschiedlich sein können. Diese …

weiterlesen ….