[tbnl-devel] lighttpd
Stefan Scholl
stesch at no-spoon.de
Thu Sep 8 06:08:40 UTC 2005
On 2005-09-07 21:30:55, Adam Thorsen wrote:
> Is there some way to use tbnl with lighttpd? I've attempted using it
> through mod_proxy, but haven't had any luck yet.
What have you tried?
I had no problems with it. Just put mod_proxy into server.modules
and then write a simple config entry like
proxy.server = ( "" =>
(
( "host" => "127.0.0.1", "port" => 5757 )
)
)
This example matches _everything_ that connects to the web server
and directs it to a running CL-WIKI (default port 5757).
Which version of TBNL do you use?
Regards,
Stefan
More information about the Tbnl-devel
mailing list