Age | Commit message (Collapse) | Author | Files | Lines |
|
this should never happen in production as the database contains
only a cache of what's on disk, but during testing on a system with
the database and no archive, or in unexpected circumstances, it
might be helpful to give a more informative error page.
|
|
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...
|
|
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...
|