Fri Jan 15 01:00:34 EET 2010

How to enable directory listing in apache

I created a new domain for pc-freak's exploit collection
I faced a small issue in creating the new VirtualHost to have a proper directory
listing, cause by default directory listing on my FreeBSD running Apache 2.0.63
is disabled.
It's quite a common problem I've faced over the years of administration of
Apache Servers, everyting I had to enable directory listing for some domain
I had to check in Google again and again. I have to admit this is pretty boring.
Thus I decided to post the solution on my blog just in case if I have to enable
directory listing in the future. Here is the exact configuration directives:
enable_directory_listing_apache.cnf
That's it directory listing for someservername.com is already enabled. Cheers :)