[cl-wiki-devel] Make cl-wiki play with mod_lisp?

As far as I understand cl-wiki now, it runs as a stand-alone web server on a specific port. Not having looked at the code myself yet, would it be much work to make it function with mod_lisp so that it can be served by Apache? The goal here is to limit the amount of ports I need to expose, and that others need to open their firewall for, and have the Wiki accessible through port 80 served by Apache. Thanks, Bjorn.

Hi Bjorn! On 2005-11-21 12:08:32, Bjorn Solberg wrote:
As far as I understand cl-wiki now, it runs as a stand-alone web server on a specific port. Not having looked at the code myself yet, would it be much work to make it function with mod_lisp so that it can be served by Apache?
CL-WIKI uses TBNL and supports all front-ends (and the lack of them :-) like TBNL. You can use it with Araneida, stand-alone, behind a proxy, or with mod_lisp. Regards, Stefan

Stefan Scholl writes:
Hi Bjorn! On 2005-11-21 12:08:32, Bjorn Solberg wrote:
As far as I understand cl-wiki now, it runs as a stand-alone web server on a specific port. Not having looked at the code myself yet, would it be much work to make it function with mod_lisp so that it can be served by Apache?
CL-WIKI uses TBNL and supports all front-ends (and the lack of them :-) like TBNL.
You can use it with Araneida, stand-alone, behind a proxy, or with mod_lisp.
Great, thanks! All it took was a little tweaking with mod_rewrite to make it work with my setup. Is there any plan to add more features (take tables, enumerated lists etc.) to provide more control of the layout? Bjorn.
participants (2)
-
Bjorn Solberg
-
Stefan Scholl