Justin Ryan
jryan at qutang.net
Fri Jun 4 22:40:54 EDT 2004
Ok sorry, it looks like my first round of tests were a bit misleading... looks like my installation of mod_python is taking apache2 down. I can have both php / mod_python or just mod_python loaded, with no handlers registered, and everything works fine.. If I define a handlermodule (even mod_python.publisher, for simplicity's sake), I get this error trying to load any url (even /index.htm). [Fri Jun 04 21:30:46 2004] [error] make_obcallback: could not import mod_python.apache.ImportError: No module named mod_python.apache I'm running on Mac OS X P anther 10.3.3, using apache2 from the stable release of fink, mod_python built from source against apple's python. FWIW, I would be using the system apache/php but I can't build mod_python 2.7.10 against apple's python for some reason. Cheers, ~=JR On Jun 4, 2004, at 8:21 PM, Justin Ryan wrote: > Hola, Como Estas ;) > > I'm trying to get php 4.3.7 and mod_python 3.1.3 working together > under apache 2.0.48. > > I built php with: > > ./configure --with-pgsql --with-apxs2 > make; make install > > mod_python: > > ./configure > make; make install > > Both modules load and seem to work ok alone, but if I load both > modules (regardless of order), I get 'the document contains no data' > from my browser. > > I experienced conflicts between mod_python and php before, but I > thought the situation had improved under apache2. > > Any help is much appreciated! > > Cheers, > > ~=JR > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|