Annotation of embedaddon/lighttpd/doc/config/conf.d/mod.template, revision 1.1

1.1     ! misho       1: #######################################################################
        !             2: ##
        !             3: ##  Foo Module 
        !             4: ## --------------- 
        !             5: ##
        !             6: ## http://www.lighttpd.net/documentation/Foo.html
        !             7: ##
        !             8: server.modules += ( "mod_Foo" )
        !             9: 
        !            10: ##
        !            11: ## foo
        !            12: ##
        !            13: #foo.bar = 1
        !            14: 
        !            15: ##
        !            16: #######################################################################

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>