cml.conf 641 B

123456789101112131415161718192021222324252627
  1. #######################################################################
  2. ##
  3. ## CML Module
  4. ## ---------------
  5. ##
  6. ## see http://www.lighttpd.net/documentation/cml.html
  7. ##
  8. server.modules += ( "mod_cml" )
  9. index-file.names += ( "index.cml" )
  10. ##
  11. ## The file extension that is bound to the cml-module.
  12. ##
  13. cml.extension = ".cml"
  14. ##
  15. ## Memcached hosts used for memcache* functions.
  16. ##
  17. #cml.memcache-hosts = ( "127.0.0.1:11211" )
  18. ##
  19. ## A cml file that is executed for each request.
  20. ##
  21. #cml.power-magnet = server_root + "/htdocs/powermagnet.cml"
  22. ##
  23. #######################################################################