Hey there list-
	I have a question about running instiki-0.10.2 behind a lighttpd  
server with lighty''s mod_proxy. Has anyone got this working and could  
share a config file? I have seen the running instiki as a website  
with the apache config files but I need it to run behind lighttpd.  
Here is the proxy config so far:
$HTTP["host"]=~"^wiki\.smarkets\.net" {
     proxy.server = ( "" => (
                         "" => (
                                  "host" => "127.0.0.1",
                                  "port" => 2500
                                   )
                            )
                     )
}
	And then I run ruby instiki to get instiki fired up. But the error I  
get is this:
Unknown web ''create_system''
when i go to this url: http://wiki.smarkets.net/
Help?
Cheers-
-Ezra
Hi Ezra,> I have a question about running instiki-0.10.2 behind a lighttpd > server with lighty''s mod_proxy. Has anyone got this working and could > share a config file? I have seen the running instiki as a website > with the apache config files but I need it to run behind lighttpd. > Here is the proxy config so far:[snip]> Unknown web ''create_system'' > > when i go to this url: http://wiki.smarkets.net/I know little of lighty''s config files, but it seems like there is a problem with the routing between the two. For some reason the request for the system creation page is handled as if it''s for an existing web. Try opening a browser to http://localhost:2500/ to get at the create_system page, create the system and the initial page and then retry through the proxy. HTH, Assaph