Archive for the ‘apache’ Category

HowTo add Radius Authentication to Apache2

Wednesday, April 6th, 2011

Few notes to myself, to avoid forgetting a cool thing I've just learned. The need is to implement radius based authentication to access a directory on Apache2 Web server. Here's how to proceed (instructions have been tested on an Ubuntu 10.10). First, you need to install the needed module for Radius authentication on ...

Apache VirtualHost and Certificates for HTTPS

Tuesday, December 9th, 2008

I've finally managed to get this working, so now I need to write some note in case I have to redo it in the future :) This is short howto about enabling https and multiple virtual hosts on Apache 2.0. Much of the instructions are copypasted from Debian ...