Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 7fe6566ccfe4e74425200b008306e17b > files > 1

apache-mod_tcl-1.0.1-4mdv2008.0.src.rpm

<IfDefine HAVE_TCL>
    <IfModule !mod_tcl.c>
	LoadModule tcl_module	extramodules/mod_tcl.so
    </IfModule>
</IfDefine>

<IfModule mod_tcl.c>

    <Directory />


	# Tcl - turn mod_tcl on or off.
	Tcl On

	# Tcl_Var - set global variables in TCL.

	# Tcl_ListVar - set global list variables.

	# Tcl_ContentHandlers - add content handler.

	# Tcl_ContentHandler - add content handlers.

	# Tcl_Hook_Post_Read_Request - add post_read_request handlers.

	# Tcl_Hook_Translate_Name - add translate_name handlers.

	# Tcl_Hook_Header_Parser - add header_parser handlers.

	# Tcl_Hook_Access_Checker - add access_checker handlers.

	# Tcl_Hook_Check_User_ID - add check_user_id handlers.

	# Tcl_Hook_Auth_Checker - add auth_checker handlers.

	# Tcl_Hook_Type_Checker - add type_checker handlers.

	# Tcl_Hook_Fixups - add fixups handlers.

	# Tcl_Hook_Handler - add content handler.
	Tcl_Hook_Handler content_handler

	# Tcl_Hook_Log_Transaction - add log_transaction handlers.

	AddHandler tcl-handler tm

    </Directory>

</IfModule>