PerlSwitches -I/usr/share/thingy/lib
PerlModule ModPerl::PerlRun
PerlModule Thingy Thingy::User Thingy::Page
PerlOptions +ParseHeaders
# Use the following directives in each of your Thingy instances' Apache
# configurations:
#
# >(/|$)">
# SetHandler perl-script
# PerlResponseHandler ModPerl::PerlRun
#
# # Use PerlSetEnv in place of SetEnv:
# PerlSetEnv THINGY_INSTANCE <>
#
# # Other instance configuration ...
#
#
# >/(static|blobs)(/|$)">
# SetHandler none
#
# vim:syn=apache