Re: ModPerl::RegistryLoader::finfo fails on Windows possibly due to lack of permissions.

2019-07-31 Thread Thorsten Schöning
Guten Tag Steve Hay, am Mittwoch, 31. Juli 2019 um 19:48 schrieben Sie: > I ran into this myself recently. Do you see anything like a timeout happening as well or is your test app failing fast? > https://bz.apache.org/bugzilla/show_bug.cgi?id=51560 At least in my case I'm not using any Active D

Re: ModPerl::RegistryLoader::finfo fails on Windows possibly due to lack of permissions.

2019-07-31 Thread Steve Hay
On Wed, 31 Jul 2019 at 18:07, Thorsten Schöning wrote: > > Hi all, > > I recently started to have a look at supporting mod_perl for our > WebApp on Windows again and implemented a very simple PoC pre-loading > our app during start of HTTPd using "PerlPostConfigRequire". During > implementation I r

Syntax errors in case of threaded MPM and lots of concurrent requests.

2019-07-31 Thread Thorsten Schöning
Hi all, I'm struggling for 2+ years[1][2] with a problem using mod_perl on Linux which I was finally able to reproduce on Windows as well. If the problem occurs, mod_perl is unable to compile my app with all kinds of weird syntax errors, most likely in the core-libs already. The following is one e

ModPerl::RegistryLoader::finfo fails on Windows possibly due to lack of permissions.

2019-07-31 Thread Thorsten Schöning
Hi all, I recently started to have a look at supporting mod_perl for our WebApp on Windows again and implemented a very simple PoC pre-loading our app during start of HTTPd using "PerlPostConfigRequire". During implementation I ran into the following problem with my setup. My HTTPd is NOT running