Tag Archives: Apache

Apache LDAP Authentication

mod_auth_ldap modules allows an LDAP directory to be used to store the database for HTTP Basic authentication. This document describes an example implementation in Red Hat Enterprise Linux 4. This document also applies to any Linux distribution in general, provided … Continue reading

Posted in FLOSS | Tagged , , , | Leave a comment

Setting Up Tomcat and Apache

This howto describes the tomcat+apache setup using mod_jk. The setup described here is where an instance of Apache load balances multiple tomcat instances. The web applications served by both the Tomcat instances must be identical for this to work. This … Continue reading

Posted in FLOSS | Tagged , | Leave a comment

Highly Available Apache with mod_jk load balanced Tomcat

This how-to describes the procedure for setting up a highly available setup in which a pair of apache servers are load balancing a pair of tomcat servers. I have tested this configuration with Red Hat Enterprise 4, Fedora Core 5, … Continue reading

Posted in FLOSS | Tagged , , , | Leave a comment

Streaming with mod_musicindex

Introduction mod_musicindex is an Apache modules which allows nice displaying of directories containing MP3, FLAC, Ogg Vorbis or MP4/AAC files. This includes sorting them on various fields, streaming and or downloading them. It can also construct playlists and search them. … Continue reading

Posted in FLOSS | Tagged , | Leave a comment