Force https to http redirect except for WordPress /wp-admin directory
First move all requests that are not wp-admin requests from https to http. Than i want to exclude all of Wordpress admin from the https to http redirect, to keep…
First move all requests that are not wp-admin requests from https to http. Than i want to exclude all of Wordpress admin from the https to http redirect, to keep…
About one year ago I wrote an article for Linux Magazin about a personal search engine: * Suchmaschinenserver im Eigenbau (Ausgabe 02/2016) * Go Find It (Issue #186 / May…
1. Install OpenJDK Java 7 runtime:1. Installation von OpenJDK Java 7 runtime: aptitude install openjdk-7-jre 2. Download Tomcat Download Tomcat 8 fromvon der Tomcat 8 Download pageSeite. For example:Zum Beispiel:…
1. Install Nginx * Install from PPAPPA Installation * Install using self build packagesInstallation mit selbstgebauten Paket 2. General Nginx Settings Edit "/etc/nginx/nginx.conf" and modify or insert the following settings:…
Please see new version Tomcat 8 on Debian 7 here ! This article is a new version of my Apache Tomcat 6 article. This article describes how to install Apache…
Install Apache2 webserver: aptitude install apache2 Install required libraries: aptitude install libstdc++5 Install coldfusion: Download the coldfusion installation paket (Linux bin-file) from www.adobe.com. You can use the Trial Edition and…
I was ask how to secure an apache 2 webserver, so that the web page is only available for the local network. I need this for an BETA environment and…
This article describes, how to install Adobe Coldfusion 8 with Multiserver configuration. You can use this configuration for an ISP like coldfusion setup. Each instance/virtual host will have its own…
First you need an working apache2 webserver with mod "dav_fs". If you want iCal over SSL you need a configurated "mod_ssl" on your apache2 webserver. a2enmod dav_fs Next step is…
This article describes how to install mod_security2 on Debian Lenny. It should work on Etch, too. On the http://www.modsecurity.org website there is a link to the mod_security2 pakets for Debian.…