You can always use version 2.12.
http://search.cpan.org/~lds/Crypt-CBC-2.12/
--Ian
On 4/10/06, Martin Moss <[EMAIL PROTECTED]> wrote:
> All,
>
> I had some code which ran the old version of
> Crypt::CBC (2.12).
>
> Using these headers to create the object:-
>
> my $cipher = new
> Crypt::CBC($EN
Change your LogLevel[1] in apache to error instead of warn?
1: http://httpd.apache.org/docs/2.0/mod/core.html#loglevel
--Ian
On 4/5/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
>
> I have about 140 packages/modules for my mod_perl project (heavy use
> of oop)
>
> trying to be a good coder, ev
See LogLevel[1].
1: http://httpd.apache.org/docs/1.3/mod/core.html#loglevel
--Ian
On 2/17/06, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have seen in the error log of Apache the following line (for more times,
> exactly the same):
> [Fri Feb 17 13:58:04 2006] [info] [client 83.103.2
On 2/10/06, Jeff MacDonald <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've installed mod_perl 2.0.2 and apache 2.0.55 on FreeBSD using the
> ports system.
>
> When I add the LoadModule line to my httpd.conf and run
>
> apachectl configtest
>
> It just hangs. Sing configtest IS a diagnostic, I'm a bit los
http://perl.apache.org/docs/2.0/user/porting/compat.html
On 5/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> I'm trying to migrate a website from apache 1.x and mod_perl 1.x to apache 2.x
> and mod_perl 2.x I get the following error when trying to start httpd.
>
> St
Solaris 10 has an osvers of 2.10. Apache::SizeLimit says 2.10 <= 2.6
(line 168) so it tells me "Apache::SizeLimit not implemented on your
platform." when it clearly it is.
--Ian
On Fri, 4 Mar 2005 14:57:59 +0200, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
[snip]
> I remember that when I have installed mod_perl, I couldn't install it using
> "make test" because it gave me some errors, so I have used just "make
> install".
> It gave me some errors that time that I couldn'
On Tue, 1 Mar 2005 15:44:35 +0100, Jozef Kosoru <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Let's assume that we have these lines in the apache config:
>
>
> SetHandler modperl
> PerlResponseHandler MyApp::Handler
>
>
> How can MyApp::Handler obtain
On Sat, 19 Feb 2005 20:37:17 -0500, jonathan vanasco
<[EMAIL PROTECTED]> wrote:
> {
> my $r = Apache::Request->new(shift,
> POST_MAX=> .1 * 1024 * 1024,# in
> bytes, so 100K
> DISABLE_UPLOADS => 0
>
On Thu, 17 Feb 2005 08:38:29 +1100 (EST), Jie Gao <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have a problem: $r->log_error('xxx') works with http but does not work with
> https.
> Any hints on debugging this?
Check and make sure both http and https are logging to where you expect.
--Ian
On Tue, 15 Feb 2005 14:07:22 -0500, Adam Prime x443 <[EMAIL PROTECTED]> wrote:
>
> $dbh->quote() everything you can.
>
Or make it easy on yourself and just use placeholders.
--Ian
[SNIP]
> I'm all about using the right-tool-for the right job, and I'm debating
> now whether it would be worth doing some of that user-presentation
> stuff under php.
Not to skirt the issue, but what type presentation tasks are you
finding difficult to do under mod_perl? Maybe we can help you re
On Sat, 29 Jan 2005 23:25:16 -0500, Perrin Harkins <[EMAIL PROTECTED]> wrote:
> Pass "connect_method => 'connect'" as one of the parameters to DBI-
> >connect() for the DBD::ODBC connections.
>
> - Perrin
Did you mean 'dbi_connect_method' instead of 'connect_method'?
--Ian
I'm running Apache 1.33 and mod_perl 1.29.
My question is how can I use Apache::DBI for connection pooling for my
DBD::mysql connections and not use it for my DBD::ODBC conections. Is
this even possible? I don't want any connection pooling at all for
DBD::ODBC for reasons I won't get into.
Thank
Give Apache::Reload a try.
On Sat, 22 Jan 2005 14:59:53 +1700, mi cuenta <[EMAIL PROTECTED]> wrote:
> Hello
> I'm using modperl 1.26 and apache 1.3.26 on Debian Woody
>
> I'm programming with mod_perl and have to restart apache every time
> to see the changes made on my code
>
> is there a w
http://perl.apache.org/docs/2.0/user/install/install.html
On Wed, 19 Jan 2005 15:28:45 +, steve silvers
<[EMAIL PROTECTED]> wrote:
> I'm running Redhat 8 pretty sure the default Apache installed is 2.0, not
> infront of my laptop at the moment. Could someone please point me in the
> direction
I am assuming you are trying to start a flame war here.
With open software I can at least check if there is a back door. Think
on that for a while.
-Ian
On Wed, 12 Jan 2005 09:21:01 -0800, Goehring, Chuck, RCI - San Diego
<[EMAIL PROTECTED]> wrote:
> I post here for lack of a better place. Sor
>>>Stefan Loones <[EMAIL PROTECTED]> 06/08 2:50 pm >>>
> I also find it a very interesting option when people can give
> comments within the documentation on a per subject > basis (like you
can
> do at http://www.php.net/manual/en/function.usort.php and at
> http://dev.mysql.com/doc/mysql/en/J
t just returns the whole thing?
Thanks
--Ian
>>> Tom Schindl <[EMAIL PROTECTED]> 02/13/04 07:53AM >>>
It's:
8<
$r->connection->remote_ip
8<
See:
http://perl.apache.org/docs/1.0/api/
This may be day 1 stuff for most of you, but...
What's the quckest way to determine the URL that made the current request in mod_perl
1?
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/
>>> Perrin Harkins <[EMAIL PROTECTED]> 02/03/04 05:13PM >>>
>Practical Perl Style
>
It seems to me that most people who attend these conferences will already know how to
write maintainable perl. But maybe not.
>Scalable Websites with Perl
>---
So I
21 matches
Mail list logo