Gregory Trubetskoy
grisha at modpython.org
Mon Dec 18 12:07:07 EST 2000
That's a bug. For now just inser an "h" in the word Tread so that it reads Thread :-) Grisha On Mon, 18 Dec 2000, Peter Giannopoulos wrote: > Thanks, for the prompt reply. I managed to build and install 2.7 but now > Apache can't load it... > > Here is what I get as an erro message: > > > " Cannot load /usr/local/apache/libexec/mod_python.so into server: undefined > symbol: PyEval_RestoreTread " > > I don't know enough about apache or mod_python to figure this one out by > mysef right now. Any suggestions? > > > > > > > > > > Peter Giannopoulos, Software Developer > Gemplus Software, Advanced Projects Group > > Phone: +15147322434 > Fax: +15147322401 > Gemplus Card International > http://www.gemplus.com > > > > > -----Original Message----- > From: Gregory Trubetskoy [mailto:grisha at modpython.org] > Sent: December 17, 2000 6:41 PM > To: Peter Giannopoulos > Cc: mod_python at modpython.org > Subject: Re: [mod_python] A configuration question. > > > > Check out the publisher handler in 2.7. I don't have an RPM for 2.7 yet, > sorry, may be early next week, but you can get the source and compile it. > > -- > Gregory (Grisha) Trubetskoy > grisha at modpython.org > > On Sun, 17 Dec 2000, Peter Giannopoulos wrote: > > > Hi all, > > > > I'm new to the list/python/mod_python. > > > > I am having some difficulty setting up Apache 1.3.14 and mod_python (on > > RH7.0) to work the way I want them to. In the tutorial there an > explanation > > as to how to get myscript.py to handle requests for .py files. This is > fine > > and it seems to work. But this unfortunately is not enough. I would like > to > > have the same functionality as traditional cgi handling or servlet > handling. > > By this I mean that I would like to Have apache/mod_python process ANY .py > > files asked for WITHOUT having to set up and individual handler for each > in > > my configuration files for apache. > > > > Can anyone tell me how to do this? > > Thanks in advance. > > > > > > > > > > > > Peter Giannopoulos, Software Developer > > Gemplus Software, Advanced Projects Group > > > > Phone: +15147322434 > > Fax: +15147322401 > > Gemplus Card International > > http://www.gemplus.com > > > > > > > >
|