On Tue, Oct 24, 2006 at 11:34:34PM -0500, Sam Fourman Jr. wrote: > Would I need to Do anything Special to Apache on OpenBSD to get it to > run XMLRPC (AJAX)? > > a quick Google Search shows mod_xmlrpc is written for apache 2, witch > AFAIK OpenBSD 4.0 Does not support.
XMLRPC != AJAX. Anyways, there are lots of solutions to obtain XML-RPC, not all of which are dependent on Apache2. A quick search shows a perl module (RPC::XML) which compiles trivially under OpenBSD, and just works... it's not really fast, but it's bound to improve.
