Xteriorize FAQ

This FAQ is for questions concerning Xteriorize, the Xcruciate project's HTTP gateway.

Why would I want to use Xteriorize instead of Apache?

6 Jan 2009 at 01:00 by mark

The simple answer is 'to serve Xacerbate-generated content via HTTP'. Even if you use Apache, the easiest way to connect it to Xacerbate is currently to proxy some or all of the requests via Xteriorize.

At some point it would be interesting to provide native Xacerbate support for Apache. (Maybe we could call the glue code Nteriorize.) But Apache is a big application to install, configure and run, so Xteriorize could still be useful for development purposes, and for low-volume and intranet HTTP applications.

0 comment(s) so far, not open for comments

Can I use Xteriorize without Xacerbate?

6 Jan 2009 at 01:00 by mark

At present Xteriorize expects to be able to connect to Xacerbate, but this could be changed fairly easily. The question is why anyone would want to run Xteriorize without Xacerbate. There are lots of mature, existing web servers out there, and they provide features not currently available in Xteriorize. Xteriorize has been designed to be as 'thin' as possible, wherever possible it simply converts between HTTP and Xacerbate's protocol. Developing it to make a more satisfactory general-purpose web server would result in a bigger, more complex application that would not necessarily offer many benefits for those using Xteriorize as an Xacerbate gateway.

0 comment(s) so far, not open for comments

When can we expect support for secure sockets?

6 Jan 2009 at 01:00 by mark

Not any time soon. If you need SSL, we recommend running Xteriorize behind an Apache proxy, and letting Apache handle the secure sockets.

0 comment(s) so far, not open for comments

Why does your webserver send email? Isn't that a bit of a kludge?

6 Jan 2009 at 01:00 by mark

It's not the most modular aspect of the Xcruciate project, but it was simple to implement and it works. At the moment we are still working out what other services can usefully be connected to Xacerbate. As the list grows, we'll look at providing a more generic interface to which gateways can be connected.

0 comment(s) so far, not open for comments