Published in: Other
To use url aliases with lighttpd, you need to activate mod_alias in server.modules
alias.url = ("/themes/" => "/home/myhome/themes/")
You need to login to post a comment.
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.
CharlyBr on 03/25/08
Published in: Other
To use url aliases with lighttpd, you need to activate mod_alias in server.modules
alias.url = ("/themes/" => "/home/myhome/themes/")
You need to login to post a comment.