[Catalyst] Apache::Reload
Gerhard Heift
mailing-list at gheift.de
Wed Aug 17 21:37:27 CEST 2005
Bogart Salzberg wrote:
> 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
I had such a problem with Class::DBI, mod_perl2 and Apache2::Reload, and
I found a solution, wrote it down here:
http://www.kirche-holten.de/gheift/perl/apache2-reload.html
Gerhard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20050817/ea96573c/signature.pgp
More information about the Catalyst
mailing list