Hi,
>
> >
> > use Apache::Reload
> >
>
> I added PerlInitHandler Apache::Reload to my httpd.conf but *.pm files are
> cached :-(
> what's wrong?
>

Maybe you forgot to say make install for your module ?

> Is there another way to stop module cache or force it to reload all
(besides
> apache restart)?
> I'm used to write code and then check output in browser window. When I
have
> to restart apache every time it's very boring :-(.
>

Apache::Reload is really the solution to this problem. I personaly use it
too, but you have to make sure that the file is loaded that your are
changing and not another one from somewhere else (e.g. from the perl-site
directory).

You can use Apache::Status to see from where Perl takes the module sources
(or simply print out %INC)

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to