Frank S. Fejes III
frank at fejes.net
Tue Feb 25 21:23:39 EST 2003
Curious! I've noticed this, too (frequently, like you), but only on my NetBSD 1.5.2/x86 production server...my Debian Sparc Linux backup server and Debian x86 Linux development machine have never produced such an error. I had thought it was simply a NetBSD/Apache issue and I was very nearly close to changing operating systems as my last resort. I am currently running Apache 1.3.27 / mod_python 2.7.8 on all servers and I've already experimented with mod_python as both a static and dynamic module. I've also changed PythonDebug options, *Handler settings, and anything else I could find. This problem is so bad at times that I've considered avoiding the Publisher handler altogether and simply using the CGI handler (in case it's not a problem with all of mod_python) or even straight CGI. I've never found anything through google about this issue and I wonder if others are seeing the same issues that we are. --frank On Tue, 25 Feb 2003 20:50:36 -0500 Martin Hicks <mort at bork.org> wrote: > > Hello, > > I'm running modpython 3.0 on Redhat 8.0. All updates have been applied. > > The problem that I'm having is that for my script, which I'm running using > the publisher handler. I seem to get a 404 every 8th or so attempt. Can > anyone suggest a reason why this might happen? > > 127.0.0.1 - - [25/Feb/2003:20:49:20 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:22 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:24 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 404 1039 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:27 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:33 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:34 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:35 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:36 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:37 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:38 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 200 17 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" 127.0.0.1 - - [25/Feb/2003:20:49:40 -0500] "GET > /~mort/xpresence/pycgi/user.py/list_active?confid=1&user=mort HTTP/1.1" > 404 1039 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003" > > > TIA, > mh > > -- > Martin Hicks || mort at bork.org || PGP/GnuPG: 0x4C7F2BEE > plato up 11 days, 5:26, 18 users, load average: 0.05, 0.06, 0.01 > Beer: So much more than just a breakfast drink. > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|