This post originated from an RSS feed registered with Java Buzz
by Brian McCallister.
Original Post: Apache HTTPD Config
Feed Title: Waste of Time
Feed URL: http://kasparov.skife.org/blog/index.rss
Feed Description: A simple waste of time and weblog experiment
So I have been stealing spare moments to hack up apache+lua stuff here at ApacheCon and I'm adding config stuff now, so I wanted to strip down the httpd.conf to keep it sane. As a lot of people complain that apache's config files are... verbose I had to post the one I am running on right now ;-)
That's it, and of the nine lines, the two LoadModule lines are for loading mod_wombat (my lua fun) and libapreq which it uses for parsing request stuff. Three of the lines are for adding paths to lua's package.path search path (equivalent of $: or CLASSPATH), one is for creating an alias and specifying the handler for my test script.