[JOB SEEKER]: Me

2001-02-16 Thread Dave Rolsky
, I am quite good 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: cron for mod_perl?

2001-02-15 Thread Dave Rolsky
oss-platform compatible mod_perl code. -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: Setting 'Location' header

2001-02-13 Thread Dave Rolsky
erl. You're missing setting the status, which is probably the main problem. 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: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Dave Baker
nfig .= $string and build the VirtualHosts as if 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 PR

Re: Runaways

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

Re: Runaways

2001-02-05 Thread Dave Rolsky
or how to do 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: Using modperl as an 'adaptor' front end to an app server.

2001-02-02 Thread Dave Rolsky
at least). I would think a database would end up being the simplest way to do this sort of information passing. -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
s dead can't let another child know about that > dead instance. You could use an IPC or DBM file (assuming you have 1 apache machine) to communicate this info. With multiple webservers, you'd need a database or NFS or something. -dave /*== www.urth.org We await the New Sun ==*/

Rate limiting in Apache

2001-02-01 Thread dave-mlist
/2 as possible... and so on. I've heard this can be controlled by mod_perl. Can anyone point me to some examples? Thanks, Dave

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

2001-01-30 Thread Dave Rolsky
. Alzagram any time soon ? Well, they do largely the opposite thing. Tangram maps objects onto databases and Alzabo maps databases onto objects. Admittedly, Alzabo has some features that let you do some (thought not close to all) of what Tangram does but they're rea

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

2001-01-30 Thread Dave Rolsky
t; the object 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 ==*/

Re: [JOB] another bloke for hire...

2001-01-22 Thread Dave Hodgkinson
I'm looking at justifying a trip to Japan in late March. If there's anyone who needs some Apache architecture, Apache::Registry-ification of existing CGI code or in depth MySQL tuning work, please mail me. Thanks, Dave -- Dave Hodgkinson, http://www.hodg

Here's patch to make mod_perl-1.24 work with apache_1.3.14

2001-01-18 Thread Dave Dykstra
h. So this is for the mail archive. It solves the problem of prompting for ../apache_x.x/src and for the failed test that reports Use of unitialized value at modules/src.t at line 27 - Dave Dykstra *** Makefile.PL.O Wed Jan 17 13:21:41 2001 --- Makefile.PL Thu Jan 18 10:21:09

setting lib for mod_perl installation

2001-01-15 Thread Dave
line 1. Is there something I can pass to the makefile on the command line to tell it to ignore the @INC and use lib 'lib'? Apache/Perl has correct search paths; I have 'use lib qw(lib1 lib2 etc.)' wrapped in a BEGIN block inside my startup file... Thanks. Dave

setting lib for mod_perl installation

2001-01-15 Thread Dave Armstrong
line 1. Is there something I can pass to the makefile on the command line to tell it to ignore the @INC and use lib 'lib'? Apache/Perl has correct search paths; I have 'use lib qw(lib1 lib2 etc.)' wrapped in a BEGIN block inside my startup file... Thanks. Dave

Re: How to recognize server shutdown?

2001-01-11 Thread Dave Rolsky
On Thu, 11 Jan 2001, Perrin Harkins wrote: > I meant "is there a way to run a cleanup handler in the parent after it's > work is done?", but I don't see one. Dave says the END block trick worked > for him, so maybe it only fails under certain circumstances. Actual

Re: How to recognize server shutdown?

2001-01-10 Thread Dave Rolsky
xpects 'yes' or 'no', not 1 or 0. That's freaking brilliant. ARGH! -dave /*== www.urth.org We await the New Sun ==*/

Re: How to recognize server shutdown?

2001-01-10 Thread Dave Rolsky
27;ll poke around a bit. -dave /*== www.urth.org We await the New Sun ==*/

Re: How to recognize server shutdown?

2001-01-10 Thread Dave Rolsky
On Wed, 10 Jan 2001, Danny Rathjens wrote: > Perhaps you could send a USR1 prior to your TERM signal and have your > END blocks perform your shutdown tasks if they see the USR1 signal. > But then you have the problem of new children being started due to the > USR1 not to mention it would preclude

Re: How to recognize server shutdown?

2001-01-10 Thread Dave Rolsky
telling them to shutdown. END blocks run in all children. 7. the first server shuts down - I'd like to run something here because it should only be happening to during a 'final' shutdown and only after the children have finished serving their last requests. -dave /*== www.urth.org We await the New Sun ==*/

How to recognize server shutdown?

2001-01-09 Thread Dave Rolsky
ete a file } and get good results. I suspect the answer to this is no but I'm curious as to whether anybody's come up with a way to detect a 'real' shutdown. -dave /*== www.urth.org We await the New Sun ==*/

re newbie needs help

2001-01-06 Thread dave frost,,,
Hi guys, Sorry for the brain fart email, i now have it all working peachy now. Thanks for the help though. dave

newbie needs help

2001-01-06 Thread dave frost,,,
Hi everyone. I have just built apache mod perl, things seem to be fine since /server-status reports Apache Server Status for home.itchy.and.scratchy Server Version: Apache/1.3.14 (Unix) mod_perl/1.24_01 Server Built: Jan 5 2001 17:49:02 I have also edited my httpd.conf file to include the f

Re: [OT] Rewrite arguments?

2001-01-05 Thread Dave Kaufman
/cgi-bin/prog http://otherhost/prog?uname=me&pwd=password [QSA,R,L] and the rw engine will add uname & pwd to any existing querystring that was present hope this helps, -dave

Re: Apache::Request and redirects

2000-12-30 Thread Dave Rolsky
w { > my $class = shift; > my $self = $class->SUPER::new; > bless $self, $class; > } Well, a package is generally expected to bless its objects into the value of $class, not the value of __PACKAGE__. You shouldn't have to override the constructor simply to rebless the

Re: Dynamic content that is static

2000-12-22 Thread Dave Rolsky
On 22 Dec 2000, Dave Seidel wrote: > I don't know if either Mason or Embperl offer static compilation, but Mason has > caching and I believe that Embperl is getting caching.AxKit is also very > cool, and caches. Using Mason to generate a set of HTML pages would not b

Re: Dynamic content that is static

2000-12-22 Thread Dave Seidel
mbperl is getting caching. AxKit is also very cool, and caches. -- Dave Seidel [EMAIL PROTECTED]

Re: POST with PERL

2000-12-20 Thread Dave Kaufman
r a general-purpose CGI FAQ such as: http://www.xs4all.nl/~johnpc/cgi-programming-for-dummies-FAQ.html or one of the newsgroups devoted to Apache & Perl CGI like: comp.infosystems.www.servers.unix comp.infosystems.www.authoring.cgi or comp.lang.perl.misc -dave

RE: [OT]: Open Source ... was Re: Advocacy idea ...

2000-12-15 Thread Homsher, Dave V.
quot;Is this good?". I realize that most of this knowledge comes with experience, but this could be a place to bounce ideas around and perhaps jumpstart that experience. Your earlier comment about this being what open source is all about may be very accurate here. Am I describing SourceForge? CPAN? ML's? something else? Also please let me know if this is trailing too far off topic. Is there a more appropriate place to discuss this? Best Regards, Dave Homsher Webmaster, MACtac IT

RE: Trouble with AxKit at runtime - XML parsing stage

2000-12-14 Thread Dave Rolsky
> H > which is still open. No patch/patchid seen there. > > Did you mean this bug, or another? Is there some informal patch around? I'm pretty sure that's the bug. Sarathy said it was patched ages ago. I don't know why the bug's still

Re: Trouble with AxKit at runtime - XML parsing stage

2000-12-14 Thread Dave Rolsky
fixed in CVS and 5.6.1 should incorporate this change. -dave /*== www.urth.org We await the New Sun ==*/

RE: [OT]: Open Source ... was Re: Advocacy idea ...

2000-12-14 Thread Homsher, Dave V.
e are comments, etc. and an explanation of how the code works/is supposed to work from the author??? I see this as both a code resource and a review forum ... Thoughts??? Dave Homsher Webmaster, MACtac IT

Advocacy idea ...

2000-12-14 Thread Homsher, Dave V.
nk that there is anything like this around (for Perl or Java), although I could be wrong ... Does the idea have merit? If so, how to proceed? Dave Homsher Webmaster, MACtac IT "The tree of liberty must be watered periodically with the blood of tyrants and patriots alike.

Re: Mod_perl tutorials

2000-12-14 Thread Dave Kaufman
a chiken-and-egg problem. which comes first, an attractive and usable new site that mod_perl programmers will flock to get accounts on, so that they can contribute self-published articles, reviews and news? or the flock needed to build such a site? my crystal ball clouds over... -dave

Re: Mod_perl tutorials

2000-12-13 Thread Dave Kaufman
this is where cash is the only cure. (perhaps some secret corporate benefactor will bless us with colocated hosting in a nice big multi-homed datacenter). and, IMO an advocacy site really MUST run on mod_perl, mustn't it? i mean really, how many people would believe Apache was a great webserver if apache.org was hosted on an IIS server? -dave

Re: Mod_perl tutorials

2000-12-13 Thread Dave Kaufman
ating and maintaining take23.org, modperl.* and other advocacy sites along these lines (although my skills are more along the lines of CGI and MySQL, i don't mind doing site architecture, or navigation html and graphics for a good cause). btw, what's exactly is the deal with modperl.org? perhaps the first order of bu$iness might be acquiring this domain name (or the right to maintain the content on it) from it's current owner? -dave

STDOUT issues ...

2000-12-13 Thread Homsher, Dave V.
my $format = $workbook->addformat(); $format->set_bold(); $format->set_color('red'); $format->set_align('center'); $worksheet->write(0, 0, 1); $worksheet->write(1, 1, 1.2345); $worksheet->write(2, 2, &quo

Re: debuggers

2000-12-08 Thread Dave Rolsky
On Fri, 8 Dec 2000, Matt Sergeant wrote: > fatalsToBrowser installs a $SIG{__DIE__} handler, and so prevents you from > properly using eval{} blocks, or nice modules like Error.pm or > Class::Exception (or whichever way around Dave has it this week :-) That's Exception::Cl

Re: debuggers

2000-12-07 Thread Dave Rolsky
ooking at the error logs. -dave /*== www.urth.org We await the New Sun ==*/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2000-12-06 Thread Dave Rolsky
really well so I'll ask my regex question there." Keep in mind that while we're all for advocacy of mod_perl, eventually a person's support needs may reach a point where they really need to start thinking about paying for it. -dave /*== www.urth.org We await

(not strictly modperl) how do I tell if ftp uploaded file is complete?

2000-12-06 Thread dave-mlist
about anything on the machine that I care to give it access to. Does anyone have any suggestions on how I can discover from within my handler whether an FTP file upload is complete or not? Dave - To unsubscribe, e-mail: [EMAIL PROT

Re: Smart installing (Re: mod_perl advocacy project resurrection)

2000-12-06 Thread Dave Rolsky
ing I've worked on for Alzabo). Like I said, I really need to examine cons and see if it can help with all this. The problem being that most people don't have cons installed (although it can always be included in a package). -dav

Smart installing (Re: mod_perl advocacy project resurrection)

2000-12-06 Thread Dave Rolsky
27;ve done much less of it except for the fact that I'm being paid to do it for the above-mentioned NDA'd project. I do it for Alzabo because I feel strongly enough about its potential to try to make

Re: mod_perl advocacy project resurrection

2000-12-06 Thread Dave Rolsky
em with them compared to mod_perl is that you don't have access to the server internals so you can really only affect the content handling phase. Is this the case with Tomcat as well? If so, I'd say its not really comparable to mod_perl. -dave /*==

Re: mod_perl advocacy project resurrection (messaging system)

2000-12-05 Thread Dave Rolsky
ms. > > this is the kind of architecture that is begging to be > embraced by perl. Re: a messaging system Check out Uri Guttmans Stem code (email him about it) at www.stemsystems.com -dave /*== www.urth.org

Re: RFC: mod_perl advocacy project resurrection (and a proposal!)

2000-12-05 Thread Dave Rolsky
mature. It is also actively maintained. I know that the first three on the bottom list, as well as Alzabo, are also being maintained. -dave /*== www.urth.org We await the New Sun ==*/ - To

RE: mod_perl advocacy project resurrection

2000-12-05 Thread Dave Rolsky
ys who think that buying a $100k app server and tweaking it via a monolithic API will give them what they want. But I might be biased. -dave /*== www.urth.org We await the New Sun ==*/ - To unsubs

Re: RFC: mod_perl advocacy project resurrection

2000-12-05 Thread Dave Rolsky
posted a week or so back about the seg faults I was getting when I started working on a custom config system for Mason. Right now I'm kind of stalled on that. -dave /*== www.urth.org We await the New Sun ==*/ --

Re: More Speed -> mod_perl Module for HTML Compression

2000-11-30 Thread Dave Kaufman
gzip on the fly, why would you want to add all the necessary JS code (to the content-size) and then ask the JavaScript interpreter to do what the browser already knows how to do? -dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RFC: Apache::Carp - Error Handling under mod_perl

2000-11-29 Thread Dave Rolsky
ur outputs wherever you want as well as giving you log levels and such if you need it. Of course, I'm biased cause I wrote Log::Dispatch. -dave /*== www.urth.org We await the New Sun ==*/ - To

Re: Wanted: Modperl/Mason consultant:

2000-11-29 Thread Dave Rolsky
ave a job I should be working on already. -dave /*== www.urth.org We await the New Sun ==*/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: segmentation fault when using custom config module

2000-11-29 Thread Dave Rolsky
On Wed, 29 Nov 2000, Matt Sergeant wrote: > On Wed, 29 Nov 2000, Dave Rolsky wrote: > > > my $cfg = Apache::ModuleConfig->get($r); > > Try: > > my $cfg = Apache::ModuleConfig->get($r, __PACKAGE__); I should have said that its segfaulting before it ever gets in

segmentation fault when using custom config module

2000-11-29 Thread Dave Rolsky
00, egid=100 `PerlChildInitHandler' push_handlers() stack is empty PerlChildInitHandler handlers returned -1 perl_init_ids: uid=500, euid=500, gid=100, egid=100 `PerlChildInitHandler' push_handlers() stack is empty PerlChildInitHandler handle

Re: Proxy adding headers

2000-11-27 Thread Dave Rolsky
iscuss the possibility of making this a part of a future release. Of course, if someone at Covalent wants to help that's great too. And for the record, it took a lot less than a day. About 1.5-2 hours, I'd say. -dave /*=

Re: [OT] Re: Proxy adding headers

2000-11-27 Thread Dave Rolsky
e version should be trivial. -dave /*== www.urth.org We await the New Sun ==*/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Proxy adding headers

2000-11-27 Thread Dave Rolsky
ing. It would be nice if this were configurable in mod_proxy.c. Maybe I will have to look at the code. But I'm afraid of C. -dave /*== www.urth.org We await the New Sun ==*/ - To unsubsc

Re: [OT] Re: Proxy adding headers

2000-11-27 Thread Dave Rolsky
aware of the protocol you are trying to proxy. That is the exact problem. Ok, the chances of me hacking mod_proxy are next to nil. At least now I know what I can't do to fix the problem though ;) -dave /*== www.urth.org We

Re: Proxy adding headers

2000-11-27 Thread Dave Rolsky
te server you are proxying to. I don't think so. If I do a telnet to the proxy server (port 80, no mod_perl) I get the extra headers. If I telnet to the mod_perl enabled server (port 12345), I get what I want (no extra headers). -dave /*== www.urth.or

Re: Proxy adding headers

2000-11-27 Thread Dave Rolsky
t this before, but do not have rights to the code to post the > patch, sorry. :-( Actually, something is _adding_ headers and I want it to stop doing it. It may not be mod_proxy, perhaps it is mod_rewrite. I really don't know. -dave /*

Proxy adding headers

2000-11-26 Thread Dave Rolsky
y from the mod_perl server, which is less than ideal in terms of resource use. Any ideas? -dave /*== www.urth.org We await the New Sun ==*/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Bug in Apache::test

2000-11-22 Thread Dave Rolsky
It seems that when you ask it to scan for dynamic modules and produce the appropriate conf file you can end up with something like this in there: LoadModule setenvif_module"/usr/local/apache_mp"/libexec/mod_setenvif.so The quotes cause a problem. Here's a patch against the latest CVS versio

Re: open source projects on mod_perl

2000-11-21 Thread Dave Rolsky
fically designed for mod_perl (Alzabo::ObjectCacheIPC class). -dave /*== www.urth.org We await the New Sun ==*/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: security suggestion

2000-11-20 Thread Dave Kaufman
ccess to configure what mod_perl handlers they want to use, but they can't specify handlers outside of a read-only (to them) "handlerlib" area and so cannot write their own handlers, "PerlRequire" scripts, or "PerlModule" modules. -dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: security suggestion

2000-11-20 Thread Dave Kaufman
separate SUID user-owned processes). In that scenario, which is not as unlikely as it might at first seem, for an ISP, the directive ExecCGI already has meaning, and "reusing it" would cause some bad ambiguouity. -dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: two identical directives in configuration (doc patch included)

2000-11-17 Thread Dave Kaufman
"Adi Fairbank" <[EMAIL PROTECTED]> wrote: > Dave Kaufman wrote: > > > > $Location{"blah"} = { > > require => "group payer_manager, payer_group demo" > > }; > > should do the trick. > > I wrote: > > Thank

Re: two identical directives in configuration

2000-11-17 Thread Dave Kaufman
: > > > require group payer_manager payer_group demo > > > but I'm not sure. i belive it is. in fact, i didn't realize specifing two require coditions (one group and one user) worked on *separate* lines :) something like: $L

Re: security suggestion

2000-11-16 Thread Dave Kaufman
like this with mod_perl. right. many (lazy) commercial web hosting providers don't even (to this day) offer perl CGI either. But most decent ones have realized that even the unwashed masses need perl scripts to run, and have already successfully addressed ExecCGI security issues in orde

Re: security suggestion

2000-11-16 Thread Dave Kaufman
like this with mod_perl. right. many (lazy) commercial web hosting providers don't even (to this day) offer perl CGI either. But most decent ones have realized that even the unwashed masses need perl scripts to run, and have already successfully addressed ExecCGI security issues in orde

Re: [ANNOUNCE] ApacheCon USA 2001: Call For Papers

2000-11-14 Thread Dave Rolsky
mod_perl specific. I was hoping to be giving a talk about it at the next TPC and/or YAPC. -dave /*== www.urth.org We await the New Sun ==*/

Re: Passing data structures between Stacked Handlers

2000-11-12 Thread Dave Kaufman
ithout the strict stacking and inefficient error-handling of stacked hadlers. http://search.cpan.org/search?dist=Apache-HeavyCGI -dave

Re: dynamic vs. mostly static data

2000-11-06 Thread Dave Rolsky
ure TT can do this. In addition, pretty much all the templating systems probably accomodate this. Under Mason this could be done very easily using the autohandler facility it provides. -dave /*== www.urth.org We await the New Sun ==*/

zlib error?

2000-11-02 Thread Homsher, Dave V.
lly a stop and start fixed the problem, but for how long? Has anyone seen this or know where to start looking? It appears to be some sort of memory leak, but where to begin looking? Thanks, Dave Homsher, II Webmaster MACtac IT

Re: return from nested functions

2000-11-01 Thread Dave Rolsky
On Wed, 1 Nov 2000, Matt Sergeant wrote: > Definitely use exceptions. I prefer Error.pm for this (sorry, Dave!), > which allows your handler to simply be: That's no reason not to use Exception::Class. They are largely orthogonal. If you want to be able to declare your exception h

Re: a web interface to visualize tables

2000-11-01 Thread Dave Rolsky
components. Alzabo right now only supports MySQL but I'm going to start working on Postgres support sometime 'real soon now' (i.e. I'm real busy so I don't know when). The data browser does at least some of what you want, though its not nearly as customizable as what you m

Re: return from nested functions

2000-11-01 Thread Dave Rolsky
there any way to do that? Not that this has anything to do with mod_perl really but ... Use exceptions. There's a section in the guide on them some crazy guy wrote ;) I recommend my Exception::Class module on CPAN. But I would do that, wouldn't I? -dave /*== www.urth.org We await the New Sun ==*/

Re: Putting together the TPC mod_perl track

2000-11-01 Thread Dave Rolsky
od_perl specific (technically, Mason isn't either, I guess). -dave /*== www.urth.org We await the New Sun ==*/

Re: [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread Dave Rolsky
I can see myself hooking it together with Apache::Session and using them together. -dave /*== www.urth.org We await the New Sun ==*/

Re: [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread Dave Rolsky
g for the bang:). I prefer it. I think you're forgetting about little things like regexes and such. Yes, Perl and C share a lot of syntax, but there are many things you can do easily in Perl that are brutal in C. -dave /*== www.urth.org We await the New Sun ==*/

here is the best one

2000-10-26 Thread Dave Reinhardt
http://stream1.iims.intelonline.com/ViewWeb/PremiereRadio/File/102400bush2.asx

check this out...

2000-10-26 Thread Dave Reinhardt
http://stream1.iims.intelonline.com/ViewWeb/PremiereRadio/File/102400bush1.asx Dave

Re: Rapid prototyping and mirroring

2000-10-26 Thread Dave Rolsky
Or am I just ficticiously remembering past postings. Why use Apache for this? Seems like CVS with a script run for checkins could accomplish the same thing. -dave /*== www.urth.org We await the New Sun ==*/

Re: [OT] hi all

2000-10-11 Thread Dave Baker
I'm missing > something terribly. > I read this as meaning the QUERY string is 7k in size, not the result set. A 7k query is pretty hefty, however you slice it the words 'stored procedure' come to mind (but that's always another story) dave -- - Dave Baker :

Bug in mod_perl

2000-10-09 Thread Dave Rolsky
ache 1.3.12/Perl 5.00503 and find that I receive no output after the \0. Is this a mod_perl or Apache bug? Or is it a client bug (using Netscape 4.75) or is it the expected behavior. -dave /*== www.urth.org We await the New Sun ==*/

Re: $r->path_info() bug?

2000-10-05 Thread Dave Rolsky
see http://lists.sourceforge.net/mailman/listinfo/mason-users -dave /*== www.urth.org We await the New Sun ==*/

Apache::Sybase::CTlib connections dropping (not morning issue)

2000-10-03 Thread Homsher, Dave V.
a connection. When the connection blinks, the script will gracefully restart the server. There has to be a way to do this within the mod_perl environment - Any ideas? Thanks in advance for any help ... Dave Homsher, Webmaster MACtac IT -- It's always darkest just before it goes pitch black.

OT: POOP

2000-09-22 Thread Dave Rolsky
I mentioned the POOP list in a previous message and then realized I'd given the wrong URL. This is the correct one: http://sourceforge.net/projects/POOP/ and this is really the last message on this thread. sorry -dave /*== www.urth.org We await the New Sun ==*/

Re: [ANNOUNCE] BingoX 1.91 (new package)

2000-09-22 Thread Dave Rolsky
e things BingoX appears to do that Alzabo has yet to get to but there's a lot in the other direction too. Plus dare I say that Alzabo is a lot cleaner? I dare. Anyways, this is already OT so you might want to join the POOP list (poop.sourceforge.net) for further discussion. -dave /*== www.urth.org We await the New Sun ==*/

Re: usemymalloc && mod_perl

2000-09-16 Thread Dave Rolsky
r Solaris I don't know who established this though. Ask Stas ;) -dave /*== www.urth.org We await the New Sun ==*/

calling C extensions to Apache through mod_perl

2000-09-06 Thread Dave DeMaagd
omething really obvious. Thanks! -- Dave DeMaagd - [EMAIL PROTECTED] - http://www.spinynorm.net Beware THE MERCILESS PEPPERS OF QUETZLZACATENANGO!

Apache::Request growing httpd

2000-08-28 Thread Dave Thomas
I applied the patch from the archives but the httpd child process is still growing by the size of the file. Is that normal, or is there an update to the patch that Jim Winstead placed out there The system that I am running on is: SunOS 5.6 on a sparc Ultra-1 Thanks in advance for any he

Re: Anyone get Apache::PerlVINC to work?

2000-08-21 Thread Dave Moore
e time to test against every version. if you cant get it to work with 1.22, maybe it is time for an upgrade. dave On Sat, 19 Aug 2000, Stas Bekman wrote: > On Fri, 18 Aug 2000, Tom Lancaster wrote: > > > That's the version I'm using, and it's in the docs for that module tha

Re: Centralized Caching

2000-08-20 Thread Dave Rolsky
ches data inside an individual process but uses IPC to control expiration of the data between multiple processes. Its called Alzabo::ObjectCacheIPC in the modules. Its got a fairly generic interface and could be used outisde Alzabo. Alzabo is at alzabo.sourceforge.net -dave /*== www.urth.org We await the New Sun ==*/

@INC still tainted :-(

2000-08-17 Thread Dave Jenkins
e privately to avoid wasting more bandwidth! Thanks, Dave -- Dave Jenkins Silk New Media -- Forwarded Message -- Subject: Tainted @INC Date: Tue, 15 Aug 2000 15:02:26 +0100 From: Dave Jenkins <[EMAIL PROTECTED]> Hi, I'd appreciate some help with a nasty little int

Tainted @INC

2000-08-15 Thread Dave Jenkins
k). If I run this after getting the above error message, it indicates that every element of @INC is tainted. I've looked at the "@INC and mod_perl" page in the guide. In httpd.conf I have PerlTaintCheck On and I'm not setting PERL5LIB. My startup.pl doesn't do anything with

Re: custom server string

2000-08-10 Thread Dave Moore
On Thu, 10 Aug 2000, Thomas von Elling Skifter Eibner wrote: > On Tue, Aug 08, 2000 at 05:55:19PM -0400, Dave Moore wrote: > > > > i need to change the outgoing Server header on all requests to our site. > > dont ask why I would want to do that. i have my orders. i read so

custom server string

2000-08-08 Thread Dave Moore
if so...why? has anyone else had to do this? dave -- Dave Moore Web Application Developer mailto:[EMAIL PROTECTED] ePALS Classroom Exchange http://www.epals.com/ Connecting more than 1.9 million students and teachers in 182 countries!

Re: Seg Fault (11)

2000-08-04 Thread Dave Moore
ing it through gdb to get a stack backtrace. that might provide some more clues. -- Dave Moore Web Application Developer mailto:[EMAIL PROTECTED] ePALS Classroom Exchange http://www.epals.com/ Connecting more than 1.9 million students and teachers in 182 countries!

Re: Apache::Session upgrade problems and Inheritance

2000-08-02 Thread Dave Baker
You may need to add LockDataSource, LockUserName and LockPassword to your $dbinfo hashref. This fixed the problem for us when we upgraded to the later Apache::Session. Dave On Wed, Aug 02, 2000 at 12:17:57PM -0400, Ilia Lobsanov wrote: > I just upgraded from Apache::Session 1.03 to 1

Re: Apache::PerlVINC makes Apache segfault

2000-07-31 Thread Dave Moore
duh...now that i've had some more coffee...the line: PerlVersionINC On must come before the PerlINC statement. PerlINC wont store that path unless PerlVersionINC is On. dave On Mon, 31 Jul 2000, Dave Moore wrote: > you arent doing anything wrong. you probably just need to upgrad

<    1   2   3   4   >