Garrison Hoffman wrote:
> When trying to use Apache2::Cookie I get:
>
> /usr/sbin/apache2: symbol lookup error:
> /usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/APR/Request/Apache2/Apache2.so:
> undefined symbol: apreq_handle_apache2
>
> Is this a problem with libapreq2-2.05-dev or with my mod_pe
When trying to use Apache2::Cookie I get:
/usr/sbin/apache2: symbol lookup error:
/usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/APR/Request/Apache2/Apache2.so:
undefined symbol: apreq_handle_apache2
Is this a problem with libapreq2-2.05-dev or with my mod_perl configuration?
-gh
--
Perrin Harkins wrote:
>> Tom Schindl wrote:
>>
>
>
Isn't he talking about mp2
>>
>>
>>
>>
>> "But alas modperl 1.x no such luck"
>>
>> - Perrin
>>
>>
>
>
both, though modperl two at least has straight forward INSTALL file
which tells u the lines to add. Ive read all 3 of those docume
Hi all!
I was trying to bypass mod_mime for certain mime type, and
I wrote this small handler:
package Apache::MIMEMagic;
$Apache::MIMEMagic::VERSION='0.10';
use Apache2::Const -compile => qw(OK DECLINED);
use File::MMagic;
use strict;
sub handler {
my
Geoffrey Young skrev:
>
>> http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_
>> and then ca 33 lines down.
>
> ok, thanks.
>
>>
>> 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_Per
> http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_
> and then ca 33 lines down.
ok, thanks.
>
> 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
Geoffrey Young skrev:
>
Apache2::RequestUtil->dir_config does not seem to work as stated in list
context.
PerlAddVar foo one two three
@values = $r->dir_config($key); # only gives one value
>
> ugh, sorry I didn't see this the first time.
>
> the syntax is
>
> @values = $r->dir
>>>Apache2::RequestUtil->dir_config does not seem to work as stated in list
>>>context.
>>>PerlAddVar foo one two three
>>>@values = $r->dir_config($key); # only gives one value
ugh, sorry I didn't see this the first time.
the syntax is
@values = $r->dir_config->get($key);
again, if you sa
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.
>> PerlAddVar foo one two three
>> @values = $r->dir_con
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.
> PerlAddVar foo one two three
> @values = $r->dir_config($key); # only gives one valu
-8<-- Start Bug Report 8<--
1. Problem Description:
Apache2::RequestUtil->dir_config does not seem to work as stated in list
context.
PerlAddVar foo one two three
@values = $r->dir_config($key); # only gives one value
this script used as normal registry sc
Anthony Gardner wrote:
> Sure,
>
> I'd like to log particular error msgs and I saw in the
> Apache manual mod_log_config. Amongst the
> configurations are things like %h - for host, %u - for
> user and things like that. There's an option %{foo}n -
> for notes.
>
> I was wondering if that meant I
angie ahl wrote:
> Who should we mail for the record. Or is it best mentioning things
> here to save the poor sys admin from being flooded ;)
all of the *.apache.org sites and services are monitored for outages and
whatnot by the asf infrastructure team. folks are even on call. so, in
general,
On Tue, 19 Jul 2005, Geoffrey Young wrote:
> angie ahl wrote:
> > Not sure who to report to so posting here sorry.
> >
> > I can't connect to http://perl.apache.org can get through to the main
> > apache site fine though.
>
> it's being worked on.
In the meantime, we have a mirror site at
http
Who should we mail for the record. Or is it best mentioning things
here to save the poor sys admin from being flooded ;)
Angie
On 7/19/05, Geoffrey Young <[EMAIL PROTECTED]> wrote:
>
>
> angie ahl wrote:
> > Not sure who to report to so posting here sorry.
> >
> > I can't connect to http://perl
angie ahl wrote:
> Not sure who to report to so posting here sorry.
>
> I can't connect to http://perl.apache.org can get through to the main
> apache site fine though.
it's being worked on.
--Geoff
Me neither! Someone, please do something.
--- angie ahl <[EMAIL PROTECTED]> wrote:
> Not sure who to report to so posting here sorry.
>
> I can't connect to http://perl.apache.org can get through
> to the main
> apache site fine though.
>
> Angie
>
- Praveen
_
Not sure who to report to so posting here sorry.
I can't connect to http://perl.apache.org can get through to the main
apache site fine though.
Angie
Tom Schindl kirjutas:
> I'd suggest to install your own perl into e.g. /opt/perl-5.8.7 leaving
> your old perl untouched, compile your own apache(not a must) and
I think there is better way to to stay with Debian packages and have
newer perl. 5.8.7 is in testing (etch) and unstable (sid), so yo
19 matches
Mail list logo