I have finally started testing mod_perl-2.0.5 on windows (both win 2003 /
2008).
I compiled mod_perl using Visual Studio 2010 Express, Perl 5.10.1, and
Apache 2.2.19.
The reason that I wanted to use 2.0.5 of mod_perl was to resolve the issue
with the Apache Process stopping. This was the original
Folks,
I wanted to know if there was anything wrong with using the same MP2 content
handler with multiple Location directives in apache and using $r->location() to
determine the script that should be used in forms, redirects etc.
We have someone that insists in having different URL's doing so
On Sunday, May 29, 2011 19:40:59 cfaust-dougot wrote:
> I wanted to know if there was anything wrong with using the same MP2
> content handler with multiple Location directives in apache and using
> $r->location() to determine the script that should be used in forms,
> redirects etc.
Nothing wrong
Hans,
> ModPerl::Util::exit: (12) exit was called at
> D:/InterfaceServer/Perl/lib/CGI/Carp.pm line 561
> Parent: child process exited with status 255 -- Restarting.
I have done a lot of testing on windows with the 2.05 release and have not
seen this error before. It must be something specifi
Yes, the entire process restarts.
Here is the exact line:
ModPerl::Util::exit: (12) exit was called at
D:/InterfaceServer/Perl/lib/CGI/Carp.pm line 561
[Sun May 29 05:25:10 2011] [notice] Parent: child process exited with status
255 -- Restarting.
It's a notice.
I did some further testing a
Torsten Förtsch wrote:
On Sunday, May 29, 2011 19:40:59 cfaust-dougot wrote:
I wanted to know if there was anything wrong with using the same MP2
content handler with multiple Location directives in apache and using
$r->location() to determine the script that should be used in forms,
redirects e