From: maxigas Date: Thu, 11 Apr 2013 17:06:39 +0000 (+0200) Subject: small change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2b04e69d9d07ea0e66b61fdb1d4be702cfb6afd2;p=policy.git small change --- diff --git a/best_practices.mdwn b/best_practices.mdwn index d098aee..b396e2c 100644 --- a/best_practices.mdwn +++ b/best_practices.mdwn @@ -125,11 +125,10 @@ Apache logs have no IP addresses: [mod_removeip](http://riseuplabs.org/privacy/a Under Debian with Apache2: - -apt-get install libapache2-mod-removeip -a2enmod removeip -/etc/init.d/apache2 force-reload - + + apt-get install libapache2-mod-removeip + a2enmod removeip + /etc/init.d/apache2 force-reload * Logs containing information about non-individual user activities are stored encrypted or only in memory. *level 1* * Logs contain no information about non-individual user activities. *level 2*