We Recommend

Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk
Shows how to build Tcl/Tk applications effectively. Teaches how to: create interactive displays with canvas widget, create customized editors with the text widget, handle data structures, interface with existing applications and more.


Posted By

CharlyBr on 03/25/08


Tagged

lighttpd


Versions (?)


Add an url alias with lighttpd


Published in: Other 


To use url aliases with lighttpd, you need to activate mod_alias in server.modules

  1. alias.url = ("/themes/" => "/home/myhome/themes/")

Report this snippet 

You need to login to post a comment.