Re: Sending Mail

2002-06-13 Thread Jon Robison
Geesh, it's nice having the books author(s) on the mailing list here! --Jon R. Geoffrey Young wrote: > > Jon Robison wrote: > > > Can MIME::Lite do attachments? > > > > yes. there is an example in the cookbook that uses MIME::Lite: > > http://www.

Re: Sending Mail

2002-06-13 Thread Jon Robison
Can MIME::Lite do attachments? --Jon Joe Breeden wrote: > > We use MIME::Lite seems to work well for us. > > > -Original Message----- > > From: Jon Robison [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, June 13, 2002 8:57 AM > > To: [EMAIL PRO

Sending Mail

2002-06-13 Thread Jon Robison
iewed page in a textual format, and send the mail. I'm just looking for recommendations on a good perl mailing module for this kind of use. --Jon Robison

Re: Idiot question: headers at the base of the page.

2002-06-13 Thread Jon Robison
Don't recall offhand, but I know there is an http.conf momd_perl config command that will set 'auto-header' for you. Perhaps that is already on? --Jon Robison Issac Goldstand wrote: > > umm... If you send them twice. Aside from happening by doing > $r->send_http_

Re: separating C from V in MVC

2002-06-13 Thread Jon Robison
I just wanted to comment on Number 3, here. Scroll down ;-) kyle dawkins wrote: > > Fran (et al) > > I've stayed out of the MVC chitchat for a long time (very interesting > thread) because it's such a deep topic. But seeing as how Fran has > some concrete questions... > > > 3. How do you pr

Re: MVC Topic Joy

2002-06-10 Thread Jon Robison
from $html_obj->view_data. It just adds the result to $body. It's the html module's job to fill the return from view_data with the correct information. Hope this explanation serves. Like I said, I can't lay claim to being a guru ;-) --Jon Perrin Harkins wrote: > > Jon

MVC Topic Joy

2002-06-10 Thread Jon Robison
he overall system, I know I need to re-think what I am doing. Simplistic, yes. Workable, yes. It meets the KISS principle, at least. ;-) Comments, disagreements, smacks across the virtual face willingly accepted. --Jon Robison

Re: RPM for apache/mod_perl/mod_ssl

2002-06-05 Thread Jon Robison
fliptop, I'll take a copy of that spec file, if you don't mind!!! --Jon Robison fliptop wrote: > > Fran Fabrizio wrote: > > > > > We're currently struggling for an easy way to distribute our > > apache/mod_perl/mod_ssl-based application to our da

Re: Apache::TicketAccess

2002-05-31 Thread Jon Robison
You might want to consider Apache::AuthTicket, which IS in CPAN. It's an expanded version of the Eagle book's modules, and very capable, yet also relatively simple. --Jon Robison Per Einar Ellefsen wrote: > > At 21:50 31.05.2002, Arnold van Kampen wrote: > > >

Re: [OT] Refs don't work, like I want

2002-05-17 Thread Jon Robison
AAA BBB CCC /; my $i; for ($i =0; $i < scalar(@args); $i++) { $vars->{$args[$i]} = $vals[$i]; } $var->{'key1'} = "some other value"; This would not have overwritten the $var->{'key2'} assignment. --Jon Robison "F.Xavier Noria" wrote: > > On F

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
Crud! Well, at least I hadn't said "spell" checker! --Jon fliptop wrote: > > Jon Robison wrote: > > > No it is not. It should read "not so great if you need your hands held." > > i think he was referring to the fact that you spelled grammar incorrectly.

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
Oye! Hmmat least I have the excuse that I'm not a writer ;-) --Jon Fran Fabrizio wrote: > > > "Wiswell, Virginia" wrote: > > > Somebody get this reviewer a grammer checker! > >>> > >>this is a joke, right? > > Uh, Jon, she was pointing out that you misspelled 'grammar'. :-) > > -Fra

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
No it is not. It should read "not so great if you need your hands held." --Jon R "Wiswell, Virginia" wrote: > > >> Somebody get this reviewer a grammer checker! > > this is a joke, right? > > -----Original Message- > From: Jon Robison [mai

Re: the cookbook review on perl.com

2002-04-26 Thread Jon Robison
Not sure I would want this person evaluating my books . . . "not so great if you need your hands holded." Somebody get this reviewer a grammer checker! --Jon Robison Stas Bekman wrote: > > For a nice review of the latest and the greatest mod_perl co

Re: Apache::OK error

2002-04-25 Thread Jon Robison
maybe a "use Apache::Constants qw/ :common /;" ???? --Jon Robison "Lihn, Steve" wrote: > > Hi, > I am testing the Apache::Echo connection handler for Apache2 and mod_perl 2. > But encounter the following error: > > [Thu Apr 25 15:32:15 2002] [error] f

Re: full-featured online database apps

2002-04-24 Thread Jon Robison
administering mysql databases. www.webmin.com --Jon Robison Adi Fairbank wrote: > > Does anyone know of a good customizable, user-friendly, online database > application, preferably mod_perl-based? I want to migrate a small Access > database to MySQL with a web interface, for added featu

Re: how to pass data in internal redirects?

2002-02-26 Thread Jon Robison
$r->pnotes persist across internal_redirects, I believe. --Jon Robison Igor Sysoev wrote: > > On Tue, 26 Feb 2002, F. Xavier Noria wrote: > > > I suppose that controllers would use internal redirects to call the > > views, is there a way to pass Perl data this w

Re: Apache::Session

2002-02-26 Thread Jon Robison
As an add-on to this, does anyone know if one could use MySQL HEAP (memory resident) tables for the session table? --Jon Robison Rob Bloodgood wrote: > > > I am using Apache::Session with Postgresql. Unfortunately I had > > never worked with a huge amount of data before I sta

Re: Configuration problem -- HTML embeded cgi script calls not working [using default MDK/Linux 8.1 (Apache 1.3)]

2002-02-18 Thread Jon Robison
Also, the XbitHack still works, although it is officially depercated. Haven't used it in a while though, so I can't give you details on exactly how to turn it on. Anyone else on the list remember how? Essentially, instead of having to re-name to .shtml, you just make it chmod a+x. The exec flag

Re: Question...

2002-02-13 Thread Jon Robison
ehavior > is called, forcing the user to re-login only if they've closed that browser > instance. > > Is there someway to expire cookies on page leave, or is this the smartass > thing you were referring to? :) > > -- Ryan Parr > > - Original Message - &g

Re: Question...

2002-02-12 Thread Jon Robison
Cookies! /me is in smartass mode today. --Jon Ron Beck wrote: > > Hello all, > I need to know how to clear the $ENV variables. For example, I use a > .htaccess file for specific directories which requires the user to enter > userID and password. When they exit the page, I want them to have t

Re: [OT] callisto software graphics

2002-02-07 Thread Jon Robison
Obviously one of those "Use our program to build your web site in just 1 hour!" things. Maybe NOFusion? It used to come with a bunch of those "Fast Templates" --Jon R. Aaron Ross wrote: > > http://callistocms.com v http://w.moreover.com/ > > hmmm > > -- > aaron ross . alias i, inc >

Re: DECLINED unless 'text/html' but images never make it

2002-01-14 Thread Jon Robison
How about trying: return DECLINED unless $r->is_initial_req; Image calls are not initial requests, they are sub requests. --Jon Robison "R.Munden" wrote: > > I've a script (controlled by a directive) that wraps a standard > header and footer around an HTML page &

Re: Suggestions on an XML-RPC Service using modperl?

2002-01-02 Thread Jon Robison
As far as the cacheing goes, we have had extremely good luck with IPC::ShareLite used to share info across mod_perl processes. --Jon R. Chip Turner wrote: > > "Bruce W. Hoylman" <[EMAIL PROTECTED]> writes: > > > Ciao! > > > > I would like some input on an intranet web service I am currently in

PushHandler and Cookies

2002-01-01 Thread Jon Robison
;Ticket'}->value; return \%ticket; } 1; ##3 I have tried switching from CGI::Cookie to Apache::Cookie (and modifying the commands to suit) - no luck. Same thing. Can anyone see something obvious that I am doing wrong? I realized that this is probably a "newbie" question, but I could use the help. I have re-written the Logout.pm a dozen times, to no avail. --Jon Robison

Re: Doing Authorization using mod_perl from a programmersperspective

2001-12-10 Thread Jon Robison
during user interface development, etc. where menus differ based on some criteria for users) --Jon Robison David Young wrote: > > fliptop wrote: > > Joe Breeden wrote: > >> > >> How does this work in an environment with two (or more) computers with the > >> exa

Deleting a cookie

2001-11-27 Thread Jon Robison
I have created a login system using the wonderful Ticket system from the Eagle book. I have modified TicketAccess so that after authentication, it reviews the arguments in the query string and does push_handler, the handler being chosen based on the args. My only problem is that I want to provid

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Jon Robison
How about using an Apache::Sessions id instead of IP address? --Jon Robison "Randal L. Schwartz" wrote: > > >>>>> "fliptop" == fliptop <[EMAIL PROTECTED]> writes: > > fliptop> i have found that using the HTTP_USER_AGENT environment >

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-19 Thread Jon Robison
Randall, you want to expound upon that? --Jon Robison "Randal L. Schwartz" wrote: > > >>>>> "fliptop" == fliptop <[EMAIL PROTECTED]> writes: > > fliptop> i have found that using the HTTP_USER_AGENT environment > fliptop> variable

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-16 Thread Jon Robison
fliptop wrote: > > Jon Robison wrote: > > > > The most relevant section for you is the Ticket system he describes. (I > > believe the section header says something about Cookies, but you'll know > > you have the right one when you see TicketAccess.pm, TicketToo

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-15 Thread Jon Robison
Jonathon, I am doing exactly this also. What works is this: Get a copy of "Writing Apache modules with perl and C" and read it. The most relevant section for you is the Ticket system he describes. (I believe the section header says something about Cookies, but you'll know you have the right on

Silly Newbie Question: cookies and such

2001-11-12 Thread Jon Robison
Unfortunatly, I find myself with a silly newbie question: I need to make an Apache module (not a Registry script) which will: 1. Check for a cookie, and if not there, pushhandler to a module for logging in (keeping the original request at hand for use after they succeed in logging in). 2. Extrac

Re: [JOB] Red Hat Network Web Engineer positions open

2001-11-08 Thread Jon Robison
Jiminy Crickets Chip! Yer makin me drool! If it weren't for the "Move to NC" part, I'd be doing my best to be your new closest buddy ;-) --Jon Robison Uniphied Thought, LLC Dearborn, MI Chip Turner wrote: > > Hello all, > > We have a couple openings doing

Re: @INC

2001-10-23 Thread Jon Robison
"Plows, Sean (London)" wrote: > > How can I set this as my cgi's can't locate my libs? > > > Regards, > > > > Sean Plows Sean - try "use lib '/path/to/my/libs';" That should "append" your library path to @INC. Wo