Fuzzyman wrote: > cyberco wrote: > >>And I thought this would be trivial...getting mod_python to run within >>apache on windows XP. >> >>============= >>mod_python 3.2.8 >>apache 2.0.55 >>python2.4 >>winxp >>============= >> >>After adding: >>"LoadModule python_module modules/mod_python.so" >> > > > I'm no expert - having never tried that combination (but I have heard > of it and you should try the mod_python mailing list). > > However, if IIRC then a '.so' file is a UNIX type library file. > (Possibly the equivalent of a dll on windows). This sounds awry to me.
It's an apache thing. Apache loadable modules have the same suffix on all platforms, so mod_python.so is correct. Jim -- http://mail.python.org/mailman/listinfo/python-list