confused on python rpc with apache, is it possible?

Diez B. Roggisch deets at nospam.web.de
Sat Jan 20 11:14:34 EST 2007


krishnakant Mane schrieb:
>> Use mod_python with some xmlrpc handler. There is more than one around.
>> Google for them. That way you can keep Apache for both Python and PHP.
>>
> I am confused.
> I have some documents on xml-rpc but none of them mentioned apache.

There is nothing an apache will do for you - except from possibly 
proxing python.

Go read up upon xmlrpc and python, possibly doing it with twisted, but 
there are other options.

Don't bother with the apache.

Diez



More information about the Python-list mailing list