"johannes m.r." <psychosos.TakeThisOut@gmx.at> wrote in message
news:i5ldpvg8l1kc5o41kcqs107f66o0thhfu9@4ax.com...
> >Can apache be used as a non-http listener? I need to recieve a xml
request
> >from someone and then return an xml file back to them.
> I think Apache 2 has a POP-module somewhere, that'd mean it can be
> used as non-http. But I guess you'd have to write your own Apache
> module.
<a style='text-decoration: underline;' href="http://httpd.apache.org/modules/" target="_blank">http://httpd.apache.org/modules/</a> has a POP3 module listed (not sure if it is
for Apache 1 or 2) to demonstrate the use of Apache for other protocols.
However, XML is not a protocol, so what protocol would you deliver your XML
over? I'd recommend HTTP, in which case Apache will do this out of the box.
Richard.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Apache as non-http listener