[Imc-drupal-dev] Patching core Re: relaunch ourselves: all/modules

ekes ekes at aktivix.org
Wed Dec 5 03:39:29 PST 2007


jonhattan wrote:
> Patches I'm aware of are for events to not show hidden nodes[2], 
> [2] https://en.wiki.aktivix.org/IMC-York/Drupal/OriginalInstallNotes#event

This is no longer needed. As
https://en.wiki.aktivix.org/IMC-Drupal/Development/Hiddens now located
at http://drupal.org/project/hidden solves the problem.

> patching bootstrap to strip IPs at [3] and these old notes at [4].
> [3] http://york.indymedia.org.uk/files/patches/bootstrap.anonymity.patch
> [4] https://docs.indymedia.org/view/Devel/ImcDrupalDevAnonymization

This does apply if people don't control their own server. If they do it
would be better to apply the RiseUp patch mentioned in the
https://docs.indymedia.org/view/Devel/ImcDrupalDevAnonymization page.
This solves the problems of Apache Logs (esp. Error logs) at the same
time as solving Drupal getting IPs.

If you do not fully control your own server, in addition to the patch,
do change Apache log settings so that it does not keep error logs and
uses a No IP custom log:
(in main apache section)
# This is for the log format, a format that doesn't contain IP addresses:
LogFormat "noip - - %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
%T %V" noi
(in the vhost section)
    CustomLog /var/log/apache/site-access_log noip
    # error logs always contain IP addresses
    ErrorLog /dev/null
If you don't do this you are keeping IP address, and not even in a way
useful to you - just potentially for others.

ekes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
Url : http://lists.indymedia.org/pipermail/imc-drupal-dev/attachments/20071205/f548bec8/attachment.pgp 


More information about the Imc-drupal-dev mailing list