Archive for the 'Apache' Category

Nicer Indexes in Apache

by Rob Flickenger
Have you ever noticed how Apache annoyingly chops off filenames in directory listings?  You can always make it show the full name by changing IndexOptions line in httpd.conf:

Generating an SSL Certificate with Apache+mod_ssl

This document is intended to be a quick guide to generating and installing an SSL certificate on an Apache web server with the mod_ssl module. While this is not an overly difficult process, it does involve running several long commands with numerous options. This document should be all that you need to walk you through [...]