make test fails in parser.t
should this lib work with mp2.0.1 or not?
--
Bengt-Arne Fjellner
0910-58 53 69
Geoffrey Young skrev:
>
>
> Bengt-Arne Fjellner wrote:
>>
>> Background my apche is not installed exactly as standard.
>> because of that my moduls should be /usr/lib/apache which apxs nows.
>> mod_perl.so
>> gets installed in the right place but the t
ir='modules' unless $dir;
warning "You'll need to add the following to httpd.conf:",
-" LoadModule perl_module modules/$build->{MODPERL_LIB_DSO}\n";
+"LoadModule perl_module $dir/$build->{MODPERL_LIB_DSO}\n";
ir='modules' unless $dir;
warning "You'll need to add the following to httpd.conf:",
-" LoadModule perl_module modules/$build->{MODPERL_LIB_DSO}\n";
+"LoadModule perl_module $dir/$build->{MODPERL_LIB_DSO}\n";
oadModule perl_module $dir/$build->{MODPERL_LIB_DSO}\n";
}
-
$build->save;
}
--
cheers
Bengt-Arne Fjellner
Luleå university of technology
Skellefteå Sweden
_perl-2.0.1# apxs -q LIBEXECDIR
/usr/lib/apache
which is where it gets installed.
--
cheers
Bengt-Arne Fjellner
Luleå university of technology
Skellefteå Sweden
--
Bengt-Arne Fjellner
0910-58 53 69
ServerUtil->server->push_handlers(PerlChildInitHandler =>
\&porting_autoload);
sub porting_autoload {
*UNIVERSAL::AUTOLOAD = sub {
--
cheers
Bengt-Arne Fjellner
Luleå university of technology
Skellefteå Sweden
Geoffrey Young wrote:
>
>
> Bengt-Arne Fjellner wrote:
>> Hi. Im working on a modperl login module that amongst others will check for
>> https
>> If not https I want to give an error page instead.
>
> you'll need something like Apache::SSLLookup to det
code?
Questions because i want the errorpage to be inside the same module and only
availible for these requests.
--
cheers
Bengt-Arne Fjellner
Luleå university of technology
Skellefteå Sweden
on an
errorpage
with a new link that gives https.
--
cheers
Bengt-Arne Fjellner
Luleå university of technology
Skellefteå Sweden
arn something new every day...
>
> --geoff
>
more:
http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_
and then ca 7 lines down.
also same page after synopsis ca 14 lines down.
--
Bengt-Arne Fjellner
0910-58 53 69
en ca 33 lines down.
also
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlAddVar_
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlSetVar_
has only "META: to be written" so that´s why i used the possibly wrong syntax:
PerlAddVar foo one two three
as i had to guess what could be done. But it seems to work.
Shouldnt it??
--
Bengt-Arne Fjellner
0910-58 53 69
Geoffrey Young skrev:
>
>
> Bengt-Arne Fjellner wrote:
>> -8<-- Start Bug Report 8<--
>> 1. Problem Description:
>> Apache2::RequestUtil->dir_config does not seem to work as stated in list
>> context.
>&
mod_perl2 : 2.01
3. This is the core dump trace: (if you get a core dump):
[CORE TRACE COMES HERE]
This report was generated by /usr/bin/mp2bug on Mon Jul 18 21:36:04 2005 GMT.
-8<-- End Bug Report --8<--
Note: Complete the rest of the details and post this bug report to
modperl perl.apache.org. To subscribe to the list send an empty
email to [EMAIL PROTECTED]
--
Bengt-Arne Fjellner
0910-58 53 69
-8<-- Start Bug Report 8<--
1. Problem Description:
RegistryLoader dies (in warn) at loading unless Apache2::Compat is loaded
2. Used Components and their Configuration:
*** mod_perl version 2.01
*** using
/usr/lib/perl5/site_perl/5.8.5/i586-linux-t
15 matches
Mail list logo