Re: Storing images in PostgreSQL (was: Streaming files)

2019-08-20 Thread Thorsten Schöning
of arguments which I could have written myself as well. :-) Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil

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

2019-08-20 Thread Thorsten Schöning
w far I get with it and hopefully keep switching to prefork in mind. I really didn't think of that thread-support is that bad in 3rd party Perl packages, despite the official "deprecated" warning for threads. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-M

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

2019-08-20 Thread Thorsten Schöning
Guten Tag Steve Hay, am Montag, 19. August 2019 um 14:37 schrieben Sie: > I will need to get a new Apache-Test released with the dot-in-INC fix > included, and then I'm back on track for getting 2.0.11 RC1 out :-) That's great news, thanks! Mit freundlichen Grüßen, T

Re: How to get “my” VHOST in code executed by PerPostConfigRequire?

2019-08-07 Thread Thorsten Schöning
t seeing segmentation faults on production using Ubuntu and worker MPM. If mod_perl was able to compile things, I have the feeling it runs pretty stable. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme

Re: How to get “my” VHOST in code executed by PerPostConfigRequire?

2019-08-07 Thread Thorsten Schöning
d_perl, for > those reasons. I need to support Windows which only supports some threaded MPM, unless I'm missing something. But simply using prefork might be a workaorund on Linux I didn't think of... Going to give it a try if I can't find the root cause for my current crashes. Thanks f

Re: How to get “my” VHOST in code executed by PerPostConfigRequire?

2019-08-05 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 5. August 2019 um 19:18 schrieben Sie: > The problem is that I'm having trouble how to find the VHOST > currently executing that handler. The only thing which came into my mind is using environment variables per VHOST like in the followi

Does Apache2::Directive::lookup support VHOSTs?

2019-08-05 Thread Thorsten Schöning
earch for all VHOSTs and then in those returned values using "lookup" again for "PerlSetEnv". Instead one needs to search the hash ref manually. Is that intended or am I understanding things wrongly? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorste

How to get “my” VHOST in code executed by PerPostConfigRequire?

2019-08-05 Thread Thorsten Schöning
://mail-archives.apache.org/mod_mbox/perl-modperl/201907.mbox/%3C1116164701.20190731193313%40am-soft.de%3E Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 94

Re: help for DNS queries

2019-08-05 Thread Thorsten Schöning
your hoster with. If it's slow or fast is something you need to test with the domains you are experiencing timeouts with etc. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefo

Re: help for DNS queries

2019-08-05 Thread Thorsten Schöning
, or the system. First check who resolves how what and then decide what's your problem and how to fix it. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151-

Re: help for DNS queries

2019-08-05 Thread Thorsten Schöning
t resolving with common DNS server like that from Google (8.8.8.8), have a look at your system resolver settings etc. https://linux.die.net/man/1/nslookup https://metacpan.org/pod/Net::DNS::Resolver#new Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.s

How to make sure that PerlPostConfigRequire gets executed after PerlOptions?

2019-08-05 Thread Thorsten Schöning
Because of "+Parent" creating new Perl interpreters, which are needed to handle requests, that's my understanding. If that assumption is correct, "PerlPostConfigRequire" should be executed after "PerlOptions" as well, because within the same phase the order of statement

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

2019-07-31 Thread Thorsten Schöning
Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger

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

2019-07-31 Thread Thorsten Schöning
er. If that wouldn't work I would expect many more problem reports. Thanks for your time! [1]: https://superuser.com/questions/1216484/how-to-debug-mod-perl-compilation-errors-during-start-and-reload-of-apache-httpd [2]: http://mail-archives.apache.org/mod_mbox/perl-modperl/201709.mbox/%

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

2019-07-31 Thread Thorsten Schöning
e for the user my HTTPd is running under. All this leads to the following questions: 1. Does that make sense to anyone at all? :-) 2. Does mod_perl really needs FINFO_NORM or can switch to FINFO_MIN? 3. Is this maybe something the APR-project itself should lookt at? FINFO_NORM seems to be some default

How to debug mod_perl compilation errors during start and reload of Apache httpd 2.4?

2017-09-22 Thread Thorsten Schöning
where operator expected at > /usr/share/perl5/Config/IniFiles.pm line 1769, near "carp "Unable to rename > temp config file ($new_file) to ${filename}: $!"" > (Do you need to predeclare carp?) >[Tue Jun 06 12:10:23.827500 2017] [mpm_event:

Re: mod_perl developer wanted

2017-09-22 Thread Thorsten Schöning
oose. On the Bugzilla support mailing list for example, people with core dumps after distro upgrades simply often forgot to delete Bugzilla private packages which are not binary compatible to newer Perls anymore and such things. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E

How to make an interpreter sticky by some conventions?

2014-12-31 Thread Thorsten Schöning
erp". Could anyone help me on that? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..017

Is "PerlOptions +Parent" per directory or not?

2014-12-15 Thread Thorsten Schöning
ocumented? The reason I'm asking is that I have a legacy web app which I would like to host in different versions under the same VirtualHost, but that doesn't work if the same Perl interpreter is used for various reasons. [1]: http://perl.apache.org/docs/2.0/user/config/config.h