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