I'm not very familiar with the modpHandler myself, so hopefully someone
else will speak up. Also, Vlk has a modpHandler patch which I haven't
gotten to yet. But I don't think it's related as its title is "Basic
security for mod_python"
The patch is at:
https://sourceforge.net/patch/?group_id=4866
-Chuck
At 12:02 PM 12/25/2000 +0000, Tom Schwaller wrote:
>Chuck Esterbrook wrote:
> >
> > * I removed all the Python 2.0 specific code in install.py that I could
> > eyeball. However, I'm using Py 2.0, so if someone with Py 1.5.2 can try it
> > out, please let me know if you find any problems.
> >
> > As I said before, my intent is that existing components will retain 1.5.2
> > compatibility (probably at least through the 1.0 release which I hope to
> > make in Feb). However, new components, at the discretion of the primary
> > author, can require Python 2.0.
> >
> > * The copyright is updated. It refers to "the authors" so that everyone
> > involved is covered by the disclaimer (not just me).
> >
> > * I checked out a brand spanking new copy of Webware and found no problems
> > with running install.py. My platform is Windows Me & Py 2.0. If Tom or
> > anyone else continues to have problems, please speak up.
>
>
>works fine (I checked out a fresh version), but I get this strange
>mod_python Problem again, which pops up from time to time just
>out of the blue.
>
>
>Mod_python error: "PythonHandler modpHandler"
>
>Traceback (most recent call last):
>
> File "/usr/lib/python2.0/site-packages/mod_python/apache.py", line
>180, in Dispatch
> object = resolve_object(self.req, module, object_str, silent)
>
> File "/usr/lib/python2.0/site-packages/mod_python/apache.py", line
>396, in resolve_object
> raise AttributeError, s
>
>AttributeError: module '/var/www/Webware/WebKit/modpHandler.py' contains
>no 'handler'
>
>
>This doesn't happen on every request, just from time to time,
>mostly when changing the URL. I restarted Apache and now it works
>again. Very strange problem, probably it has nothing to to
>with Webware itself. Hay anybody seen this kind of problem?
>
>
>
>--
>
>Tom Schwaller
>http://www.linux-community.de
|