> I have changed some of my scripts and I need to reload them. for that I
need
> to restart the server. but the changes are in my subtree in the sandbox.
so
> if I restart the server is it going to be problem for the other users. if
> not is there any other way to reload my scripts. I have tried adding
> PerlModule Apache::StatINC
> PerlInitHandler Apache::StatINC
> but it didn't help me as I made changes to one of my .pm files. I need
help.

I am using file .htaccess for this purpose. Here is it. Place this file in
the directory where your script located.
----------------
SetHandler      perl-script
  PerlHandler     Apache::Registry
  PerlInitHandler Apache::StatINC
  PerlSendHeader  On
  Options         +ExecCGI
-----------

Ilya



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to