Re: irc

2001-12-22 Thread Dave Hodgkinson
Thomas Eibner [EMAIL PROTECTED] writes: On Sat, Dec 22, 2001 at 07:21:00AM -0800, brian moseley wrote: i can't believe i never thought to ask this in 4 years, but: do any of you hang out on irc anywhere in particular? shouldn't there be a #mod_perl somewhere, if there isn't already?

Re: What phase am I in?

2001-12-21 Thread Dave Rolsky
On 21 Dec 2001, Vivek Khera wrote: DR == Dave Rolsky [EMAIL PROTECTED] writes: It's called current_callback(). DR Grr, its not documented when I do 'perldoc Apache'. There's a lot of stuff not so documented. The mod_perl book has much more complete docs. Which is nice for ORA

What phase am I in?

2001-12-20 Thread Dave Rolsky
to open my eyes? -dave /*== www.urth.org We await the New Sun ==*/

Re: What phase am I in?

2001-12-20 Thread Dave Rolsky
will conclude that I'm completely blind. Anyone care to open my eyes? http://mathforum.org/epigone/modperl/liphortwa/Pine.LNX.4.10.9909211217510.5 [EMAIL PROTECTED] It's called current_callback(). Grr, its not documented when I do 'perldoc Apache'. -dave /*== www.urth.org We

Re: mod_perl site challenge: proposal to use ASF site design

2001-12-17 Thread Dave Rolsky
. So, if we go with one of the three existing options it's still a step up. Damn straight. -dave /*== www.urth.org We await the New Sun ==*/

Re: load balancing on apache

2001-12-14 Thread Dave Hodgkinson
Hemant Singh [EMAIL PROTECTED] writes: Hi All   I am planning to host an application and its size is going to be big one , so expect the concurrent number of connection s to be around 2200.To combat the same , want to perform load sharing on 3-4 servers.So the ide is to put one machine

Re: load balancing on apache

2001-12-14 Thread Dave Hodgkinson
Perrin Harkins [EMAIL PROTECTED] writes: I am planning to host an application and its size is going to be big one , so expect the concurrent number of connection s to be around 2200. To combat the same , want to perform load sharing on 3-4 servers. If you really expect 2200 concurrent

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Dave Hodgkinson
Jeff Yoak [EMAIL PROTECTED] writes: Hi All, Recently I did a substantial project for a client in using mod_perl. That client is happy with the work, but an investor with their company is very angry because of what a horrible choice mod_perl is for

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Dave Hodgkinson
Perrin Harkins [EMAIL PROTECTED] writes: I spoke to the technical lead at Yahoo who said mod_perl will not scale as well as c++ when you get to their level of traffic, but for a large ecommerce site mod_perl is fine. According to something I once read by David Filo, Yahoo also had to

Re: Comparison of different caching schemes

2001-12-14 Thread Dave Rolsky
. Plus for some reason IPC overhead seems to seriously degrade as the size of the overall shared memory segment increases. I'm not sure why this is but I think the docs for IPC::Shareable mention this. Maybe for _very_ small amounts of data, shared memory might still be a win. -dave

RE: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Dave Rolsky
guy. -dave /*== www.urth.org We await the New Sun ==*/

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Dave Hodgkinson
Toni Andjelkovic [EMAIL PROTECTED] writes: 2.x linux kernels too. that was an issue with 2.0.x, since 2.2.x you can do it with That was what I meant...decimal point in the wrong place... :-) -- David Hodgkinson, Wizard for Hirehttp://www.davehodgkinson.com Editor-in-chief, The

Re: ASP.NET Linux equivalent?

2001-12-06 Thread Dave Hodgkinson
Medi Montaseri [EMAIL PROTECTED] writes: You can also use the tie() feature of Perl to abstract read/write to database. In fact you can write a pretty flexible module to figure out many things, such as table name, col name, etc... I'm a HUGE fan of Tie::DBI for dealing with little lookup

Re: ASP.NET Linux equivalent?

2001-12-05 Thread Dave Hodgkinson
Kee Hinckley [EMAIL PROTECTED] writes: At 6:55 PM -0500 12/3/01, Vsevolod Ilyushchenko wrote: Hi, Is anyone aware of a Linux product equivalent to ASP.NET from MS? Its most attractive feature is the GUI construction of Web forms and the automatic connection of their fields to a database.

Re: [modperl site design challenge] please vote

2001-12-04 Thread Dave Hodgkinson
Stas Bekman [EMAIL PROTECTED] writes: Thanks to Eric Cholet for providing this voting script and hosting it. HTTP/1.1 200 OK Date: Tue, 04 Dec 2001 09:39:28 GMT Server: Apache/1.3.23-dev (Unix) PHP/4.0.6 mod_perl/1.26_01-dev Connection: close Content-Type: text/html; charset=iso-8859-1

Re: [OT] Re: Vhosts + mod_perl

2001-12-03 Thread Dave Baker
wildcard line to indicate to dnslint that the wildcard is intentional. (header fluff) ;; 'real' host www IN A 123.123.123.1 vhost IN A 123.123.123.2 ftp CNAME www.trains.ath.cx. ;; everything else. * CNAME vhost.trains.ath.cx. (footer fluff) Dave --=20 - Dave Baker : [EMAIL

Re: [OT] log analyzing programs

2001-12-02 Thread Dave Hodgkinson
Bill Moseley [EMAIL PROTECTED] writes: Any suggestions for favorite ones? wusage seems to require a lot of resources -- maybe that's not unusual? It runs once a week. Here's a about six days worth of requests. Doesn't see like that many. analog - but _do_ read the words that go with it,

Re: [OT] A couple of dubious network problems...

2001-11-28 Thread Dave Hodgkinson
Mark Maunder [EMAIL PROTECTED] writes: Dave Hodgkinson wrote: 1. On a RH6.0 (yes, ick) box without persistent DBI connections, the server side of the DBD::mysql connection was successfully closed (netstat shows nothing), but the client side shows a TIME_WAIT state, which hangs around

[OT] A couple of dubious network problems...

2001-11-27 Thread Dave Hodgkinson
-print(), but it's not making it to the browser (or at least that's what tcpdump shows). Again, any bells ringing? Thanks, Dave

Re: [OT] Re: Seeking Legal help

2001-11-22 Thread Dave Rolsky
. -dave /*== www.urth.org We await the New Sun ==*/

Re: [OT] Re: Seeking Legal help

2001-11-21 Thread Dave Rolsky
to something with contract law experience in your state. -dave /*== www.urth.org We await the New Sun ==*/

Re: [DBI] DBI-install_driver fails

2001-11-18 Thread Dave Hodgkinson
Ged Haywood [EMAIL PROTECTED] writes: Hi there, On Sat, 17 Nov 2001, Dau Hee wrote: [snip,snip] I also use up2date to upgraded my glibc to 2.2.4 from 2.2.2. Why? If it ain't broke, don't mend it. Because RedHat will have fixed stuff. For some values of fixed. I normally roll my

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-14 Thread Dave Hodgkinson
Jonathan E. Paton [EMAIL PROTECTED] writes: Please don't flame me, I'll go away... honest :P I wonder if you're trying to do too much too soon? If you're concerned about hosting then *gulp* PHP might server you better. I rent a dedicated server because I want absolute control and the ability

RE: AxKit Shutdown

2001-11-06 Thread Dave Baker
that it's down. Not that big a deal, but I'd have complained [1] long ago if the MX records were working. dave [1] though, of course, I'd have used the word 'mention'

Re: [OT] pdf creation

2001-10-29 Thread Dave Baker
) which does html-pdf in a breeze (as well as html-ps). Handy if you want to pdfify something that you've already rendered into HTML for online display. Dave -- - Dave Baker : [EMAIL PROTECTED] : [EMAIL PROTECTED] : http://dsb3.com/ - GnuPG: 1024D/D7BCA55D / 09CD D148 57DE 711E 6708 B772

Re: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread Dave Rolsky
On Tue, 23 Oct 2001, Nathan Torkington wrote: Of course, we couldn't call it a Java bean. They'd have to be Camel droppings. :-) Perl Jewels (Joules?) -dave /*== www.urth.org We await the New Sun ==*/

Re: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread Dave Hodgkinson
Nathan Torkington [EMAIL PROTECTED] writes: Leon Brocard writes: Perhaps a port of JMS is in order. Interestingly, I've been thinking along the same lines. Spread (http://www.spread.org/) can be used for the publish/subscribe messaging domain but queueing seems to be important too.

Re: Mod_perl component based architecture

2001-10-16 Thread Dave Hodgkinson
Gargi Bodke [EMAIL PROTECTED] writes: 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? By using one of the many available templaters, my

Re: Mod_perl component based architecture

2001-10-16 Thread Dave Rolsky
of the ones that were advertised on the list. I don't know if Mason counts as a full toolkit (its not really an app server) but you can certainly run Mason as a vanilla CGI, and if you can do that I'm sure you can run it in FastCGI and whatnot. -dave /*== www.urth.org We await the New

Re: Programmer Wanted

2001-10-12 Thread Dave Hodgkinson
BuildReferrals.com [EMAIL PROTECTED] writes: Hello, You need a decent client side programmer too...all the stupid popups, scripting and crap killed my netscape. -- David Hodgkinson, Wizard for Hirehttp://www.davehodgkinson.com

Re: [VERY OT] What hourly rate to charge for programming?

2001-10-11 Thread Dave Hodgkinson
Gunther Birznieks [EMAIL PROTECTED] writes: America is richer than Australia. Yeah, but the food's better in Oz. Still, the beer sucks in both ;-) -- David Hodgkinson, Wizard for Hirehttp://www.davehodgkinson.com Editor-in-chief, The Highway Star

Re: [VERY OT] What hourly rate to charge for programming?

2001-10-11 Thread Dave Hodgkinson
Chris Devers [EMAIL PROTECTED] writes: Ahh, you have Budweiser in Australia too, then? ;) Worse: Fosters. -- David Hodgkinson, Wizard for Hirehttp://www.davehodgkinson.com Editor-in-chief, The Highway Star http://www.deep-purple.com All the Purple Family Tree news

Re: Off-topic - Apache Config - Load crises

2001-10-11 Thread Dave Hodgkinson
Rafiq Ismail [EMAIL PROTECTED] writes: iv) Something else? Two tier Apache. Increase shareability. Read the guide. -- David Hodgkinson, Wizard for Hirehttp://www.davehodgkinson.com Editor-in-chief, The Highway Star http://www.deep-purple.com All the Purple Family

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-11 Thread Dave Rolsky
. -dave /*== www.urth.org We await the New Sun ==*/

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Dave Rolsky
. If not, it'd be good to give it to someone else. Hell, I'll volunteer if no one more interested comes along. I don't have any big plans for it but I can at least integrate patches and such. Apache::Session is in use in a lot of places and it would be good to have an active maintainer. -dave

Apache::Cookie bug with value = undef

2001-10-08 Thread Dave Rolsky
that's causing the trouble. I tried to fix it but I am a C gimp and don't know WTF I am doing. -dave /*== www.urth.org We await the New Sun ==*/

Re: Apache::Cookie bug with value = undef

2001-10-08 Thread Dave Rolsky
in the apache_cookie.c file. -dave /*== www.urth.org We await the New Sun ==*/

For hire...

2001-10-01 Thread Dave Hodgkinson
ecstatic clients on request. Thanks, Dave -- David Hodgkinson, Wizard for Hirehttp://www.davehodgkinson.com Editor-in-chief, The Highway Star http://www.deep-purple.com Interim Technical Director, Web Architecture Consultant for hire -- chmod a+x /bin

Location directive on a network drive

2001-10-01 Thread Dave Hodson
-shl. The mounted drive is available for read, etc (if I su nobody, I can see it, etc). I've read http://perl.apache.org/guide/config.html#Alias_Configurationsseveral times, and everything looks correct... Ideas/suggestions welcome Dave /apache/conf/httpd.conf [pertinent parts only

Re: keeping client images private

2001-09-12 Thread Dave Hodgkinson
will trillich [EMAIL PROTECTED] writes: i'm sure there's more than one way to do this -- and before i take the likely-to-be-most-circuituitous route, i thought i'd cull advice from the clever minds on this list... Take a look at the mod_rewrite cookbook...there's some neat stuff in there.

Re: FW: AuthCookie Woes!

2001-09-04 Thread Dave Hodgkinson
Chris Lavin [EMAIL PROTECTED] writes: I have used a sniffer and no cookie is being sent! Man this is frustrating! Are you positive the cookie domain is being set properly? -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Dave Baker
and have dismissed it as too troublesome) running apache on different ports and using transparent port mapping such that -- IP address 1 : 80 -- local port 8000 -- IP address 2 : 80 -- local port 8001 -- IP address 3 : 80 -- local port 8002 Dave -- - Dave Baker : [EMAIL PROTECTED] : [EMAIL

Re: Do virtual hosts need their own servers?

2001-08-16 Thread Dave Baker
; turn off keep_alive unless it's definately giving positive results; etc). How many apache children do you normally have running at any given time? Dave p.s. The processes could also be large because of suboptimal coding, or (if they grow over time) memory leaks p.p.p.s. love the palm pilot cases

Re: [ADMIN] can we have a reply-to header?

2001-08-15 Thread Dave Baker
On Wed, Aug 15, 2001 at 04:30:05PM -0500, Dave Rolsky wrote: On Wed, 15 Aug 2001, John D Groenveld wrote: http://www.unicom.com/pw/reply-to-harmful.html NOOO!!! Make it stop. I swear to god that if this argument starts on this list (and I think its already been had

Re: my() [very off topic]

2001-08-14 Thread Dave Baker
(imho) belong on a perl list instead. Can I request any followups be taken to private mail or a more suitable list? Thanks, Dave

Re: modperl 2.0

2001-08-12 Thread Dave Rolsky
install on the machine you're using. The easiest thing might be to download the 5.6.1 tarball and install from scratch. Or you could continue being obnoxious on an unrelated list and giving Barrie shit when he's just trying to help you. -dave /*== www.urth.org We await the New Sun ==*/

Re: compiling troubles on Solaris 8

2001-08-07 Thread Homsher, Dave V.
to build mod_Perl. We could not get it to work as a DSO :(. Once we got everything up and running, it's a decent enough platform. Regards, Dave Homsher

Re: [OT] Inspired by closing comments from the UBB thread.

2001-08-03 Thread Dave Rolsky
(though I had actually started that well before working on WBUX). -dave /*== www.urth.org We await the New Sun ==*/

Re: Just while we are so nicely [OT]: SQL Search Results in pages

2001-08-03 Thread Dave Rolsky
consider using Alazbo (or you can rip out the caching code and use that separately if you want). -dave /*== www.urth.org We await the New Sun ==*/

Re: Ultimate Bulletin Board? Jezuz.

2001-08-01 Thread Dave Rolsky
free version). Do a search at Security Focus for details. Patching it is relatively easy. -dave /*== www.urth.org We await the New Sun ==*/

RE: Not embedding SQL in perl

2001-08-01 Thread Homsher, Dave V.
environment)? Regards, Dave Language shapes the way we think, and determines what we can think about. -- B. L. Whorf

Apache 2.0 / mod_perl 2.0 / Win NT/2000 ? pipe dream ?

2001-08-01 Thread Homsher, Dave V.
would mention something? - am I blind? ) Thanks for any assistance you can provide. Best Regards, Dave Webmaster MACtac IT Language shapes the way we think, and determines what we can think about. -- B. L. Whorf

Re: Not embedding SQL in perl

2001-08-01 Thread Homsher, Dave V.
layer. That is a perfectly viable approach too, but a lot less efficient than stored procedures (many roundtrips versus one). Interesting, I will be working w/MySQL in a few days on a side project of my own. We'll see how my outlook changes ;) Any recommendations? Regards, Dave Language shapes

Re: [OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Dave Rolsky
. Of course, if people want to write up their favorite system (along the lines of the ones I've already done) I could just use that and it'd be done much quicker ;) -dave /*== www.urth.org We await the New Sun ==*/

Re: [OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Dave Rolsky
gritty details of SQL its hard to imagine that any abstraction layer would ever be satisfactory. -dave /*== www.urth.org We await the New Sun ==*/

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Dave Hodgkinson
Nathan Torkington [EMAIL PROTECTED] writes: Are there any requests other than price for next year? Have it in London. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web

duplicate libperl.so causes problems on Tru64

2001-07-10 Thread Dave Hill
found the replacing libperl in apaci/Makefile with mod_perl (4 places) solved this issue. Given that Apache seems to use mod_*.so for library names. why not with mod_perl ? If that does not make sense, how about adding a variable that could e used with Makefile.PL ? regards, Dave Hill

Re: CGI module or Apache

2001-07-09 Thread Dave Hodgkinson
Paul [EMAIL PROTECTED] writes: Just use it in your handlers normally. It'll only be included once per process, . . . right? Put it in startup.pl and it'll get mostly shared too! -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star

Re: i use linux+apache. how to create a cgi-bin directory for VirtualHost?

2001-06-10 Thread Dave Baker
123.123.123.123:80 ServerName $_ ServerAlias www.$_ DocumentRoot /wherever/it/is/$_/ CustomLog/var/log/apache/multihosts_access_log vcommon /VirtualHost EOF } --- end snippet By adding a script_alias here you can get what you need. Dave --=20 - Dave Baker : [EMAIL

Job: Chief Wizard for Hire

2001-05-29 Thread Dave Hodgkinson
All the current projects are done and dusted and the T-shirts are at the printers (really!). I'm looking for the next round of excellent clients to work with. Take a look at my site at http://www.hodgkinson.org/ to see what I'm up to. Thanks, Dave -- Dave Hodgkinson

unsubscribe remove

2001-05-29 Thread Dave Black
unsubscribe remove Dave Black, Engineer FlexFeed Corporation 1-301-317-9264 (office) mailto:[EMAIL PROTECTED] http://www.flexfeed.com/ http://corpsearchusa.com/

Re: [Mason] Apache::Session not storing changes to hashref

2001-05-22 Thread Dave Baker
(Apache::Session doesn't recurse into the data structure to look for changes) somewhere ... I use this whenever changing the session to force it to always get written back to the database: tied(%session)-make_modified; Dave --=20 - Dave Baker : [EMAIL PROTECTED] : [EMAIL PROTECTED] : http

Re: Object - RDBMS mapping tools and mod_perl

2001-05-11 Thread Dave Rolsky
it'd be much appreciated. The goal is to finish it, turn it into HTML and stick it somewhere that people will see it (poop.perl.org?) -dave /*== www.urth.org We await the New Sun ==*/

Re: mod_perl and 700k files...

2001-05-10 Thread Dave Hodgkinson
with mod_rewrite and start dividing up your servers. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web server farms, technical strategy

Re: [Mason] Object - RDBMS mapping tools and mod_perl

2001-05-10 Thread Dave Rolsky
not sure exactly what the goal of SPOPS is, so I'll let the author speak for himself. -dave /*== www.urth.org We await the New Sun ==*/

Re: Is this startup.pl ok?

2001-04-26 Thread Dave Hodgkinson
. If a process starts at 10M and grows to 80M that's 70M per process, _unshared_ for sure. Not good. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web server farms, technical strategy

Re: Is this startup.pl ok?

2001-04-26 Thread Dave Hodgkinson
processes start at 10M, then grow to 80M, that memory is probably _not_ shared. Unless you're mapping in some shared memory or something. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com

Re: Loading Index.pl as the Root File

2001-04-24 Thread Dave Hodgkinson
. Slash is the only program that makes me physically ill. It is the single worst piece of programming ever released upon the world. No, that would be Matt's Script Archive. Have you seen Slash 2.0? Even uses the Template Toolkit. -- Dave Hodgkinson, http

Re: Must restart Apache when any .pm changes?

2001-04-22 Thread Dave Rolsky
life of that Apache process. Am I understanding this correctly? Yes, mostly. Check out the Apache::Reload module though. It does what I think you want. -dave /*== www.urth.org We await the New Sun ==*/

Re: Web forum engine

2001-04-21 Thread Dave Hodgkinson
s taken up the project under a different name, if anyone knows about this, please tell me. mwforum, and a Template Toolkit version may well be in the pipeline. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-

Re: Fast DB access

2001-04-18 Thread Dave Hodgkinson
that were fixed. I don't know if the tests were eventually run against MySQL 3.23. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web server farms, technical strategy

Re: Apache growing.

2001-04-16 Thread Dave Hodgkinson
stuff in the mod_perl guide on tracking down leaks. Both perl and mod_perl have both been extensively tested . It's worthwhile to have done this at least once so you know how to do it when you really need to do it. In addition, profiling your code is a Good Thing to do :-) -- Dave Hodgkinson

AuthenHandler Problems

2001-04-12 Thread Dave Greco
# Else they are OK $req-connection-auth_type('Basic'); $req-connection-user($user); return OK; } ____ Dave Greco [EMAIL PROTECTED] Network Administrator Gleim Publications, Inc. (800) 87-GLEIM x312 http://www.gleim.com

Build problems on Mandrake

2001-04-05 Thread Dave Hodgkinson
issue? TIA, Dave -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web server farms, technical strategy

Apachecon folks

2001-04-03 Thread Dave Rolsky
Anyone here want to get together? I'm in room 945 and bored. I think matt Sergeant is here too but I couldn't find him at the bar. -dave /*== www.urth.org We await the New Sun ==*/

mod_perl BOF

2001-03-28 Thread Dave Rolsky
Why was this scheduled during Matt Sergeant's AxKit presentation? Why not during a time slot when there are no mod_perl presentations? This is not rocket science here. -dave /*== www.urth.org We await the New Sun ==*/

RE: mod_perl BOF

2001-03-28 Thread Dave Rolsky
On Wed, 28 Mar 2001, Geoffrey Young wrote: Absolutely. I've CC'd the ApacheCon planners so hopefully they can step in and fix things. Doh, I should've done this in the first place. I ended up mailing Stewart Quealy separately. Sorry for everyone who's seeing this multiple times. -dave

Re: [DIGEST] mod_perl digest 03/24/01

2001-03-27 Thread Dave Mitchell
when concatenated after being evaluated in both numeric and string contexts; the other causes coredumps when doing backtraces, which broke HTML::Mason. After adding these patches, I've been using 5.6.0 in production for about 9 months now. * Dave Mitchell, Senior Technical Consultant * Fretwe

(new idea) RE: [OT] ApacheCon BOF

2001-03-23 Thread dave . clarke
theme How about a picture of a card game; on the table are a 9 of diamonds, Jack of Clubs, and King of spades. The dealer is about to play the Ace of perl. The caption reads, "mod_perl does the trick". Also in the dealer's hand are cards that say, IIS iPlanet

Charset?

2001-03-23 Thread Dave Rolsky
Is there a mod_perl way to set the character set besides doing: $r-content_type('text/html; charset=foo'); ??? That'd be handy for a future version. I can't find anything in the Apache.pm docs (1.24) or the guide for this. -dave /*== www.urth.org We await the New Sun ==*/

RE: [OT] ApacheCon BOF

2001-03-21 Thread Dave Baker
[extensive snippage] How about a bunch of white shirts? One magic marker per shirt and everyone can draw their own picture of a computer. alternatively, "No-one could decide on an image so all we got was this lousy sentence." Dave

Re: Renegotiate Language

2001-03-21 Thread Dave Hodgkinson
to renegotiate the language with different preferences. How can I do this. Look at the HTTP_ACCEPT_LANGUAGE environment variable? I've done this and actually got resistance from Brazilians who preferred the Engligh content. You might be better off with a user preference. -- Dave Hodgkinson

[OT] ApacheCon BOF shirts

2001-03-20 Thread Dave Rolsky
So as not to be a total spoilsport, I would like to point out that I thought Randal's idea (Mcmod_perl?) was rather clever and I think it'd be cool (though I don't know if there are trademark issues). -dave /*== www.urth.org We await the New Sun ==*/

Re: book recommendations?

2001-03-20 Thread Dave Hodgkinson
le getting? Absolutely. Suggestions on good reference books to get? (I have most of the Perl library already). Effective Perl Damian Conway's Object Oriented Perl Data Munging in Perl -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Hi

RE: [OT] ApacheCon BOF

2001-03-20 Thread Dave Rolsky
hics house we'll be using is pretty capable :) 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. Can we please keep the design more focused on technology and geekines

ApacheCon session handouts

2001-03-19 Thread Dave Rolsky
Oops, deleted the message but someone just asked if the session notes would be available via the web. I don't know of the official ApacheCon plan but I can say that mine (for my Intro to Mason presentation) will be available somewhere. -dave /*== www.urth.org We await the New

Re: perl5.6 (was: Shared variables, inner subs and our)

2001-03-17 Thread Dave Rolsky
until 5.6.1 comes out, which should fix lots of bugs. -dave /*== www.urth.org We await the New Sun ==*/

RE: mod_perl and Apache::SIG User pressed Stop button Case

2001-03-12 Thread Dave . Clarke
-Original Message- From: Stas Bekman [SMTP:[EMAIL PROTECTED]] Sent: Saturday, March 10, 2001 11:17 PM To: Raphael Arlitt Cc: [EMAIL PROTECTED] Subject: Re: mod_perl and Apache::SIG "User pressed Stop button" Case On 11 Mar 2001, Raphael Arlitt wrote: Hi, I need

RE: [OT] Re: Search Engine Theory

2001-02-28 Thread Dave . Clarke
You can also try http://perlfect.com/freescripts/search/; uses perl and DB_File. -Original Message- From: T.J. Mather [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 10:41 PM To: Modperl Subject: [OT] Re: Search Engine Theory You might want to look at

Re: Apache thrashing my swap...

2001-02-28 Thread Dave Hodgkinson
fat apache would at least get you somewhere near where you want to be. If someone hits stop before something gets passed to the fat apache, will it get tossed completely? Having a maxclients limit on the fat apache will keep memory and CPU usage sane. -- Dave Hodgkinson,

Re: Process Running Even after timeout

2001-02-22 Thread Dave Hodgkinson
g , Dosent apache close the database connection = after it sends a timeout ??? Yes, but mysql is busy doing your query. -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Apache, mod_perl, MySQL, Sy

Re: newbie mess

2001-02-19 Thread Dave Hodgkinson
... Cheers, Dave -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Apache, mod_perl, MySQL, Sybase hired gun for, well, hire -

[JOB SEEKER]: Me

2001-02-16 Thread Dave Rolsky
as an application designer and developer. My resume is online at http://www.urth.org/resume/ Of course, if someone wants to pay me to hack on Alzabo or Mason, don't be shy! -dave /*== www.urth.org We await the New Sun ==*/

Re: Setting 'Location' header

2001-02-13 Thread Dave Rolsky
. Here's a link to the Mason FAQ: http://www.masonhq.com/docs/faq/#How_do_I_do_an_external_redirect -dave /*== www.urth.org We await the New Sun ==*/

Re: apachecon: BOF?

2001-02-13 Thread Dave Rolsky
On Wed, 14 Feb 2001, Gunther Birznieks wrote: I wouldn't mind a mod_perl beer-BOF like the one we had at the last night of ApacheCon Europe I'll go, but I won't drink any beer. -dave /*== www.urth.org We await the New Sun ==*/

Re: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Dave Baker
they were plain text. Not as elegant as doing this the hard way, but it's also easier to explain if you have to hand the config file off to someone who knows Apache but not Perl. Dave -- - Dave Baker : [EMAIL PROTECTED] : [EMAIL PROTECTED] : http://dsb3.com/ GnuPG: 1024D/D7BCA55D / 09CD

Re: Runaways

2001-02-05 Thread Dave Rolsky
it. Nope, that's not it. I wrote that one and it doesn't talk about that at all. -dave /*== www.urth.org We await the New Sun ==*/

Re: Runaways

2001-02-05 Thread Dave Rolsky
e to a log, either one will work just fine. -dave /*== www.urth.org We await the New Sun ==*/

Re: Using modperl as an 'adaptor' front end to an app server.

2001-02-02 Thread Dave Rolsky
the simplest way to do this sort of information passing. -dave /*== www.urth.org We await the New Sun ==*/

Re: Object-XML serialization [was Re: AxKit Users?]

2001-01-30 Thread Dave Rolsky
cache must be completely flushed after each request, etc. Alzabo (which is somewhat the opposite of Tangram) is designed with mod_perl in mind. XML serialization will be coming real soon now (as soon as Barrie Slaymaker finishes work on DBML). -dave /*== www.urth.org We await the New Sun ==*/

<    1   2   3   4   >