summaryrefslogtreecommitdiff
path: root/patchtracker/ReqHandler.py
AgeCommit message (Collapse)AuthorFilesLines
2008-12-29migrate from cgi to mod_pythonSean Finney1-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...