On Tue, Aug 18, 2009 at 4:54 PM, wrote:
> During the mod_perl2 startup this feature works fine at first but mod_perl2
> always does a restart and during the second restart STDERR is being
> redirected to the log files and STDIN is ignored.
I suggest stashing the data somewhere and picking it up d
On Tue 25 Aug 2009, ama...@solutionsforprogress.com wrote:
> Unfortunately using restart_count does not address my issue.
>
> In the http.conf I have the following:
> ...
> PerlConfigRequire conf/startup.pl
> ...
>
> My test startup.pl has this:
>
> our $INPUT;
> print STDERR "Input:";
Malloy - thanks for responding.
Unfortunately using restart_count does not address my issue.
In the http.conf I have the following:
...
PerlConfigRequire conf/startup.pl
...
My test startup.pl has this:
our $INPUT;
print STDERR "Input:";
$INPUT = ;
print STDERR "you entered
I am in the process of porting a mod_perl app to mod_perl2.
The original mod_perl app has an interactive startup during which a DB
password is prompted for.
During the mod_perl2 startup this feature works fine at first but
mod_perl2 always does a restart and during the second restart STDERR