Re: [Zope] does xml-rpc work with zope and pcgi/apache?

2001-01-11 Thread Martijn Pieters
On Thu, Jan 11, 2001 at 12:00:17AM -0600, Roman Milner wrote: > I'm having problem getting xml-rpc calls to work with zope running on > apache/pcgi. I'm using the python xml-rpc module to send an xml-rpc > request that looks like this (when captured at the socket level): > > POST /asdf/1/ HTTP/1

[Zope] does xml-rpc work with zope and pcgi/apache?

2001-01-10 Thread Roman Milner
I'm having problem getting xml-rpc calls to work with zope running on apache/pcgi. I'm using the python xml-rpc module to send an xml-rpc request that looks like this (when captured at the socket level): POST /asdf/1/ HTTP/1.0 User-Agent: xmlrpclib.py/0.9.5 Host: localhost: Content-Type: tex