### Load the shared module (this lines will be added by "make install") LoadModule cb2_module /usr/lib/apache/mod_cb2.so AddModule mod_cb2.c ### Configuration variables, can be on server and/or directory scope ### ### * CB2Compile ### allows Just-In-Time compilation of newer source files to ### the binary form (default off) ### ### * CB2JIT ### path to the Just-In-Time compiler (default: /usr/bin/cb2jit ### or /usr/local/bin/cb2jit depending on installation prefix) ### ### * CB2Verbose ### allows more verbose error messages and warnings by ColorBox2 ### (i.e. using real filenames, not just generic descriptions; ### default off) ### ### * CB2SourcePath ### absolute path to the root of source tree ### (default: /var/cb2/src) ### ### * CB2Binary ### absolute path to the root of binary tree ### (default: /var/cb2/bin) CB2Compile CB2Verbose CB2JIT /usr/local/bin/cb2jit CB2SourcePath /var/cb2/src CB2BinaryPath /var/cb2/bin ### Set MIME-Type for ColorBox2 depend files to be ### handled by ColorBox2 shared module AddType application/x-cb2 .cb2