Re: i need reload the scripts

2000-11-22 Thread Matt Sergeant

On Wed, 22 Nov 2000, bari wrote:

> i have some modules already written in my subdirectory and i have made
> chages to them an i need to reload them. how do i reload the perl scripts
> using mod perl. i was going through documentation it asked me to use
> PerlModule Apache::StatINC
> PerlInitHandler Apache::StatINC
> 
> but i am not clear with this. where do i have to add this. i am new to mod
> perl. can any one help me figure out this.

Use Apache::Reload (or StatINC if you want less flexibility). Install it,
read the documentation, and you're set.

-- 


/||** Director and CTO **
   //||**  AxKit.com Ltd   **  ** XML Application Serving **
  // ||** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // ** Personal Web Site: http://sergeant.org/ **
 \\//
 //\\
//  \\


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




RE: i need reload the scripts

2000-11-22 Thread bari

i dont have the access to restart my server. so is there a dynamic way to
reload scripts.
I would really apprecate your help.
thanks

- bari

> -Original Message-
> From: Sean C. Brady [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 22, 2000 11:47 AM
> To: bari
> Cc: [EMAIL PROTECTED]
> Subject: Re: i need reload the scripts
>
>
> You can either restart the server... or, add
>
> PerlPostReadRequestHandler Apache::StatINC
>
> to your httpd.conf file.  I think even with StatINC, you might have to
> restart your server once in a while - my own experience...
>
> - Sean
>
> On Wed, 22 Nov 2000, bari wrote:
>
> > i have some modules already written in my subdirectory and
> i have made
> > chages to them an i need to reload them. how do i reload
> the perl scripts
> > using mod perl. i was going through documentation it asked me to use
> > PerlModule Apache::StatINC
> > PerlInitHandler Apache::StatINC
> >
> > but i am not clear with this. where do i have to add this.
> i am new to mod
> > perl. can any one help me figure out this.
> > thanks
> > - bari
> >
> >
> >
> >
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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




Re: i need reload the scripts

2000-11-22 Thread Sean C. Brady

You can either restart the server... or, add

PerlPostReadRequestHandler Apache::StatINC

to your httpd.conf file.  I think even with StatINC, you might have to
restart your server once in a while - my own experience...

- Sean

On Wed, 22 Nov 2000, bari wrote:

> i have some modules already written in my subdirectory and i have made
> chages to them an i need to reload them. how do i reload the perl scripts
> using mod perl. i was going through documentation it asked me to use
> PerlModule Apache::StatINC
> PerlInitHandler Apache::StatINC
> 
> but i am not clear with this. where do i have to add this. i am new to mod
> perl. can any one help me figure out this.
> thanks
> - bari
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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