Re: [DISCUSS] The future of mod_perl

2021-03-19 Thread Matthias Schmitt
might be old, but it is working. And it does this very well. Even though I have not the knowledge to participate in the development process, I would be willing to invest more time into testing potential pre-releases or bug fixes. Best regards Matthias Schmitt magic moving pixel s.a. 23, Aven

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Matthias Schmitt
If this would be working, it would at least be more future proof solution. Best regards Matthias Schmitt magic moving pixel s.a. 23, Avenue Grande-Duchesse Charlotte L-3441 Dudelange Luxembourg Phone: +352 54 75 75 http://www.mmp.lu

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Matthias Schmitt
hy not using an up-to-date release? Ubuntu 12.04 is of 2014, support has ended 2017. Do you want to create a museum? Best regards Matthias Schmitt

Re: Compiling with Apache 2.4

2017-09-28 Thread Matthias Schmitt
make make install cd /MySourcePath/mod_perl-2.0.10 perl Makefile.PL MP_APR_CONFIG=/MyHttpdPrefixPath/bin/apr-1-config MP_APXS=/MyHttpdPrefixPath/bin/apxs make make test make install The test had shown minor problems here, but for my requirements all functions are working. I hope this offers you a more c

Re: Compiling with Apache 2.4

2017-09-28 Thread Matthias Schmitt
ound. Please read the documentation.” You need to install APR (Apache Portable Runtime) first. You can find it here: http://apr.apache.org/. Best regards Matthias Schmitt magic moving pixel s.a. 23, Avenue Grande-Duchesse Charlotte L-3441 Dudelange Luxembourg Phone: +352 54 75 75 http://www.mmp.lu

Re: Compiling with Apache 2.4

2017-09-28 Thread Matthias Schmitt
_STATIC = 11 > [ error] MP_AP_PREFIX must point to a valid directory. Are you sure, that the directory '/home/ruben/src/httpd-2.4.xx’ exists and you have write access to it? The message says it is not a valid directory. Best regards Matthias Schmitt magic moving pixel s.

Re: Mod Perl and Basic Authentication

2016-03-12 Thread Matthias Schmitt
:OK > > ## sub getBasicAuth ## > > sub getBasicAuth { > > my $authheader = shift; > return unless $authheader; > > my ($cram) = $authheader =~ /^Basic (.*)/; > return unless $cram; > $cram = MIME::Base64::decode_base64 ($cram); > return split (/:/, $cram, 2); > > } Best regards Matthias Schmitt magic moving pixel s.a. 23, Avenue Grande-Duchesse Charlotte L-3441 Dudelange Luxembourg Phone: +352 54 75 75 http://www.mmp.lu

Re: Mod Perl and Basic Authentication

2016-03-03 Thread Matthias Schmitt
the browser to ask a password. I can send the 401 response, but the browser never opens the dialog box for requesting a password. Best regards Matthias Schmitt

Mod Perl and Basic Authentication

2016-03-02 Thread Matthias Schmitt
our. Where is the difference between HTTP_UNAUTHORIZED and AUTH_REQUIRED? I assume the browser does not open the dialog box for requesting the username and password, because he did not receive the realm name and authentication type. So how I can send these? BTW, the same Programm runs fine using mod_perl 2.0.6 and Apache 2.2.x. Thank you Matthias Schmitt Greetings from Luxembourg

mod_perl 2.0.8 test failure

2015-05-15 Thread Matthias Schmitt
ction machine. Any idea how to debug this? Best regards Matthias Schmitt magic moving pixel s.a. 23, Avenue Grande-Duchesse Charlotte L-3441 Dudelange Luxembourg Phone: +352 54 75 75 http://www.mmp.lu

libapreq2 2.12 with mod_perl 2.0.4 on Mac OS X 10.6.4

2010-07-19 Thread Matthias Schmitt
-D HTTPD_ROOT="/Somewhere/applications/httpd" -D SUEXEC_BIN="/Somewhere/applications/httpd/bin/suexec" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONF