[Catalyst] Apache::Reload
Bogart Salzberg
webmaster at inkfist.com
Tue Aug 16 19:23:39 CEST 2005
Hi,
I'm having trouble getting Apache::Reload to work. The mod_perl
environment seems to work OK, but I can't get my modules reloaded
without restarting the web server. I tried this, as recommended in
Practical mod_perl:
PerlInitHandler Apache::Reload
PerlSetVar ReloadTouchFile /path/to/touch.txt
And then I tried this:
PerlInitHandler Apache::Reload
PerlSetVar ReloadModules "MyApp::*"
... but no luck. Is there a conflict with these other directives...?
My httpd.conf directives are included below.
PerlSetupEnv Off
PerlSetEnv UNICORN_DEBUG 0
PerlModule MyApp
SetHandler perl-script
PerlHandler MyApp
PerlTransHandler Apache::OK
Thanks,
Bogart
More information about the Catalyst
mailing list