[mod_python] apache API and mod_python <-> protocol module integration

fitnah55 fitnah55 at hotmail.com
Thu Jul 17 11:30:15 EST 2003


path problem.. couldn't specify that the connection handler was in a
specific
place, so i added a blah.pth file to site-packages pointing to the lib
directory of the host..

i can actually run the virtual host without specifying a documentroot so
i
guess that works out fine

but i'm not so sure canonical name type name based virtual hosts will
work
with this as is though?

i think right now using the virtual host directive is essentially just
giving
it its own error log

i can actually start developing a rudimentary design now though so
that's
pretty cool... it took a lot less effort than i thought when i first
started
looking into it


> -----Original Message-----
> From: Gregory (Grisha) Trubetskoy [mailto:grisha at modpython.org] 
> Sent: Wednesday, July 16, 2003 11:20 PM
> To: fitnah55
> Cc: mod_python at modpython.org
> Subject: RE: [mod_python] apache API and mod_python <-> 
> protocol module integration
> 
> 
> 
> There is some sort of an error in your code, but because of a 
> bug that was
> fixed earlier your mod_python doesn't log the error in the 
> log correctly.
> 
> Attached is another patch, this time to apache.py, that should log the
> error correctly.
> 
> Grisha
> 
> On Wed, 16 Jul 2003, fitnah55 wrote:
> 
> >
> > duh.. add the port to listen
> >
> > heh
> >
> > coincidentally, i don't think the echo example is working
> >
> > [Tue Jul 15 13:03:18 2003] [error] python_connection:
> > ConnectionDispatch() returned nothing.
> >
> > hmm
> >
> > _______________________________________________
> > Mod_python mailing list
> > Mod_python at modpython.org
> > http://mailman.modpython.org/mailman/listinfo/mod_python
> >
> 


More information about the Mod_python mailing list