# # This file is part of WebDyne. # # This software is copyright (c) 2025 by Andrew Speer . # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # # Full license text is available at: # # # #------------------------------------------------------------------------------ # # WebDyne Apache configuration section # #------------------------------------------------------------------------------ # # # Need mod_perl, load up if not already done # # Load Apache::compat module if running mod_perl 1.99 # # Adjust and/or uncomment if using local::lib for installs # # # Load WebDyne modules # PerlModule WebDyne WebDyne::Compile # Associate .psp files with WebDyne # # Block access to any module .pm files that might available in public # areas as a precaution # # Set disk cache dir and allow apache access # PerlSetVar WEBDYNE_CACHE_DN "" # Some config setting defaults. See documentation for full range. Commented out # options represent defaults # PerlRequire "" # Optional debugging. Everything or some things. Note debugging only enabled if # WebDybe installed with WEBDYNE_DEBUG=1; perl Makefile.PL; make install # #PerlSetEnv WEBDYNE_DEBUG 1 #PerlSetEnv WEBDYNE_DEBUG "render,perl" #PerlSetEnv WEBDYNE_DEBUG_FILE "/var/log/webdyne_debug.log"