stas 01/12/04 03:29:36
Modified: lib/Apache Reload.pm
Log:
- document the debug mode
Revision Changes Path
1.2 +8 -1 modperl-2.0/lib/Apache/Reload.pm
Index: Reload.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/Apache/Reload.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Reload.pm 2001/10/09 08:32:46 1.1
+++ Reload.pm 2001/12/04 11:29:36 1.2
@@ -150,6 +150,7 @@
PerlInitHandler Apache::Reload
PerlSetVar ReloadAll Off
+ #PerlSetVar ReloadDebug On
Then your module:
@@ -221,10 +222,16 @@
Now when you're happy with your changes, simply go to the command line and
type:
- touch /tmp/reload_modules
+ % touch /tmp/reload_modules
And your modules will be magically reloaded on the next request. This option
works in both StatINC emulation mode and the registered modules mode.
+
+=head2 Debug
+
+You can enable the debugging mode with the setting:
+
+ PerlSetVar ReloadDebug On
=head1 PSUEDOHASHES