[Zope] Fwd: CGI Question

M. Adam Kendall mak@kha0s.org
14 Mar 2001 14:39:56 -0500


Luis,
The short answer is:  use apache.
The long answer is, it may be possible through the use of an External
Method, or if it is
a perl CGI, you might want to look at Zope's new perl integration.  In
the case of using
the External Method, basically the method will run the CGI, capture the
output, and 
then return a response.  I've heard that this method will not allow
certain things (for instance
if your CGI happens to set cookies).   In the case of the perl interface
to Zope, I've seen 
some demonstations of this in action, and it should be quite handy if
your particular CGI 
script is written in perl.

A search of the mailing list archives might give some other pointers as
well..

--Adam

On 14 Mar 2001 12:08:29 -0700, Network Administrator wrote:
> Hi Zopists,
> 
>    Is there a simple way to run CGI scripts from Zope without using Apache?
> 
> 
> Thanks ahead of time for any help,
> Luis.