Gregory (Grisha) Trubetskoy
grisha at modpython.org
Thu Jul 17 11:47:13 EST 2003
On Thu, 17 Jul 2003, fitnah55 wrote: > but i'm not so sure canonical name type name based virtual hosts will > work with this as is though? Name-based hosts certainly will not work because the name comes from the Host: header, but we're not at the HTTP level here. > i think right now using the virtual host directive is essentially just > giving it its own error log It's more than that, it will let you associate a connection handler with a particular ip:port. > 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 That's good to know! Grisha > > > > -----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 > > > > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|