Re: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-27 Thread Ron Savage
On Sun, 27 Nov 2005 20:25:37 +, RA Jones wrote: Hi Folks One way to do this is to use the Apache::Reload module. I use this Definitely use Apache::Reload. Here's a bit from my httpd.conf: PerlModule Apache::Reload PerlInitHandler Apache::Reload PerlSetVar ReloadAll Off PerlSetVar

RE: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-27 Thread David Christensen
cgiapp: RA Jones wrote: One way to do this is to use the Apache::Reload module. When I hit the site after a fresh restart, all is well. But when I refresh the page: [Sun Nov 27 14:22:03 2005] [notice] Accept mutex: sysvsem (Default: sysvsem) [Sun Nov 27 14:22:10 2005] [error] Can't

RE: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-27 Thread David Christensen
cgiapp: Looking at: http://perl.apache.org/docs/1.0/api/index.html Under Part III: Development/Debugging help and Apache::StatINC, it states This module's handler iterates over %INC and reloads the file if it has changed on disk. This doesn't seem to work either. David

[cgiapp] how to direct all incoming requests to a single CGI script on Apache 1.3?

2005-11-27 Thread David Christensen
cgiapp: I'm sure this has been asked before, but I can't seem to find the question or the answer -- how do I direct all incoming requests to a single CGI script on Apache 1.3? TIA, David - Web Archive:

RE: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-27 Thread David Christensen
Ron Savage wrote: Definitely use Apache::Reload. Here's a bit from my httpd.conf: First, here is code that works, but requires me to restart/graceful Apache whenever I make changes to my C::A derived module: CVSENV[EMAIL PROTECTED]:~/hdwf$ cat conf/vhost.conf # $Id: vhost.conf,v 1.1 2005/11/27

RE: [cgiapp] changes to Perl modules used by CGI scripts run under Apache::Registry not seen by Apache

2005-11-27 Thread Ron Savage
On Sun, 27 Nov 2005 19:54:07 -0800, David Christensen wrote: Hi David Very frustrating. Yes, a couple of suggestions: Directory /home/dpchrist/hdwf Eeek. I do not put the stuff I posted inside any tags. AllowOverride All PerlModule Apache::Reload PerlInitHandler Apache::Reload