-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
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
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
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
: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
_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.
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
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
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
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
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
11 matches
Mail list logo