# ----------------------------------------------------------
# This is the base handler conf. The Handler.pm package
# handles all mod_perl requests. Each specific application
# includes its own conf file here.
#
# See /app/tools/raptor/conf/login.conf for details.
# ----------------------------------------------------------
# the base handler
PerlRequire /app/tools/raptor/conf/startup.pl
SetHandler perl-script
PerlHandler RSApache::Handler
PerlSetVar app app
PerlSetVar pkg Raptor::App
#
# SetHandler perl-script
# PerlHandler RSApache::Handler
#
# # -------------------------------
# # Applications
# # -------------------------------
#
# # digital advantage (raptor)
# Include /app/tools/user/conf/login.conf
# Include /app/tools/user/conf/user.conf
# Include /app/tools/raptor/conf/raptor.conf
#
# # xsl tester tool
# Include /app/tools/common/conf/xsltester.conf
#