yep
--
http://mail.python.org/mailman/listinfo/python-list
Hi Jim,
Thanks, I'll sign up for the mailinglist, but to finish the story here:
- I only have one version of Python installed
- From the Python interpreter I can import the mod_python module just
fine
- At starup the Apache log states:
[Sun Apr 09 22:16:38 2006] [notice] Apache/2.0.55 (Win32)
mod
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
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 don't work. When I try to l
> to apache's httpd.conf, apache refuses to start, saying:
> "cannot load c://mod_python.so into server: the specified module
> could not be found"
which probably means that mod_python.so is not in that directory?
--
http://mail.python.org/mailman/listinfo/python-list
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
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 ne
I've set up that combo several times. I haven't had any problems. I
just looked at apach.conf, it's the same line. Did you run the
mod_python-3.2.8.win32-py2.4.exe installer?
--
http://mail.python.org/mailman/listinfo/python-list
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, apache refuses to start, saying:
"cannot
10 matches
Mail list logo