Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-11 | mod_python -> wsgi | sean finey | 1 | -48/+58 | |
i hear it's the new black. code change requirements weren't very big at all, and apparently this will work better/stabler on lenny systems, so... | |||||
2008-12-29 | migrate from cgi to mod_python | Sean Finney | 1 | -0/+175 | |
previously this system was a cgi-based execution. however, this prevented us from doing a number of useful things, like throwing a 404/5xx error when an invalid page was requested. so, no we use mod_python instead... |