Changes between Version 15 and Version 16 of web_server_logs
- Timestamp:
- Aug 17, 2017, 11:42:35 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
web_server_logs
v15 v16 12 12 13 13 If your web site is being used to organize, your web logs are at risk of being subpoenaed. May First/People Link has a long [wiki:/legal history] of fighting such requests, however, you may want to read on to find out how you can better protect your people. 14 15 == Turn On web logging ==16 17 Web logging can be enabled in the Web Config section of the [https://members.mayfirst.org/cp Members Control Panel]. Ensure the following lines are present in your settings (Replace `MEMBER-NAME` with your member name and `DOMAIN-NAME` with your domain name):18 19 To track errors:20 21 {{{22 ErrorLog /home/members/MEMBER-NAME/sites/DOMAIN-NAME/logs/error.log23 }}}24 25 To track everyone who accesses our site:26 27 {{{28 CustomLog /home/members/MEMBER-NAME/sites/DOMAIN-NAME/logs/web.log custom29 }}}30 14 31 15 == Turn Off web logging == … … 51 35 * Download all social media icons to your site rather than have each visitor load them from Google, Facebook, etc. In addition, don't use javascript provided by these companies - instead, create your own links so people who choose to repost via Twitter or Facebook can click on a link that will open a new page in Twitter or Facebook - but people who choose not to click on those links do not have their privacy compromised. 52 36 37 == Turn On web logging == 38 39 Web logging can be enabled in the Web Config section of the [https://members.mayfirst.org/cp Members Control Panel]. Ensure the following lines are present in your settings (Replace `MEMBER-NAME` with your member name and `DOMAIN-NAME` with your domain name): 40 41 To track errors: 42 43 {{{ 44 ErrorLog /home/members/MEMBER-NAME/sites/DOMAIN-NAME/logs/error.log 45 }}} 46 47 To track everyone who accesses our site: 48 49 {{{ 50 CustomLog /home/members/MEMBER-NAME/sites/DOMAIN-NAME/logs/web.log custom 51 }}} 52 53 53 == Accessing your logs == 54 54