# HG changeset patch # User Kim Alvefur # Date 1344537742 -7200 # Node ID 2dc7d6aab48ef06d5d8744ab1191b6e963286e60 # Parent c27f27ba8b58b45e0d814ac3fffcde0367c2d54c mod_vjud: Add config example of running as a component diff -r c27f27ba8b58 -r 2dc7d6aab48e mod_vjud.wiki --- a/mod_vjud.wiki Mon Aug 06 10:38:42 2012 +0000 +++ b/mod_vjud.wiki Thu Aug 09 20:42:22 2012 +0200 @@ -22,6 +22,15 @@ } }}} + +Alternatively, you can load it as a component: + +{{{ + Component "search.example.com" "vjud" +}}} + +(Some old clients require this) + = Configuration = @@ -32,4 +41,3 @@ Note that the version for 0.8 and 0.9 are slightly different. -Some clients expect the search to live on a separate domain from the host and will not work with this module.