On Jul 24, 11:49 pm, Brian Zhou <[email protected]> wrote:
> Installation is simple, just "ipkg install werc lighttpd perl". The
> packages will appear soon athttp://ipkg.nslu2-linux.org/feeds/optware/

Oh, missed this, very cool! let me know when it is there! Will post to
the news page about it.

Thanks again!

uriel


> Configuration in /opt/etc/lighttpd/conf.d/02-werc.conf
>
> setenv.add-environment = ("PLAN9"=>"/opt/lib/9base")
>
> $HTTP["host"] =~ "^fqdn:8081$" {
>     index-file.names = ( )
>     server.error-handler-404 = "/werc.rc"
>     alias.url       += ( "/werc.rc" => "/opt/share/www/werc/bin/
> werc.rc" )
>     cgi.assign += ( ".rc" => "")
>     server.dir-listing = "disable"
>
> }
>
> One problem I noticed, since lighttpd by default runs on port 8081 to
> avoid conflict with NAS management web interface, the URL of the
> sitemap are all without port which defaults to 80. Is there a way to
> add the port component if it's not 80?
>
> -Brian Zhou
> bzhou at nslu2 dash linux dot org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"werc" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/werc9?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to