Just taking some notes for now and figuring some stuff out.
Since my current, main web server is now restricted to custom signups and the like, I don't really need to keep the standard set of features. I don't mind adding extra fun modules and the like. To start I am considering mod_wsgi which would allow you to use .py files on the server. I have not implemented it yet, going to read up a bit more. But this would basically let you use django and any other super fun awesome python things.
Any thoughts? Any other modules or features that anyone would like enabled?