Re: Zope 2.1 does NOT work with NT Apache!
At 10:31 08/12/1999 -0800, you wrote:
Date: Wed, 08 Dec 1999 17:42:57 +0100 From: Rik Hoekstra <RikHoekstra@bigfoot.com> Subject: [Zope] Zope 2.1 does NOT work with NT Apache! To: zope@zope.org
<snip>
The documention is insufficient, because it is unix-specific; it talks about passing command line options to Zope, but Zope on NT can be ran as a Service, and how to pass command line options then?
Um, you;ll have to hack the registry for that. Look in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ <Service Name>\Parameters\start
Well I'm not sure but there is also a Startup Parameters field in the NT Control Panel > Services dialog. Maybe you can use it to pass options. Alexandre
Alexandre Ratti wrote: [snip]
From: Rik Hoekstra <RikHoekstra@bigfoot.com> [snip] Um, you;ll have to hack the registry for that. Look in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ <Service Name>\Parameters\start
Well I'm not sure but there is also a Startup Parameters field in the NT Control Panel > Services dialog. Maybe you can use it to pass options.
I tried; no. I don't know what it is for. NT is weird. In the mean time I still haven't gotten it working with PCGI. This really reeks like a bug or me being terrible stupid and not seeing something.. Could anyone review my previous post on this topic that I posted to the list? Regards, Martijn
Here are the registry keys associated with the Zope service. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Zope2.0 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Zope2.0\Enum HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Zope2.0\Parameters HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Zope2.0\PythonClass HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Zope2.0\Security The Parameters key contains the command line to run zope. add any extra command line options here. Karl Putland kputland@wisen.com
-----Original Message----- From: Martijn.Faassen@vet.uu.nl [mailto:Martijn.Faassen@vet.uu.nl]On Behalf Of Martijn Faassen Sent: Thursday, December 09, 1999 5:59 AM To: zope@zope.org Subject: [Zope] Re: Zope 2.1 does NOT work with NT Apache!
Alexandre Ratti wrote: [snip]
From: Rik Hoekstra <RikHoekstra@bigfoot.com> [snip] Um, you;ll have to hack the registry for that. Look in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ <Service Name>\Parameters\start
Well I'm not sure but there is also a Startup Parameters field in the NT Control Panel > Services dialog. Maybe you can use it to pass options.
I tried; no. I don't know what it is for. NT is weird.
In the mean time I still haven't gotten it working with PCGI. This really reeks like a bug or me being terrible stupid and not seeing something.. Could anyone review my previous post on this topic that I posted to the list?
Regards,
Martijn
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Alexandre Ratti -
Karl Putland -
Martijn Faassen