Log POST data in Apache | Apache can log all POST data for troubleshooting purposes. I’ll show you how to set this up! First you will need to enabled mod_dumpio. On Ubuntu / Debian enable the module: $ sudo a2enmod dump_io Then add the following and restart apache: $ sudo nano /etc/apache2/apache2.conf LogLevel debug DumpIOInput On DumpIOOutput On DumpIOLogLevel debug
Privacy Search Engine
Privacy Search Engine | Privacy and the internet is a hot topic, especially in regards to search engines. There are, however, a few alternatives available that can be used for more privacy in searching or as an all around replacement for your current home page. For an alternative to Google or Bing, there are a couple of search engines
