diff --git a/.lighttpd.conf b/.lighttpd.conf new file mode 100644 index 0000000..c9d530d --- /dev/null +++ b/.lighttpd.conf @@ -0,0 +1,9 @@ +url.rewrite-if-not-file = ( "(.*)" => "/linksearch/linksearch.fcgi$0" ) + +fastcgi.server += ( + "linksearch.fcgi" => (( + "bin-path" => "/data/project/linksearch/public_html/linksearch.fcgi", + "bin-environment" => ( "LC_ALL" => "en_US.UTF8" ), + "socket" => "/tmp/tcl.socket.linksearch", + )) +)