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
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"
>>
>
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
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
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