On Tue, 2002-10-29 at 08:19, Ian Sparks wrote:
> Thanks. wkcgi.exe works for me but only after I installed Mark Hammonds Win32all and restarted my appserver.
Really? How odd... wkcgi.exe is written in C and includes all its
libraries statically, I thought. It should be completely standalone.
> My setup is now :
>
> Win2000
> Apache 1.3
> wkcgi.exe
> Python 2.2.2
> Win32all
>
> I may try to reinstall Apache 2.0.43 and try wkcgi on that too.
>
> I also made some other discoveries :
>
> * It seems that Apache DOES process the !#python "shebang path" but I couldn't get this to work without explicitly doing :
> !#C:/Python22/Python.exe
>
> * Modules changed in Apache 2.X, mod_webkit.dll will need recompiling to work on 2.X (if it hasn't been).
mod_webkit needs to be updated to work with Apache 2.x -- it's more than
just a recompile.
Ian
|