[ANNOUNCE] Apache::GD::Thumbnail-0.03

2002-03-01 Thread Issac Goldstand
Changes: Cache control headers are returned to the browser BEFORE the thumbnail is generated now (why I didn't do this originally is beyond me :-)) The uploaded file Apache-GD-Thumbnail-003targz has entered CPAN as file: $CPAN/authors/id/I/IS/ISAAC/Apache-GD-Thumbnail-003targz

RE: webmail for mod_perl?

2002-03-01 Thread Joe Breeden
We use a combination of Mail::IMAPClient and MIME::Lite. You can look at http://howtos.eoutfitters.net/email for a description of our email servers. The mod_perl IMAP client handler has not been completed enough to release to the community, but once it is ready I put an announcement here.

RegistryLoader Segmentation fault

2002-03-01 Thread Fran Fabrizio
Hello, I'm trying to follow the script in section 214 of the book mod_perl Developer's Cookbook in order to pre-load my Apache::registry scripts using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache My startuppl is as follows: #!/usr/local/bin/perl use lib

statINC or startINC ??

2002-03-01 Thread Dermot Paikkos
Hi System info: Slackware linux 8.0 (2.2.19), Apache/1.3.20 (Unix) Embperl/1.3.4 mod_perl/1.26 I'm a completely newbie and have a problem with your installation. I think my problems are mainly to do with environment variables, specifically @INC. The error log has the

Re: statINC or startINC ??

2002-03-01 Thread Brett W. McCoy
On Fri, 1 Mar 2002, Dermot Paikkos wrote: So I guess I need to know how to make the PERL5LIB variable available to Apache from its first initialisation (would that be the startuppl or the UID of the httpd process?) I also need to make sure that this is variable persists PerlSetVar PERL5LIB

Re: statINC or startINC ??

2002-03-01 Thread David Wright
Hi Dermot, I'm a completely newbie and have a problem with your installation I think my problems are mainly to do with environment variables, specifically INC The error log has the following: Undefined subroutine Apache::startINC::handler called I have a statINC at not a startINC So I

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Ged Haywood
Hi there, On Fri, 1 Mar 2002, Fran Fabrizio wrote: using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache Read mod_perl/SUPPORT Did you compile your own Perl, mod_perl and Apache? You might be better off with Perl version 561 instead Are you using DSO? 73,

Summary: statINC or startINC ??

2002-03-01 Thread Dermot Paikkos
Thanx to Dave Wright and Bret McCoy. The problem was with my httpd.conf. It had: IfModule mod_perl.c perlFreshRestart On perlInitHandler Apache::statINC perlModule Apache::Registry PerlModule Apache::Status PerlModule Apache::Leak PerlModule DBI PerlModule AuthDBI

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Fran Fabrizio
Ged, using Apache::RegistryLoader I'm getting a seg fault when I attempt to start apache Read mod_perl/SUPPORT Ok I've looked through it I've tried some of the quicker suggestions gdb -core core and gdb httpd core tell me: Core was generated by `/usr/local/apache/bin/httpd' Program

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Geoffrey Young
whoops, forgot to CC the list, but it seems Ged stepped in with the same info Fran Fabrizio wrote: Hello, I'm trying to follow the script in section 214 of the book mod_perl Developer's Cookbook in order to pre-load my Apache::registry scripts using Apache::RegistryLoader I'm getting a

Re: RegistryLoader Segmentation fault

2002-03-01 Thread Fran Fabrizio
see Recipe 919 for a general introduction into using gbd and getting a backtrace, as well as the SUPPORT document in the mod_perl sources Here is the backtrace for now I'm going to try Perl 561 and then try to see what the backtrace looks like with a PERL_DEBUG=1 enabled mod_perl Thanks

Re: virtual host server root

2002-03-01 Thread Andy Lester
I'm trying to create a root directory for each of my virtuals. the realm of the virtual that certainly shouldn't be within [snip] I've come up with three solutions, none of which I particularly like for various reasons. Have you looked at mod_macro? mod_macro has been a godsend for

MySQL, file upload, file size

2002-03-01 Thread Gregor Mosheh, B.S.
I'm using file upload fields, and submitting the MIME-encoded version of the file contents to a MySQL database. If I try to upload a file larger than about 500kB, the DB insertion fails and I get this in the Apache error_log: DBD::mysql::st execute failed: MySQL server has gone away at

RE: MySQL, file upload, file size

2002-03-01 Thread Fitch, George A
What's your max_allowed_packet setting in my.cnf? Gaf -Original Message- From: Gregor Mosheh, B.S. [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: MySQL, file upload, file size I'm using file upload fields, and submitting the

Re: Segfault when using LWP

2002-03-01 Thread Ryan Veety
DOH! Nevermind, I figured it out. I didn't run ldconfig after upgrading openssl, so httpd was linked to a different version than the ssl perl modules, which aparently caused the segfaults... Like I said earlier I thought it was a library version mismatch so I recompiled *everything*, but for

[OT] Hierarchical access to db under Apache and Zeus

2002-03-01 Thread Ron Savage
This is off topic, I know. I'm accessing your general knowledge, not your mod_perl knowledge. And the CGI script must run under Apache and Zeus. Exit mod_perl. Imagine a club membership db. One table, 'people' say, has a list of members of all clubs. The problem: 1) A club official is allowed

Re: [magick-users] Alternatives of phpGraphy?

2002-03-01 Thread Ron Savage
On Fri, 1 Mar 2002 17:40:36 +0100, Sebastian Barbe wrote: Hi, I am looking for an alternative to phpGraphy. Does anybody know any good software that works in the same way but is even better and FREE? And what exactly does it do? A URI to an explanation will be sufficient. -- Ron Savage, [EMAIL

Re: virtual host server root

2002-03-01 Thread Rick Myers
On Mar 01, 2002 at 19:30:37 +, Ged Haywood wrote: Hi there, On Wed, 27 Feb 2002, Rick Myers wrote: I'm trying to create a root directory for each of my virtuals the realm of the virtual that certainly shouldn't be within [snip] I've come up with three solutions, none of which I

[ADMIN] modperl list to move!

2002-03-01 Thread Ask Bjoern Hansen
Hi, Early next week I will move the modperl lists that are at apacheorg to perlapacheorg; please be ready to adjust your procmail filters :-) The old adresses will keep working at least for a while - ask -- ask bjoern hansen, http://asknetceteradk/ !try; do(); more than a billion

cvs commit: modperl-2.0/lib/Apache ParseSource.pm

2002-03-01 Thread dougm
dougm 02/03/01 10:44:36 Modified:lib/Apache ParseSourcepm Log: skip header files that #include apr_optionalh Revision ChangesPath 136 +2 -1 modperl-20/lib/Apache/ParseSourcepm Index: ParseSourcepm