Re: mod_python + apache + winxp => nogo

2006-04-09 Thread Jim Gallacher
cyberco wrote: > Thanks Jim, I indeed did not look in the mailinglist archive (you have > to subscribe for that and Google didn't cache it yet). > > The problem was indeed the missing .DLL's. After adding them to my > 'PATH' variable apache was at least able to start. Unfortunately things > still

Re: mod_python + apache + winxp => nogo

2006-04-07 Thread Jim Gallacher
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" >> >

Re: mod_python + apache + winxp => nogo

2006-04-07 Thread Jim Gallacher
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" > > to apache's httpd.conf

Re: mod_python and PHP sharing same session

2006-04-03 Thread Jim Gallacher
Scott wrote: > I am trying to get a mod_python application to read an existing PHP > session. I need some data that was set in the session by the PHP > application. I am using the mod_python Session class but even when I > specify the session id that PHP uses the Sesssion(req, sid) call > returns

Re: mod_python

2005-10-11 Thread Jim Gallacher
Python_it wrote: > Today I was busy to install mod_python. > > I have put the line > > LoadModule python_module libexec/mod_python.so > > into the httpd.conf file. > It Works! > Apache load mod_python /3.2.2.b Python2.4 > > But my problem is where I have to place te following code in de > httpd