Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-11 Thread Paul
. Thanks, Perrin -- that sort of feedback is the reason lists are so handy. Paul __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-11 Thread Paul
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Paul wrote: > > What I mean is that before I had a custom access > > handler installed to use MySQL without resorting to state > > management other than the http NCSA Basic Authentication header > > You should be a

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-11 Thread Paul
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Paul wrote: > > Looks like the FastCGI binaries are only available for Windows > > versions. We'll be on Sun Solaris, but I can probably recompile the > > source, if that doesn't cause the open-source police t

unsubscribe RTFM's not working, lol....

2002-10-11 Thread Paul
Okay, at least twice now I've sent this person explicit (and even polite) instructions on how to unsubscribe, once even including an explicit link for each of these two email addresses. Both times I included instructions on how to get more instructions, both via email, and with reference links.

Re: OT: Are things really this bad?

2002-10-11 Thread Paul
--- Todd Finney <[EMAIL PROTECTED]> wrote: > I was looking at jobs.perl.org this afternoon, and there are a lot of > things on there like this: > - "we'll pay you when we have some money" > - $20-$30 an hour > - "Do all this, we'll give you $75." > I'm not *really* in the market

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-13 Thread Paul
*They* don't know what they mean, but we're getting a variance for Perl (supposedly). No such luck for mysql or apache --- Lupe Christoph <[EMAIL PROTECTED]> wrote: > On Wednesday, 2002-10-09 at 18:22:24 -0400, Steve Grazzini wrote: > > On Wed, Oct 09, 2002 at 02:

Re: [Very, VERY OT] Re: [Mason] ANNOUNCE: Mason 1.15

2002-10-14 Thread Paul
> > > Dave, just interesting. What does "ginsu knives" means :? > > throw in a set of free ginsu knives (think sushi) for people who > > would buy some crap on the TV shopping program. > We have this kind of TV ads on German TV now, too. Badly dubbed. So > badly it's getting worth watching if you

Re: migrating from Apache to iPlanet; any mod_perl counterpart? [FOUND?]

2002-10-14 Thread Paul
se he didn't want them shared; I trust the rest of the note is sufficiently impersonal that he won't mind me reposting it to the list. Paul --- Dennis Daupert wrote: > Hi Paul, > > Although I've not had the time or mandate to get into the perl/nsapi > connection, I

syntax and sanity check?

2002-11-12 Thread Paul
;t clean (I tried to make sure it fit on one slide and didn't get too complicated for the topic, hence such non-portable features as the DNS literal, etc), but suggestions are still very welcome. Thanks all, Paul __ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2

Fwd: SULFNBK.EXE Hoax

2001-12-20 Thread Paul
Symantec Security Response encourages you to ignore any messages regarding this hoax. It is harmless and is intended only to cause unwarranted concern. http://www.symantec.com/avcenter/venc/data/sulfnbk.exe.warning.html (Please forgive the spam.) _

apologies

2001-12-20 Thread Paul
-With sincere apologies, I just sent a message to my entire distribution list, forgetting that it included listservers. I'll try to avoid this mistake in the future. Paul __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for a

[OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-09 Thread Paul
IT department that insists we can't use free stuff that's *ALREADY* working. If anyone has a miraculous suggestion, I will light many candles in your honor. *sigh* Paul __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-10 Thread Paul
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Perrin Harkins wrote: > > Paul wrote: > > > >> I know there are servlets, but I was led to believe that I would > >> almost be able to drop my mod_perl modules into the iPlanet server, > >> as i

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-10 Thread Paul
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Paul wrote: > > The problem isn't so much the registry as the API. > > Any use of the Apache API would have to be rewritten. There is no > way around that. That's what I figured. > > I don't know h

missing ENV

2000-05-18 Thread Paul
the *browser* to report the right username on subsequent requests without a login dialogue? Paul TEMPVS PECVDEM COLLARE EST -- It's time to thin the herd. __ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/

Re: Cookies

2000-05-23 Thread Paul
cookies coming in from the browser get seperate Cookie: headers? This code is working, but I don't want to build it to break later. Should I be reading them into an array? Also, as I mentioned earlier, I couldn't get "domain=...;" to work. Suggestions? Anyway, hope that hel

Re: Cookies (domains now working!)

2000-05-24 Thread Paul
foo.com;"); Ah-HA! I *don't* think I used a dotThat was it! multas gratias tibi do! Thanks, lots. =o) Paul Printed across the top of Folger's Gourmet Coffee Singles packets: "100% COFFEE WITH ADDED FLAVORS" = "Seize the wildness of the moment, Feel

10 digit timestamp

2000-05-24 Thread Paul
ybe we should think about it before 2037? =o) Paul A plaque on Eistein's wall (in paraphrase) -- "Not everything that can be counted counts; Not everything that counts can be counted." __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/

hang time, segfaults

2000-05-30 Thread Paul
s.com:8443/">here. Apache/1.3.12 Server at mailto:[EMAIL PROTECTED] m">bos04111.al.bst.bls.com Port 8080 0 (** and this? **) Connection closed by foreign host. ==

Jez 'n' Di?

2000-05-31 Thread Paul
and have never had this problem before. I realise that's not a mod_perl problem, but is it a mod_perl posting problem? Did I do something odd? I've even been trying to remember to turn off my signature file (though I still try to tag something in by hand).

custom_response/segfaults

2000-06-01 Thread Paul
After code verifying that the user hasn't already been registered/approved, I changed the code below == if ($url !~ /NewReg[.]cgi$/o) { $r->custom_response(FORBIDDEN, "/public/NewReg.cgi"); return FORBIDDEN; # trigger custom_response } =

logging bytes served

2000-06-01 Thread Paul
Is there a simple way already provided to add bytes served a request into the log? __ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/

Urgent: remove password from server cert?

2000-05-31 Thread Paul
und to feed the password to the startup query. This really needs to be automated. Help? =o) Paul = Friends are those who, when you must inconvenience them, are less bothered by it than you. ;o] __ Do You Yahoo!? Send instant messages & get emai

jezndi (again)

2000-06-02 Thread Paul
I don't know why, but it seems a lot of the messages I send to this list are getting through, but also being tossed back at me with a nastygram from [EMAIL PROTECTED] accusing me of spamming. Easy enough for me to just block this address, but I thought I'd post one more notice in case someone res

Re: Apache, Mod_Perl and Custom Access/Authentication

2000-06-08 Thread Paul
s the browser sends, and then something like $r->headers_out->add('Set-Cookie' => "$name=$val") to place new ones? Not that there aren't plenty more ways Paul At the hat-check, why don't they? ;o] (grenade humor...tickingdud?) ___

[Now OT] ?

2000-06-12 Thread Paul
> WAY OT at this point :) Okay, time for me to graduate from "rube-ness" on this one. (~lol~) What, exactly, is OT? :o) Paul __ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com

[OT] =o)

2000-06-12 Thread Paul
Many thanks, all. Now I know how to post messages like this one, which aren't really important or valid to a thread, but that I'd like to post anyway, as an "aside". Now, back to the grindstone PH __ Do You Yahoo!? Yahoo! Photos -- now, 100 F

[OT] Re: sendMail in cgi program

2000-06-12 Thread Paul
. In the end, all things considered, it might work better to just build it the hard way -- print Sendmail "To:...\n", "From:...\n", "Subject:...\n\n", # note double newline # content stuff here....

moving GIF's constantly reloading

2000-06-16 Thread Paul
place I *ever* use a no_cache is on the user's registration. Would that last for a whole session? (I commented it out, just in case?) I'd seen this in the logs, but only had it do it to me today (after testing the registrationmaybe related.) Th

[OT]SegFaults, not PerlFreshRestart or module related

2000-06-19 Thread Paul
od_perl problem. I don't really kbnow if it is or not, but couldn't find a straight apache list. Thanks for your patience, and for any help you can offer. Paul __ Do You Yahoo!? Send instant messages with Yahoo! Messenger. http://im.yahoo.com/

Re: garbled redirections

2000-06-20 Thread Paul
--- Eric Cholet <[EMAIL PROTECTED]> wrote: > > Hello, all. > > > > First, the problem: > > > > [Tue Jun 20 09:06:55 2000] [error] [client 90.17.209.65] Invalid > error redirection directive: üØ@ > > > > > > üØ@? Let

garbled redirections

2000-06-20 Thread Paul
Hello, all. First, the problem: [Tue Jun 20 09:06:55 2000] [error] [client 90.17.209.65] Invalid error redirection directive: üØ@ üØ@? Let me assure you, "üØ@" isn't in my code anywhere. =o) I am, however, using a

[OT]Centralized Signal Handling

2000-06-23 Thread Paul
ws the stacking of signal handlers, and provides for handlers to receive additional arguments. Basically, just supplying some tools that came to mind as I contemplated the problem. Suggestions? Questions? Criticisms? Pokes to the eye with sharp sticks for being an idiot? :o] Thanks for the

Re: [OT]SegFaults, not PerlFreshRestart or module related

2000-06-26 Thread Paul
--- Ged Haywood <[EMAIL PROTECTED]> wrote: > Hi all, > > On Mon, 19 Jun 2000, Paul wrote: > > > I'm running out of ideas. > > > > PerlFreshRestart was completely unused, then explicitly set Off. > > I have two handlers, which seem to work well.

Re: Apache/mod_perl

2000-07-07 Thread Paul
Stronghold would give you professional tech support, but if all you want is SSL, check out Ralph Engelschall's mod_ssl (www.modssl.org) based on the OpenSSL protocol (www.openssl.org). It works well with vanilla Apache, and it's *free* -- thanks again, Ralph. =o) --- Pramod Sokke <[EMAIL PROTEC

Re: can't get unbuffered output to work

2000-07-13 Thread Paul
--- darren chamberlain <[EMAIL PROTECTED]> wrote: > Dirk Lutzebaeck ([EMAIL PROTECTED]) said something to this effect: > > No, doesn't seem to matter in my case. Is there any place I can > verify > > that Apache has sent some data to the client? > > try: > > $ telnet myhost 80 > GET / HTTP/1.0

*Very* [OT]:Filename from handle?

2000-07-18 Thread Paul
Is there a way to get the name of a file if all you have is an open filehandle? And can anyone tell me where there's a more appropriate place to post such a question? I can't seem to find anything today. Sorry for the spam, folks. Thanks for your patience. __

Re:[OT] Anyone know a good perl mailing list?

2000-07-19 Thread Paul
erl.org or .com > > > > I tried subscribing to a few but links where outdated. > > This is what the comp.lang.perl* Usenet newsgroups are there for. True enough, but I can't read newsgroups through our company firewall. Email I can get. Is there *not* a list? ~sigh~ P

Re: What's this error?

2000-07-19 Thread Paul
ebugger? I'm feeling pretty ignorant, here, and unfortunately won't have any time to RTFM for a few weeks yet. (~mumblegrumble~) Paul __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/

Re: Expect Problem

2000-08-02 Thread Paul
--- dreamwvr <[EMAIL PROTECTED]> wrote: > hi Ron, > well here is one suggestion that i am not really certain > that > the expect.pm handles .. but if you can try to insert 'interact' to > see what prompts rm wants on the other side as remember that > you need to expect from process th

Re: [OT] Re: Should cookies expire?

2000-08-03 Thread Paul
And if you're on one of those systems that let's you log in once and then add anything you like to your shopping cart (and purchase it, since your account already has your credit card number), then you might *want* it to log you out after just a few minutes if you get up for another espresso and

Re:[OT][JOB] mod_perl coders welcome at Quios

2000-08-11 Thread Paul
> On Thu, 10 Aug 2000, Tom Mornini wrote: > > I've recently been promoted to Manager, Engineering at Quios. Congratulations, Tom. __ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/

Re:[OT] unsubscribe modperl

2000-11-10 Thread Paul
mmand instructions? Paul __ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one Place. http://shopping.yahoo.com/

replacing a directory specific legacy CGI

2000-11-27 Thread Paul
Good morning, gang. As we migrate to mod_perl, we have one major CGI that is scattered all over the site. It is directory local and reads config files to adjust its output. Currently we have one copy in cgi-bin and quite literally hundreds of symlinks to it from all over the site. We want to re

Re: replacing a directory specific legacy CGI

2000-11-27 Thread Paul
--- "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote: > >>>>> "Paul" == Paul <[EMAIL PROTECTED]> writes: > > Paul> Good morning, gang. > Paul> As we migrate to mod_perl, we have one major CGI that is > Paul> scattered all

efficient mod_perl alternatives to fork()?

2000-11-28 Thread Paul
ks do a full blown program fork and exec, too?) Also, I realize the security holes this might present, but the files in question are never influenced by user input. Security isn't the question -- just the fork. Thanks a mil, Paul __ Do Yo

[repost]garbled redirects

2000-11-07 Thread Paul
RGE_FILES PERL_IMPLICIT_CONTEXT Built under hpux Compiled at May 5 2000 15:36:16 @INC: /usr/local/lib/perl5/5.6.0/PA-RISC1.1-multi /usr/local/lib/perl5/5.6.0 /dart10/perl5/lib/site_perl/PA-RISC1.1-multi /dart10/perl5/lib/site_perl /dart10/perl5/lib/site_perl . (Sorry, I don't have utilities for a decent stacktrace) As always, thanks much in advance for any suggestions. Paul __ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one Place. http://shopping.yahoo.com/

Re: RFC: mod_perl advocacy project resurrection

2000-12-05 Thread Paul
--- Stas Bekman <[EMAIL PROTECTED]> wrote: . > I see two main streams: > 1) Online zines. > 2) Conferences. Apache.org has a whole subsection devoted to mod_perl Any idea what it would take to get a link there from webs like tpj and Perl.com? I was thinking that perl.com has a nice seri

RE: mod_perl advocacy project resurrection

2000-12-05 Thread Paul
--- brian moseley <[EMAIL PROTECTED]> wrote: [...] > if we'd have been operating in a java environment, we'd have > been able to take advantage of the "insanely great" > JavaMail, which comes out of the box with an IMAP backend. a > prototype IMAP re-implementation of our mail client took > about

[OT] shmget? [Was: mod_perl advocacy project resurrection]

2000-12-06 Thread Paul
--- Gunther Birznieks <[EMAIL PROTECTED]> wrote: [re: Java] > 1. Trivial to do multithreading and shared memory > (in a single server). > Really nice for pools of cached information. > Single process model sucks for this. Can't say I've looked, but has no one put a nice class wrapper around sha

[entirely OT :o] Version 0.3? [Was: mod_perl advocacy project resurrection]

2000-12-06 Thread Paul
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > > you don't have to spend time re-integrating Apache::Session and > > Apache::DBI and Apache::WipeMyAss with each new project. > > I think Apache::WipeMyAss auto-configures as of 0.3. Where can *I* get that upgrade? =o) __

Re: mod_perl advocacy project resurrection

2000-12-06 Thread Paul
--- Chris Winters <[EMAIL PROTECTED]> wrote: [...] > 'Java' and 'open-source' are not mutually exclusive :-) Hallelujah! I still prefer Perl, but this is news to me, and GOOD news! =o) [...] > And the perception out there, unlike with mod_perl, is that you don't > need to be a wizard to build

shared mem [was: mod_perl advocacy project resurrection]

2000-12-06 Thread Paul
--- Jim Woodgate <[EMAIL PROTECTED]> wrote: [...] > 2) Sharing information between the processes. There's lots of > different ways to do it, but none really jumps out as an end-all > solution. Is there no Apache::SharedMemory (or some such)? If not, does anyone think it would be worth the time

"be nice" reminder [Was: mod_perl advocacy project resurrection]

2000-12-06 Thread Paul
While we're on the topic of advocacy, I'd like to briefly mention the RTFM reflex. Most of the people working on these projects are *working*. They have no time to coddle stupid questions from newbies who didn't *bother* to RTFM. I do understand that, and I sympathize. But if we're talking advoc

Re: shared mem [was: mod_perl advocacy project resurrection]

2000-12-06 Thread Paul
--- "G.W. Haywood" <[EMAIL PROTECTED]> wrote: > Hi Paul, > > On Wed, 6 Dec 2000, Paul wrote: > > > Is there no Apache::SharedMemory (or some such)? If not, does > > anyone think it would be worth the time for someone (like me) to > > sit down an

Re: "be nice" reminder [Was: mod_perl advocacy project resurrection]

2000-12-06 Thread Paul
hen they *deserve* a little rudeness. A little. *after* having been given a clue. Remember, generic questions will politely punish the ask-er simply by the volume of polite response. =o) I didn't mean to sound like I was ranting! lol! --- Dave Rolsky <[EMAIL PROTECTED]> wrote: &

Re: RFC: mod_perl advocacy project resurrection

2000-12-08 Thread Paul
--- Nathan Torkington <[EMAIL PROTECTED]> wrote: [snip] > I'd rather see us find some way to churn out perl and mod_perl > programmers. For instance, release a beginner class on Perl and > mod_perl and have local Perlmongers lead classes. I have my slides > from the University of Perl, which I'

[me too] certification [Was: mod_perl advocacy project resurrection]

2000-12-08 Thread Paul
First, the gratuitous "me, too!" As fair warning, there's little more than that in terms of valid content here, but if you're still interested in reading the rest --- "J. J. Horner" <[EMAIL PROTECTED]> wrote: > On Wed, Dec 06, 2000 at 01:22:26PM -0800, Randal L. Schwartz wrote: > > > "Gun

[OT] Re: 'why mod_perl' rebate anybody?

2000-12-11 Thread Paul
A linguistics discussion on the mod_perl list. Larry would be proud. =o) Je pense, donc je sui! lol! --- [EMAIL PROTECTED] wrote: > > Is rebate in the sense of the word that the amount is reduced an > American thing? > > Hmmm. I hadn't thought about it, but come to think of it, I think it > is

[OT]umm...WTFM? [Re: advocacy]

2000-12-12 Thread Paul
I was working on an article for http://take23.org/ and thought I'd link to the basic documentation you get with "perldoc Apache" after you've installed mod_perl and I can't find a copy online. Anybody point me to one

of ports and protocols and redirection...

2001-01-05 Thread Paul
Alright, I realize this is possibly a silly question, and apologize in advance, *but*. Our company issues it's own digicerts, and our site allows free access to anyone with one of those. We allow free access to anybody in a core "public" area, regardless. Currently I'm using an external redir

Re: Apache::Registry and variables...

2001-01-24 Thread Paul
--- Joseph Crotty <[EMAIL PROTECTED]> wrote: > I read that if you run scripts under Apache::Registry, > its a good idea to write memory leak proof code. Since the code is resident in memory between calls to the script, it's a *very* good idea to be careful of such things. > I also read that one

Re: long background tasks

2001-01-25 Thread Paul
--- Louis-David Mitterrand <[EMAIL PROTECTED]> wrote: > Hello, > > Were are trying to run long a task (DB import) from a HTML::Mason > page and are trying to send an immediate response to the user while > the task is running. Here is our pseudo-code: > > <%init> > sub long_running_task { >

mod_ssl: Init: Failed to generate temporary 512 bit RSA private key

2001-02-08 Thread Paul
Hi, all. I've been trying to add a couple of modules to my Apache, and just can't seem to get it to do it's thing. Forgive me if I tell you too much, but I'm just trying to be thorough. STEP 1: === perl Makefile.PL USE_APACI=1 USE_DSO=0 EVERYTHING=1 \ DO_HTTPD=1 SSL_BASE=/usr/local/s

Re: mod_ssl: Init: Failed to generate temporary 512 bit RSA private key

2001-02-09 Thread Paul
--- Ges Seger <[EMAIL PROTECTED]> wrote: > Paul wrote: > > > Hi, all. > > > > I've been trying to add a couple of modules to my Apache, and just > > can't seem to get it to do it's thing. Forgive me if I tell you > too > &g

[OT] make test fail [WAS mod_ssl: Init: Failed to generate temporary 512 bit RSA private key]

2001-02-09 Thread Paul
--- Lutz Jaenicke <[EMAIL PROTECTED]> wrote: > On Fri, Feb 09, 2001 at 01:04:51PM -0800, Paul wrote: > > EGD is great -- thanks for the suggestion -- but the "make test" is > > still no go. The OpenSSL manpage for RAND_egd (to which egd.pl docs > > pointed me

[OT] re:advocacy at perl.com

2001-02-16 Thread Paul
Hi, all. Nothing really new here -- just thought I'd note that perl.com has "a budget to burn" and an open invitation for anything perl related. Please see below; I repost the perl.com mailing in it's entirety (please forgive the size, but I hate plagiarism. =o) ===

Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-14 Thread Paul
Anybody know offhand *why* my() lexicals are supposedly faster? If they're stored on a scratchpad for the scope, which is an array, (technically a stack of them to accommodate recursion,) then exactly how does Perl go about finding which data location you mean when you say $x for a lexical? $::x

Re: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-14 Thread Paul
--- Robert Landrum <[EMAIL PROTECTED]> wrote: > I could be wrong, but as I recall, when your program enters a scope, > perl immediatly identifies the the scratchpad to use. Then, it need > only search backwards up the tree of scratchpads to find the variable > "$x", which is faster than iterat

Re: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-14 Thread Paul
--- Elizabeth Mattijsen <[EMAIL PROTECTED]> wrote: > At 03:52 PM 3/14/01 -0800, Paul wrote: > But nothing about the structural/algorithmic mechanics. :< > > From the perlsub docs: > > Variables declared with my are not part of any package and are > therefore &g

Re: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-14 Thread Paul
--- Brian Ingerson <[EMAIL PROTECTED]> wrote: > Garrett Goebel wrote: > > > > From: Paul [mailto:[EMAIL PROTECTED]] > > > > > > Anybody know offhand *why* my() lexicals are supposedly faster? > Yes this is OT, but I'll contribute to th

Re: Very[OT]:Technical query re: scratchpad lookups for my() vars

2001-03-15 Thread Paul
Many thanks to everyone, Malcolm in particular, for humoring my curiosity and assisting my esoteric research. Hope it helped someone else, too, and sorry for cluttering up the board. But it *dod* say it was Very[OT]. ;o) Paul --- Malcolm Beattie <[EMAIL PROTECTED]> wrote: > Pa

Re: List your software with new feature-based search engine

2001-03-15 Thread Paul
lol Spamming a technical list seems less than prudent, doesn't it? Jeez, I mean, just one anti-social teenager can make nasty packages like the "I Love You" virus what could several thousand experienced hackers with literally hundreds (minimally) of commercial-grade servers at their whim

Re: Shared variables, inner subs and "our"

2001-03-16 Thread Paul
not really answering your questions, but Ragarding moving the "our()" statement out of the function -- --- Steve Hay <[EMAIL PROTECTED]> wrote: > (b) because I can't actually do what I just did above in my mod_perl > script! Couldn't you, if you put the func's into a module and our()'d it

[OT]Re: my()speed (was: [DIGEST] mod_perl digest 03/17/01)

2001-03-19 Thread Paul
y() was slowest, the package global being pretty close to halfway between in actual CPU usage. Hope that's useful to somebody. =o) Paul __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Re: [OT] ApacheCon BOF

2001-03-19 Thread Paul
--- "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote: > > "Geoffrey" == Geoffrey Young <[EMAIL PROTECTED]> writes: > > Geoffrey> What I don't have are any ideas for a shirt theme. The > Geoffrey> sponsor will be taking care of all the graphics work > Geoffrey> required - just your mental ca

RE: [OT] ApacheCon BOF

2001-03-21 Thread Paul
--- Geoffrey Young <[EMAIL PROTECTED]> wrote: > actually, we may have a winner with the Native American and lamp > idea. A coworker suggested a peace pipe (picture an indian smoking > perl) instead of a lamp, since you don't see warriors holding lamps > often. maybe some smoke signals? Though

[Very OT] Politically Correct-ness (was: RE: [OT] ApacheCon BOF)

2001-03-21 Thread Paul
--- Nick Tonkin <[EMAIL PROTECTED]> wrote: > On Tue, 20 Mar 2001, Dave Rolsky wrote: > . . . > > I for one would appreciate a design that doesn't fetishize a > > culture and people that have already had enough abuse at the hands > > of 'American' people. > > Hear, hear. > > Personally I find th

RE: [Very OT] ApacheCon BOF

2001-03-28 Thread Paul
--- julie wang <[EMAIL PROTECTED]> wrote: [...] > Why hasn't anyone made tanktops for the ladies? T-tops! woo-hoo! Actually, I really do think it's a great idea. =o) __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://persona

accessing SSL environment data in Perl*Handler

2001-04-04 Thread Paul
Though I feel rather foolish, the fact remains that I can't seem to find my SSL environment variables. httpd.conf has SSLVerifyClient require SSLOptions+StdEnvVars # ... Exactly when and where are they set? For example, SSL_CLIENT_S_DN. Once set, shouldn't I be able to just s

Re: Authhandler

2001-04-10 Thread Paul
quest; That shouldn't be necessary, but it should also never be used; if it does get used, it's covering your assets from some other error somewhere else. =o) Paul __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

re: earlier post

2001-04-10 Thread Paul
I just realized I earlier posted here recommending that someone use a push_handler referenced with an argument. Please don't throw rotten tomatos. IF that person is reading this, use Mike's suggestion of Apache->request instead. Thanks. We now return to your regularly scheduled spam.

negative LocationMatch syntax?

2001-04-12 Thread Paul
Hi all. I need to leave a few areas of our site freely accessible, but most of the site is restricted, and I'd like the default behavior to be restrictive. I don't want to have to remember to change the config if I add new directories, as in adding SSLVerifyClient require Is there a way I cou

Urgent: remove password from server cert?

2001-05-02 Thread Paul
und to feed the password to the startup query. This really needs to be automated. Help? =o) Paul = Friends are those who, when you must inconvenience them, are less bothered by it than you. ;o] __ Do You Yahoo!? Send instant messages & get emai

[OT] *O*L*D* messages!

2001-05-03 Thread Paul
For no reason I can explain, a sudden flurry of year-old messages I sent seems to have just resurfaced. While I have no idea what might've caused it, please take a moment to note the timestamp on messages you see from me, so as not to waste too much of your time. Thanks, all. Paul ---

Re: hang time, segfaults

2001-05-03 Thread Paul
gt; Hope this helps. This I had gotten an answer for, but thanks for the time nonetheless! ;o] > --Cliff So, when SSLSessionCache uses dbm:/some/path, what dbm library does it use? I'm on an HP_UX B.10.20 OS, which has always been pretty rock-solid stable for us -- the only bug I'v

Re: Internal server Error for Index.html

2001-05-15 Thread Paul
--- qazi Ahmed <[EMAIL PROTECTED]> wrote: > Hi... > On trying to access index.html from my server i get the following > error in the page. > index.html is given below: > > > Automated Test System > > > Automated Test System > > Looks like you've got it configured to try and use Perl to par

Re: CGI module or Apache

2001-07-09 Thread Paul
--- Kevin Schroeder <[EMAIL PROTECTED]> wrote: > Hello, > I've been using the CGI PERL module for a while now and I like > using it a lot. But I was wondering if using that module with > mod_perl will slow things down because of the extra module being > used. If so, is there a way to use th

Re: CGI module or Apache

2001-07-09 Thread Paul
--- Kevin Schroeder <[EMAIL PROTECTED]> wrote: > For the complex programs on the site I'm building I will be using > CGI.pm, but there are a few parts of the site where there is little > browser-server interaction other than to send a certain page based on > the query string and a cookie. Becaus

Re: ANNOUNCE: HTML::Embperl 2.0b3

2001-07-09 Thread paul
troD.3 Manifying blib/man3/HTML::Embperl::Syntax::RTF.3 /usr/bin/pod2man: Improper man page - no dash in NAME header in paragraph 67 of Embperl/Syntax/RTF.pm [ ... followed by many similar messages ...] Regards Paul Breslaw.

[OT] A tangible contribution

2001-09-18 Thread Paul
7;t let terror attacks on our economy succeed. And though I despise spams and chain letters, feel free to pass this along if you think it's worthy. Paul __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information ht

Does Apache::NavBar exist ?

2002-10-14 Thread paul . barker
Hi I've just been perusing the docs on perl.apache.com and in the "Cute Tricks" section there is mention of a module called Apache::NavBar being available from CPAN. I may be blind but I can't find it. Does it ex

current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
claring Class variables, such as the DBI handle, offer any benefits (or pain) of a shared connection?  Are there any obvious (or not so obvious) issues with these configurations or code that should be knocking me in the head?  Thanks,Paul

Re: Apache::DBI for persistent connections

2002-10-15 Thread Paul Simon
I was under the impression that Apache::DBI isn't compatible for this set up: win2000 + apache2.0.42 + perl5.8 + mod_perl1.99 For a multi threaded environment, isn't Apache::DBIPool necessary?  I'd rather use Apache::DBI.   Rafiq Ismail <[EMAIL PROTECTED]> wrote: On Tue, 15

Re: current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
people who have been cultivating and supporting it. I wrecked that bike on my home from the university some years ago... It was my first and last motorcycle. Thanks for the feedback,Paul  Ged Haywood <[EMAIL PROTECTED]> wrote: Hi there,On Tue, 15 Oct 2002, Paul Simon wrote:> I'm currently

Re: current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
t's further down the road for me... In the meantime, I'm going to try the CGI::Cache. Got some work to do :) Thanks for the tips and explanations,Paul  Perrin Harkins <[EMAIL PROTECTED]> wrote: Paul Simon wrote:> I currently have CGI pages caching on the client side, which &

Re: current state of conf/code, feedback?

2002-10-16 Thread Paul Simon
dded) at C:/Perl/site/lib/Apache/DBI.pm line 64. What's going on?  Perrin Harkins <[EMAIL PROTECTED]> wrote: Paul Simon wrote:> I currently have CGI pages caching on the client side, which > is helping some, but I'm also going to experiment with CGI::Cache. There are some mod_p

Re: Problems writing binary uploaded data...

2002-10-23 Thread paul . barker
Hmm, I've tried your code on my system and it does exactly what it's supposed to. I get the same filesizes reported at the destination end and in the script as the file is on my PC HDD. Have you tried a different file ? Do you always loose the same amount ? Ch

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-24 Thread Wilt, Paul
but may give you some ideas as to where to look. The following is the command you would execute (if it is the make that fails): par -s -SS -o debug.out -a 128 make Thanks Paul E Wilt Senior Principal Software Engineer Proquest Information and Learning

RE: Problems compiling mod_perl1.27 under IRIX64...

2002-10-24 Thread Wilt, Paul
o. If the "make" and "make install" are successful with PREP_HTTPD=1 then you must go your Apache source directory and configure / compile it there with the following option included on the configure: --activate-module=src/modules/perl/libperl.a Then make the Apache ser

  1   2   3   4   5   >