Re: CGI pages not recompiling

Perrin Harkins <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
[ please keep it on the mailing list ]

On Tue, May 25, 2010 at 2:25 PM, Jonas Bull <[email protected]> wrote:
> httpd.conf has the following:
>        SetHandler              perl-script
>        PerlSendHeader       On
>        PerlHandler             Apache::Registry
>        Options                 ExecCGI

Okay, so you're running through Apache::Registry.  That should notice
when you update a .cgi (or .pl or whatever you've used) file and
reload.  If you have any code in modules, those will need to be
reloaded in a different way, possible with Apache::Reload.  More
likely though, you're just seeing persistent variables where you
didn't expect them.  Here's some information on what's happening:
http://perl.apache.org/docs/1.0/guide/porting.html

If you can give us a specific example of the behavior you're seeing
and show us some of the code, we can help you identify the problem.

- Perrin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.