Graham Dumpleton
graham.dumpleton at gmail.com
Tue Jan 29 18:07:40 EST 2008
This did not even exist in mod_python 2.7.10, so am dubious as to whether such a thing ever existed. What is it you are actually wanting to do? All we can do is suggest the official way of doing it. Graham On 30/01/2008, Colin Fox <cfox at cfconsulting.ca> wrote: > I forgot to mention: apache.ERROR used to work, but no longer, so I need > to know what to substitute it with. > > Thanks! > cf > > > Colin Fox wrote: > > Hi everyone. > > > > I'm getting back into an old mod_python project I was working on a while > > ago, and something has changed in regards to apache errors. > > > > I have a bit of code which ends with: > > > > else: > > raise apache.ERROR > > > > > > I can't find anything in any mod_python documentation that even mentions > > errors, other than to see the official apache docs. Unfortunately, > > that's not useful since obviously "apache.ERROR" is a mod_python thing > > and not an apache thing. > > > > Can someone point me to the documentation detailing the list of apache > > error codes and their uses? > > > > Thanks! > > cf > > > > _______________________________________________ > > Mod_python mailing list > > Mod_python at modpython.org > > http://mailman.modpython.org/mailman/listinfo/mod_python > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|