Re: Apache::DBI

2003-08-29 Thread Michael A Nachbaur
authentication failed for user canis at /var/lib/perl/JCVA/Conexion.pm line 11 [Thu Aug 28 12:37:03 2003] [error] Can't call method prepare on an undefined value at /var/lib/perl/JCVA/Conexion.pm line 13. Somedody knows if the user must be registered in some configuration file? -- /* Michael

Apache::DBI and temporary tables

2003-07-22 Thread Michael A Nachbaur
that takes advantage of this is used in an Apache Registry script? If I do a $dbh-disconnect, I know it will be ignored by Apache::DBI, but is it smart enough to pass something back to the database server telling it that it can purge temporary data? Thanks. -- /* Michael A. Nachbaur [EMAIL

PerlSections grief with VirtualHosts

2003-01-16 Thread Michael A Nachbaur
=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ -- Michael A Nachbaur [EMAIL PROTECTED] http://nachbaur.com/pgpkey.asc `That young girl is one of the least benightedly unintelligent organic

Re: PerlSections grief with VirtualHosts

2003-01-16 Thread Michael A Nachbaur
. Instead of recompiling, I'm simply not use'ing XML::LibXSLT globally. I apologize for the list noise; it was late at night (or _really_ early in the morning, depending on your perspective)...yeah, that's a good excuse. :) -man Stas Bekman wrote: Michael A Nachbaur wrote: I'm pulling my hair

Re: problem with session ids

2002-11-14 Thread Michael A Nachbaur
). When I created the cookies, I was accepting all the defaults, so the cookie was being limited to the sub-directory of my site. My fix for this was to explicitly set the PATH variable of my cookie to be set to /. This might be your problem. -- -man Michael A Nachbaur The best way to predict

Re: nice mod_perl statistics to share

2002-07-04 Thread Michael A Nachbaur
On Fri, 05 Jul 2002 01:18:46 +0800 Stas Bekman wrote: I've just updated the mod_perl with the latest stats and I'm glad to say that the results are nice, so you can show your bosses that they did the right choice (or should) ;) Any ideas on what caused such a huge jump in usage? Besides the

[RFC] Dynamic image generator handler

2002-05-12 Thread Michael A Nachbaur
). If you would like to help, have the time to help, and have the skills necessary, please let me know because many eyes make all bugs shallow. -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F

[RFC] Dynamic image generator handler

2002-05-12 Thread Michael A Nachbaur
it was too big. Anyway, if anyone would prefer the text version, and you know why I wasn't able to post, let me know and I'll repost it. -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F

[RFC] Dynamic image generator handler

2002-05-12 Thread Michael A Nachbaur
). If you would like to help, have the time to help, and have the skills necessary, please let me know because many eyes make all bugs shallow. -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F

Re: [RFC] Dynamic image generator handler

2002-05-10 Thread Michael A Nachbaur
. -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F

Re: [RFC] Dynamic image generator handler

2002-05-10 Thread Michael A Nachbaur
is because I need to have background images behind text, semi-transparency of multi-layered images, and resizing/scaling of images with borders and shadows, etc. -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E

Re: [RFC] Dynamic image generator handler

2002-05-10 Thread Michael A Nachbaur
Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F

[RFC] Dynamic image generator handler

2002-05-09 Thread Michael A Nachbaur
). If you would like to help, have the time to help, and have the skills necessary, please let me know because many eyes make all bugs shallow. -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F

[OT] File Upload Applet

2002-03-13 Thread Michael A Nachbaur
which files they'd like to upload. It would then upload (either using a MultiPart form submission, FTP, etc) those files to the server. Any suggestions? -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974

Re: [OT] callisto software graphics

2002-02-07 Thread Michael A Nachbaur
http://callistocms.com v http://w.moreover.com/ Grrr! I had an outside designer come up with that LookFeel for me. I had no idea they ripped it off. /me kicks designers butt -man

Re: New mod_perl Logo

2002-01-29 Thread Michael A Nachbaur
exisiting icons of mod_perl (the camel, Apache feather, eagle, etc), or Please let's not choose one with an ORA animal as the official logo. It's Well, seeing as this would be the new version of mod_perl, I could see it being worth ORA's while to forgo their little copyright nonsense. I'm

Dynamically serving an .htaccess file with mod_perl

2002-01-28 Thread Michael A Nachbaur
Hello all, Does anyone know of a way that I can server the contents of an .htaccess file dynamically? I know Apache checks the request directory (and all directories above it) for an .htaccess file before serving a file request, but there is no mention of how it goes about loading that file.

Loading documents from a database

2002-01-25 Thread Michael A Nachbaur
with their corresponding stylesheets. Since Apache isn't loading the .htaccess files using my handler, the stylesheets aren't being called. Any clues on how I can get Apache to load the .htaccess files using my handler? Thanks -man Michael A Nachbaur

Apache::Session using Frames

2001-12-09 Thread Michael A Nachbaur
to resolve this without loosing my hair. :) -man Michael A Nachbaur

Re: Apache::Session using Frames

2001-12-09 Thread Michael A Nachbaur
state, but at least it works. -man Michael A Nachbaur

Apache::Session and frames

2001-12-05 Thread Michael A Nachbaur
to resolve this without loosing my hair. :) -man Michael A Nachbaur

Re: Apache::Session and frames

2001-12-05 Thread Michael A Nachbaur
Basic Idea, what is the path argument of the cookie you are using? If the called pages are lying underneath different roots then the cookie won't be read. I even do not loose the session between windows :-) Thanks for the prompt reply. The way I have this going, is a file at:

Apache::Session not updating session

2001-08-14 Thread Michael A Nachbaur
, since my application is working with the exception of this crucial piece. Any help anyone can provide would be greatly appreciated. System config: Redhat 7.1, with stock Apache/mod_perl RPMs. Stock RH7.1 Perl. Apache::Session v1.53 -man Michael A Nachbaur

Re: Apache::Session not updating session

2001-08-14 Thread Michael A Nachbaur
Okay, thank you all for your suggestions. It was the deep modifications that were killing me. I just did a handy-dandy: $session{timestamp} = time; and that fixed everything. -man Michael A Nachbaur

[OT] JMS-like event framework for Perl

2001-03-10 Thread Michael A. Nachbaur
odularize this, what features would you like to see? Thank. -man Michael A Nachbaur mike(at)nachbaur(dot)com

Script Debugging Modules?

2000-12-10 Thread Michael A. Nachbaur
of what was called when (doubtful). Basically, I was thinking of having something like syslog, but for my perl modules. I'd also like to be able to limit the debugging output on a per-module basis. Anyone know of anything like this, before I build one? Thanks. -man Michael A Nachbaur