RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
. === -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 16:50 To: Jim Morrison [Mailing-Lists] Cc: [EMAIL PROTECTED] Subject: Re: mod_perl installation problem... On Tue, 22 Jul 2003, Jim Morrison [Mailing-Lists] wrote: Hello, I've just come

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
tried as root to no avail.. Kidnest, Jim

mod_perl installation problem...

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Hello, I've just come a cropper trying to reinstall mod_perl, and I'm a little desparate! Any help would be greatly appreciated. (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie running along with) I'm trying to install: apache_1.3.28 + mod_perl-1.28 My config

RE: mod_perl installation problem... (A little more info)

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Further to the below.. Just found my error_log which might be of some use.. The bit that glares at me is: [Tue Jul 22 16:38:47 2003] [error] Can't locate object method new via package Apache::Request at /usr/src/mod_perl-1.28/t/net/perl/api.pl line 11, fh1b line 1. Which is annoying because

RE: Oracle9.2 and mod_perl - advice sought

2003-03-26 Thread Jim Morrison [Mailing-Lists]
Chris, Dmitri, Chuck, Thank you all.. Have got myself a safari bookshelf and cpan shell at the ready.. Wish me luck... Databases here I come ;-) - Jim -Original Message- From: Christopher Taranto [mailto:[EMAIL PROTECTED] Sent: 25 March 2003 22:13 To: [EMAIL PROTECTED] Subject

Dual Processors Mod Perl

2003-03-13 Thread Jim Morrison [Mailing-Lists]
the capabilities of the machine? (The jump from our current 128Mb to 1GB of RAM will - I'm guessing - have more of an impact ;-) Cheers.. Jimbo _ Jim Morrison Technology Development Partner Isotope Communications 9 Green Park Station Bath, BA1 1JB, UK +44 (0) 1225

Serving two pages consecutively

2003-03-05 Thread Jim Morrison [Mailing-Lists]
, Jimbo _ Jim Morrison Technology Development Partner Isotope Communications 9 Green Park Station Bath, BA1 1JB, UK +44 (0) 1225 444 674

RE: Serving two pages consecutively

2003-03-05 Thread Jim Morrison [Mailing-Lists]
Message- From: Jim Morrison [Mailing-Lists] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 11:07 AM To: [EMAIL PROTECTED] Subject: Serving two pages consecutively Hi, Anyone got a good/simple way of serving two pages consecutively with the minimum of load/hassle

RE: child-parent memory access / mod_perl / shared mem /inter-proccess communication , etc..

2003-02-24 Thread Jim Morrison [Mailing-Lists]
Perrin, I suggest you look at IPC::MM or IPC::Shareable. IPC::Shareable is more transparent, but IPC::MM has better performance. IPC::MM simply creates a hash in shared memory and lets you write to it. Either of these will allow you to share data between processes. Thanks, I'll have a

RE: child-parent memory access / mod_perl / shared mem / inter-proccess communication , etc..

2003-02-24 Thread Jim Morrison [Mailing-Lists]
Hmm.. Yes, it sounds pretty sketchy to me too! Immediately what I am playing with is the idea of keeping parsed XML (XML::LibXML)in memory between requests. Is this a completely barmy idea? Probably, because you'll confuse XML::LibXML's garbage collector. Sniff.. I've kind of got

RE: child-parent memory access / mod_perl / shared mem / inter-proccess communication , etc..

2003-02-24 Thread Jim Morrison [Mailing-Lists]
Jim Morrison [Mailing-Lists] wrote: Sniff.. I've kind of got something working... Enough such that one httpd can request an XYZ, and if a second httpd comes along a little later and requests the same XYZ then it will get it from shared memory. I hope you used one of the modules I

child-parent memory access / mod_perl / shared mem / inter-proccess communication , etc..

2003-02-23 Thread Jim Morrison [Mailing-Lists]
experience of calling one linux prog from another has usually worked by piping something from one to another..? - Am I asking the impossible? Is it not the sort of thing Linux is capable of or have I just missed the obvious solution? TIA ATB, Jimbo _ Jim Morrison

RE: DBM ties within Apache under Mod Perl

2003-01-30 Thread Jim Morrison [Mailinglists]
Perrin You can only do that for read-only dbms. For read/write, use MLDBM::Sync. Ok.. Will have a look at that .. Thanks. PS. Do people think this is a bad idea from the start? Yes. For one thing, there is no way to know when people leave your site. Hmmm... Bizare.. I don't

DBM ties within Apache under Mod Perl

2003-01-29 Thread Jim Morrison [Mailinglists]
idea from the start? Would you vote? Or would it just annoy you immensly? ie. is is a bit too much of an intrusion?) Thanks, Jimbo Jim Morrison _ Technology Development Partner Isotope LLP 9, 2 Laura Place Bath, BA2 4BH UK +44 (0) 1225 444674 +44 (0

[OT] MLDBM Size Limit??

2003-01-21 Thread Jim Morrison [Mailinglists]
/site_perl/5.8.0/MLDBM.pm line 161. Line to which it's reffering : $s-{DB}-STORE($k, $v); My use of MLDBM.. use GDBM_File; use MLDBM qw(GDBM_File Storable); Perl-v This is perl, v5.8.0 built for i686-linux uname-a Linux hope 2.4.7-10 #1 Thu Sep 6 16:46:36 EDT 2001 i686 unknown Jim Morrison

development techniques

2003-01-09 Thread Jim Martinez
- refresh browser - possibly look at the error log - edit code - ... Or maybe you use another approach that's better? Happy new near (9 days late), Big big Jim

Re: Release date for mod_perl 2.0

2002-12-17 Thread Jim Martinez
lurking. Jim

RE: partial page display

2002-11-26 Thread Jim Martinez
using it. Jim

2.0 estimated release date?

2002-11-26 Thread Jim Martinez
Full of ideas from apachecon and Vegas (cha ching!), I wonder when mod perl 1.99 will become 2.0. Any guesses? Jim

RE: Using Perl END{} with Apache::Registry

2002-11-12 Thread Jim Schueler
Hello Justin. I've done a little work on a similar problem due to Apache::Registry's unusual treatment of END {} blocks. You may want to take a look at the module I recently submitted: http://www.cpan.org/authors/id/T/TQ/TQISJIM/ChildExit_0-1.tar.gz -Jim Hi, I'm trying to use the END

Apache::ChildExit released

2002-11-05 Thread Jim Schueler
/authors/id/T/TQ/TQISJIM/ChildExit_0-1.tar.gz I have installed this module on three servers with very satisfactory results. Thanks, Jim Schueler

Re: [OTish] Version Control?

2002-10-30 Thread Jim Martinez
/ directories! Also, Randal Schwartz wrote about cvs is a slightly more general setting: http://www.linux-mag.com/2002-07/perl_01.html Jim

RE: Help with Install

2002-09-27 Thread Jim Kipp
Thanks. The docs suggest not using the threaded version. Although I do not see why. anyway, i am stuck on the Apache install at the moment. -Original Message- From: Lester Vecsey [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 7:52 PM To: [EMAIL PROTECTED] Subject: Re: Help

[OT] - Mailing List Servers/mods .. etc

2002-09-26 Thread Jim Morrison [Mailinglists]
I'm trying to reinvent the wheel.. Just that I think there is so much of my own coding involved, I'm not sure if I'm going to be able to get away with anything less than writing it from scratch.. Would be greatful for any advice, Kindest, Jimbo Jim Morrison

Help with Install

2002-09-26 Thread Jim Kipp
Hi I am totally new to modperl, in fact i have not even installed it yet. i want to install Mod perl 2.0 with Apache 2.0.42. I am not sure i understand the perl preReqs in the install docs. I have perl 5.6.1 without thread support. Am I good to go or do I need to build perl again. Also is what

Help with install

2002-09-25 Thread Jim Kipp
Hi I am totally new to modperl, in fact i have not even installed it yet. i want to install Mod perl 2.0 with Apache 2.0.42. I am not sure i understand the perl preReqs in the install docs. I have perl 5.6.1 without thread support. Am I good to go or do I need to build perl again. Also is what is

RE: process priorities and performance

2002-08-20 Thread Jim Helm
, and if it helps great. Trying to second guess process schedulers is a tricky business though, and you really need to intimately know how your system behaves before trying it. --Jim -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 06, 2002 9:55 PM

New mod_perl site and oddness with IE

2002-07-16 Thread Jim Helm
. Just a little feedback for the new site (which is great, btw). If it's just me with the problem, I'll go find a rock to hide under. :) --Jim A number of the most common sources of memory growth are explained in the guide: http://perl.apache.org/docs/1.0/guide/performance.html

Re: END subroutine in Apache::Registry

2002-07-15 Thread Jim Schueler
in Apache::Registry scripts, a script writer must realize that any module invoked via use or include may work differently than its designer intended, if that module contains END blocks. -Jim On Fri, 12 Jul 2002, Stas Bekman wrote: Jim Schueler wrote: I just read the fine print: Apache

END subroutine in Apache::Registry

2002-07-11 Thread Jim Schueler
realization. I don't see anything on CPAN that can be easily applied to all of the modules that written. I'll happily fill that void, but I must be overlooking the obvious solution. Can anyone provide any insights? Jim Schueler Motor City Interactive

RE: XML::Xalan, Perl modules and bootstrapping... :-s

2002-07-05 Thread Jim Morrison [Mailinglists]
[Marked with ] # Terminating inside exit handler.. Inside terminate().. # This is bad. Modules should not warn unless you ask them for debugging information. -- Hmm...

Apache::LogFile, rotatelogs, and line breaks

2002-07-03 Thread Jim Spath
). However, there were 5 entries in the file where two entries from the same second had no line break in between them. I was wondering if anyone had similair experiences with Apache::LogFile or rotatelogs. Thanks for the help! Jim Spath -- push@J,[($)x70]for 0..20;sub p{$J[$q][$p]=$_;print\e[H\e[J

Re: Apache::LogFile, rotatelogs, and line breaks

2002-07-03 Thread Jim Spath
On Wednesday 03 July 2002 12:25 pm, Jim Spath wrote: I've been running Apache::LogFile to create a piped log through rotatelogs and have experienced some problems. I have narrowed the problem down to the use of piped logging and Apache::LogFile. When I use Apache::LogFile to write directly

Apache::LogFile issues

2002-07-01 Thread Jim Spath
Apache::LogFile PerlLogFile '|bin/rotatelogs /var/spool/ad_automator/logs/activity_log 3600' AdAutomator::Logger -- Thanks to anyone who can help! - Jim

build problem

2002-06-20 Thread Jim Hobbs
I get the following trying a straight build of mod_perl 1.25 with apache_1.3.26 on solaris 2.6: http_config.c: In function `ap_init_virtual_host': http_config.c:1402: storage size of `limits' isn't known make[2]: *** [http_config.o] Error 1 Thanks in advance for any

Re: htaccess

2002-06-15 Thread Jim Martinez
in it. does any knows some module to do that Best regards tsa This may help: http://www.perldoc.com/perl5.6.1/lib/LWP/UserAgent.html Jim

RE: PerlSetVar WhatEverSecure

2002-06-13 Thread Jim Helm
PerlHandler Apache::AuthTicket-login /Location --Jim -Original Message- From: Brian Reichert [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:13 PM To: Michael Schout Cc: Brian Reichert; [EMAIL PROTECTED] Subject: Re: PerlSetVar WhatEverSecure On Thu, Jun 13, 2002 at 10:40

RE: separating C from V in MVC

2002-06-12 Thread Jim Martinez
help me and I bet other lurkers (L). Even just Jim JampL aka Japh wannabe

RE: Apache Error Log

2002-06-12 Thread Jim Morrison [Mailinglists]
Sorry.. Haven't read / Can't find the whole thread.. But... Surely just: print STDERR Hello World; ... I always just stick this in my code... ### DEBUGGER sub debug{ my $message = shift; if ($debug){ print STDERR $message\n;

[OT] Q:MVC and FuseBox methodology A?

2002-06-12 Thread Jim Helm
my head around this too. Wonderful knowledge transfer going on, BTW! --Jim

RE: Invoke PHP scripts?

2002-05-30 Thread Jim Helm
How about using php in cgi mode and using `php scriptname` from within perl to capture the output? Not the best performance-wise, but it would do what you want, I think. Jim -- James Helm - Solaris System Administrator [EMAIL PROTECTED] WNS National Operations - Core Services [EMAIL

RE: Persistent Net::Telnet Objects

2002-05-30 Thread Jim Helm
It it possible that KeepAlives are what's making this work? If the user is active enough, in theory, they would always be connected to the same httpd process... Jim -- James Helm - Solaris System Administrator [EMAIL PROTECTED] WNS National Operations - Core Services [EMAIL PROTECTED

IE login script woes

2002-05-30 Thread Jim Helm
, Jim

Authorisation Techniques

2002-05-19 Thread Jim Morrison [Mailinglists]
Guys, This is probably a very common question, so I will keep it breif.. perhaps someone could point me to an appropriate FAQ.. I am writing an app, that requires user authentication.. at the moment, it is actually only one CGI, and judging by it's size it's unlikely I will need to split it..

modperl idle timeout....

2002-05-17 Thread Jim Morrison [Mailinglists]
advised? (Ofcourse the restart runs even when you are using mod_perl.. which doesn't really help anyone.. cos then it has to go through the restart lag.. ) Oh well... would love to hear your thoughts, All the best, Jimbo Jim Morrison _ Technology Development Partner

[RFC] Apache::AuthTicketPlus

2002-05-12 Thread Jim Helm
- especially on the initmethod. I'll post to CPAN if anyone thinks it's worth it. I'd gladly accept integrating this directly into AuthTicket if the maintainer wishes (Michael Schout?). I'm not crazy about the name, but it has to be called something - suggestions welcome. Thanks, Jim ---snip

RE: [RFC] Apache::AuthTicketPlus

2002-05-12 Thread Jim Helm
I don't know, but I'm sure someone here will have the answer... Jim -Original Message- From: Steven Lembark [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 5:50 PM To: Jim Helm Subject: Re: [RFC] Apache::AuthTicketPlus Example: Require not group Require

RE: problems setting up Apache::AuthCookieDBI (solved but no fully understood)

2002-05-06 Thread Jim Helm
Strictly speaking _ is (was?) an illegal character for DNS names. I used to go round-n-round with a fellow sysadmin about that fact, and that we shouldn't use _ in hostnames. Jim -Original Message- From: Rafael Caceres [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:23

RE: problems setting up Apache::AuthCookieDBI (solved but no fully understood)

2002-05-03 Thread Jim Helm
(for some at least). Jim -Original Message- From: Fran Fabrizio [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 6:38 AM To: F.Xavier Noria Cc: [EMAIL PROTECTED] Subject: Re: problems setting up Apache::AuthCookieDBI (solved but no fully understood) Does the server

RE: problems setting up Apache::AuthCookieDBI (solved but no fully understood)

2002-05-03 Thread Jim Helm
p.s. FWIW, I ended up using Apache::AuthTicket instead - has a feature I wanted (timeout, not just expiry), which CookieDBI didn't have), and it worked as documented with zero hassle... Jim -Original Message- From: Fran Fabrizio [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03

Re: Many requests per page

2002-05-02 Thread Jim Morrison [Mailinglists]
Poss. not the best person to answer this.. but I'll take a shot.. Can you not limit your perl-script to a single folder, so that you can set: Alias /scripts/ /path/to/scripts/ Location /scripts SetHandler perl-script PerlHandler My::Site PerlSendHeader On

Lessons learned using PREFIX,LIB and UNINST=1 as root

2002-04-14 Thread Jim Helm
) (that I remember at least) so if this is already well-known and documented, please, make me $humble++, and enlighten me. I understand it - now - I'm just hoping it's an obvious in hindsight only type of thing. Thanks, Jim

RE: Content management systems

2002-04-09 Thread Jim Helm
Found this site, which has just about every major perl based cms I've run across listed, plus lots more. http://www.clueful.com.au/cgi-bin/cmsdirectory/browse/Products:Free%20sy stems Good luck, and us know what you pick and how it goes. Jim -Original Message- From

Re: PDF generation (fwd)

2002-04-06 Thread Jim Willis
and out comes a pdf. good luck jim willis -- Forwarded message -- Date: Wed, 3 Apr 2002 15:43:39 -0500 From: Bill McCabe [EMAIL PROTECTED] To: modperl [EMAIL PROTECTED] Subject: PDF generation Hi All I have a large number of mod_perl modules that connect to various databases

Re: Attribute::Handlers - cant use under mod_perl?

2002-03-29 Thread Jim Smith
On Fri, Mar 29, 2002 at 11:34:26AM -0600, Michael Schout wrote: Has anyone else tried to use Attribute::Handlers under mod_perl? Any success stories? Take a look at Apache::Handlers :) I've been able to get both forms working (attribute and block). Attribute::Handlers does require perl

Re: Berkeley DB 4.0.14 not releasing lockers under mod_perl

2002-03-25 Thread Jim Smith
being called once within the mod_perl environment (just being paranoid). Multiple (almost) simultaneous invocations might be causing some of the locking problems. They wouldn't show up then when being run from the command line. my $0.02 --jim

Re: Permission conflict between mod_cgi and mod_perl

2002-03-25 Thread Jim Smith
On Mon, Mar 25, 2002 at 10:44:10AM -0800, Randal L. Schwartz wrote: Jim == Jim Smith [EMAIL PROTECTED] writes: Jim On Mon, Mar 18, 2002 at 02:02:38PM -0800, James Lum wrote: 1. use suid perl and set the owner as root ... but i do not know if you can run a suid perl program under modperl

Re: here is a good modperl question on perlmonk

2002-03-18 Thread Jim Smith
with all uids between 1024 and 65535, using the uid as the port can work most of the time (6000 won't work if X Windows is being used, for example). --jim

Re: [ANNOUNCE] PHP::Session

2002-03-18 Thread Jim Smith
be shared across web machines without worrying about NFS problems. Basically, it would be nice to have PHP::Sessions provide the serialization mechanism for use by Apache::Session without it worrying about how to store the information. --jim

Re: [ANNOUNCE] PHP::Session

2002-03-18 Thread Jim Smith
On Tue, Mar 19, 2002 at 06:03:56AM +0900, Tatsuhiko Miyagawa wrote: At Mon, 18 Mar 2002 14:06:56 -0600, Jim Smith wrote: Will there be a way to specify each of the actions as PHP allows? For example, in a project I have, we use PHP4 sessions, but they are stored in a MySQL table so

[ANNOUNCE] libapreq 1.0 released

2002-02-24 Thread Jim Winstead
(this is the package that provides Apache::Request and Apache::Cookie.) The URL http://httpd.apache.org/dist/httpd/libapreq-1.0.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JI/JIMW/libapreq-1.0.tar.gz size: 160944 bytes md5: 26b9c4c6667ce367cd28c46805bee2dd more information

Re: System crash related to mod_perl

2002-02-24 Thread Jim Hull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I found the problem was happening for the lack of a content length header. Adding this has since fixed the problem. Thanks for everyones input, Jim - - To play a game

System crash related to mod_perl

2002-02-23 Thread Jim Hull
, and my sons machine running winme. Any help would be greatly appreciated. Jim - - To play a game is to attempt to achieve a specific state of affairs, using only means permitted by rules, where rules prohibit use of more efficient in favour of less efficient

Re: System crash related to mod_perl

2002-02-23 Thread Jim Hull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 actually i do send jpeg header with jpeg, in my haste to type out my mail last night so i can go to bed, i typed gif on accident. Jim - - To play a game is to attempt to achieve a specific state of affairs

Re: System crash related to mod_perl

2002-02-23 Thread Jim Hull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sir, Thanks for the help, as it turned out it was the lack of me including a content length that was causing it to hang. This thread can now be disregarded, thanks for everyones time. Jim

Re: Apache::Symbol-calling none-can('undef_functions')

2002-02-07 Thread Jim Smith
to p5p or something if I can gather more information. --jim

Re: Storing data for conf directives

2002-01-24 Thread Jim Smith
they would like to take a look at it. [snip] Looks like it was a matter of closure with a lexical variable. Second time configs were read, new lexical. I think. Changing it from `my %var' to `our %var' fixed it. For want of a nail --jim

AuthCookieDBI and authen/authz handler debugging...

2002-01-24 Thread Jim Lambert
, and I keep getting the following error: configuration error: couldn't check user. No user file?: /LOGIN Thanks for your help. Sorry if these are simple questions... -Jim -- [EMAIL PROTECTED] (Replace Z's with E's to reply) The nice thing about standards is that there are so many to choose

Re: Installing mod_perl 1.26 on solaris 2.7

2001-11-29 Thread Jim Smith
somewhere? Apache complains that it can't find it on startup (I'm trying to use HTML::Mason). Apache::Request is a separate package -- IIRC you can install it from CPAN no problem. I should have known that. Missed it somewhere or forgot about it :/ Thanks. --jim

Re: Cookie authentication

2001-11-19 Thread Jim Smith
, I believe there's even a port for it (much to my surprise). --jim

Re: Mod_perl component based architecture

2001-10-16 Thread Jim Smith
On Tue, Oct 16, 2001 at 07:41:46PM +0530, Gargi Bodke wrote: hi i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? There are a large number of

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Jim Smith
On Thu, Oct 11, 2001 at 02:53:09AM -0400, Drew Taylor wrote: I've run into a WEIRD problem that I think is ActivePerl related. I've installed the PerlKB modules and added some debugging code to PerlKB::Store.pm. The short story is that I have to shift TWICE to get rid of the PerlKB::Store!

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Jim Smith
5.6.0; in PerlKB.pm so that it would be immediately obvious to the new user. I will include a `require 5.006;' I do make use of `use base', the three argument form of `open' and auto-vivification of file handles in addition to `our'. Can't think of any others right now. --jim

Re: Off-topic - Apache Config - Load crises

2001-10-11 Thread Jim Cox
. -- Rafiq Ismail Software Engineer and Systems Administrator http://www.codix.net All the best people in life seem to like Linux. - Steve Wozniak -- Jim Cox (mailto:[EMAIL PROTECTED]) (817) 315-8134 (888) 834-7656 Toll Free (817) 315-8253 FAX

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Jim Smith
On Thu, Oct 11, 2001 at 01:05:17PM -0400, Drew Taylor wrote: At 11:45 AM 10/11/01 -0500, Jim Smith wrote: On Thu, Oct 11, 2001 at 11:25:43AM -0400, Drew Taylor wrote: I assume that the reason I get the Can't locate the render_format method is because you're not actually storing any

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Jim Smith
. They are related to regexes and there could be a regex hidden somewhere in mod_perl before your code is executed. That would explain the different behaviors. --jim

Lets Get it on!

2001-10-10 Thread Jim Cox
-- Jim Cox (mailto:[EMAIL PROTECTED]) (817) 315-8134 (888) 834-7656 Toll Free (817) 315-8253 FAX (817) 233-8567 Mobile

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Jim Smith
On Wed, Oct 10, 2001 at 01:05:18PM -0700, Medi Montaseri wrote: The identifier production in Perl is [a-zA-Z_]\w+ So '-' and '+' are not valid symbols... pp. 667-668, 3rd. Ed. Camel book --jim

Re: What hapened to AxKit.com?

2001-10-03 Thread Jim Winstead
you can get to axkit.com at http://217.158.50.178/ you can read about matt's travails in getting it up and running again at his diary on use.perl.org. http://use.perl.org/~matts/journal jim

Re: [ANNOUNCE] Config::LDAP

2001-09-28 Thread Jim Smith
the gun on this one :/ If anyone hasn't seen it already (I hadn't), take a look at Net::LDAP::Schema :) --jim

Knowledge Base for 2.0

2001-09-16 Thread Jim
out some more thoughts as they come. Please feel free to contribute. Now's the time to get the wish list put together. --jim

Re: Knowledge Base for 2.0

2001-09-16 Thread Jim Smith
On Sun, Sep 16, 2001 at 02:37:50PM -0500, Jim wrote: Last month, there was some mention of putting together a knowledge base for the mod_perl 2.0 documentation. I'm getting to the point at work that I can start throwing some time to it. Here are some thoughts I'm having regarding the design

Re: embperl

2001-09-07 Thread Jim Cox
, -- iain. http://eh.org/~koschei/ The only disadvantage I see is that it would force everyone to get Perl. Horrors. :-) --Larry Wall in [EMAIL PROTECTED] -- Jim Cox (mailto:[EMAIL PROTECTED]) (817) 315-8134 (888) 834-7656 Toll Free (817

Re: embperl

2001-09-07 Thread Jim Cox
Well,... Now that makes some sense. I'll try that. Thanks. Jens-Uwe Mager wrote: On Mon, May 07, 2001 at 02:44:13AM -0500, Jim Cox wrote: This will sould like sour grapes,. But! Since PHP module compiles,... and Mod_Perl will not on AIX with gcc compiler As far as I

Mod_Perl on AIX

2001-09-06 Thread Jim Cox
+ and not the distributed AIX cc. I just wanted to ask before I tried to modify the distributed Makefile.PL. Expesially centz I'za perl newbi. :o -- Jim Cox (mailto:[EMAIL PROTECTED]) (817) 315-8134 (888) 834-7656 Toll Free (817) 315-8253 FAX (817) 233-8567 Mobile

Re: Mod_Perl on AIX

2001-09-06 Thread Jim Cox
... Regards, Christian -- Jim Cox (mailto:[EMAIL PROTECTED]) (817) 315-8134 (888) 834-7656 Toll Free (817) 315-8253 FAX (817) 233-8567 Mobile

Re: Apache::DBI

2001-08-22 Thread Jim Smith
, afaik. --jim

Re: Children dying

2001-08-14 Thread Jim Smith
it and Apache are using the same expat library. Otherwise, it depends on what you are doing. --jim

Re: knowledge base

2001-08-12 Thread Jim Smith
On Sun, Aug 12, 2001 at 02:44:27PM +0800, Stas Bekman wrote: On Sat, 11 Aug 2001, Jim Smith wrote: I am thinking about splitting this into two projects: backend repository modules and frontend web interface. My strength is on the backend stuff. This allows for multiple frontends

Re: knowledge base - was Re: RFC: mod_perl 2.0 documentation project

2001-08-09 Thread Jim Smith
On Thu, Aug 09, 2001 at 07:31:11PM +0800, Stas Bekman wrote: This all sounds cool. I have a few concerns with this proposal: - source documents living under modperl cvs are to be written in POD. The project that you suggest should be able to accept this and other formats as a source.

Re: my OR our that is the question ?!

2001-08-09 Thread Jim Smith
On Thu, Aug 09, 2001 at 01:36:28PM -0700, Andrew Ho wrote: Hello, rI have the following situation... it is not big issue but ri'm interested why this happen... r rmy $ID = 555; rsub blah { r... r$ID = selectrow query; r... r} This is, in fact, a

Re: knowledge base - was Re: RFC: mod_perl 2.0 documentation project

2001-08-08 Thread Jim Smith
On Wed, Aug 08, 2001 at 10:45:43AM +0800, Stas Bekman wrote: On Tue, 7 Aug 2001, Jim Smith wrote: On Tue, Aug 07, 2001 at 10:16:26PM +0800, Stas Bekman wrote: Just some pseudo-random ideation boiling down to let's use mod_perl to buils a knowledge base both to demonstrate it's power

help w/ seg fault

2001-07-16 Thread Jim Hobbs
$ uname -a SunOS wfctest.des.state.mn.us 5.7 Generic_106541-16 sun4u sparc SUNW,Ultra-1 $ perl -v This is perl, v5.6.1 built for sun4-solaris $ cat

Re: apache won't start, strange dynaloader problem...

2001-07-06 Thread Jim Woodgate
that was the problem, it put the libapreq libraries in /usr/local/lib, once I put /usr/local/lib in /etc/ld.so.conf it worked fine. thanks! Doug MacEachern writes: On Thu, 28 Jun 2001, Jim Woodgate wrote: [Thu Jun 28 16:04:01 2001] [error] Can't load '/usr/contrib/lib/perl5

mod_perl/dynaloader problem...

2001-07-01 Thread Jim Woodgate
Sorry if this is a known problem, but I didn't see anything in the archives and I've installed these a bunch of times before without a problem Mandrake 8.0 perl-5.6.1 mod_perl-1.25 apache-1.3.20 I had problems compiling Apache::Request with the default Mandrake perl/apache packages, so I

apache won't start, strange dynaloader problem...

2001-06-28 Thread Jim Woodgate
sorry if this has been answered before, didn't find anything in the archives, and I've done this at least half a dozen times before with no problems. Mandrake 8.0 apache-1.3.20 perl-5.6.1 mod_perl-1.25 I had problems compiling Apache::Request with the native Mandrake apache/perl, so I

[ANNOUNCE] libapreq 0.33 released

2001-06-19 Thread Jim Winstead
handling file uploads to prevent overzealous memory allocation [Yeasah Pell, Jim Winstead [EMAIL PROTECTED]] handle internet explorer for the macintosh bug that sends corrupt mime boundaries when image submit buttons are used in multipart/form-data forms [Yeasah Pell] fix uninitialized variable

Re: cookies work for some browsers, not for others... ?

2001-04-28 Thread Jim Winstead
, Apr 28, 2001 at 02:44:29PM -0500, will trillich wrote: ??? what's that trailing zero for (or from), by the way? and that cf that preceeds !DOCTYPE... ? ??? chunked encoding. http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1 jim

Re: an unusual [job request] + taking mod_perl to the commercial world

2001-04-27 Thread Jim Winstead
and covalent, i don't know where one would look for a job just developing mod_perl itself. jim

mod Perl installation failures

2001-04-25 Thread jim . a . davidson
Sirs, I have discovered that my printer for some reason omitted some characters from the mod Perl installation README file which caused subsequent compilation failures. I have now rectified this and the install looks ok. Apologies for any time wasted. Thanks. Regards, Jim

  1   2   >