Apache::SubRequest::run

2003-03-10 Thread Daniel Risacher
before running the subrequest) This functionality seems to be missing in mp2. Is this intentional? If so, is there some other way to run a subrequest and have it send all the headers? -- The blues are multicolored. -- Dave Lambert Daniel Risacher [EMAIL PROTECTED]

Re: [OT] Ideas for limiting form submissions

2002-12-20 Thread Daniel Koch
Check out Gimpy, which I believe is what Yahoo uses: http://www.captcha.net/captchas/gimpy/ http://www.captcha.net/ Narins, Josh wrote: Can GIMP be programmatically set up to warp/woof/weird-out an image? Yahoo's warped words works, I bet, since they use it. I'm referring to get getting an

Re: Shroud+ Perl obfuscator....

2002-12-20 Thread Daniel Jacobowitz
caps on and realize that this sort of security is called obfuscation for a reason: it does not accomplish anything except to make the results hard to read. If you're giving away or selling the perl source, obfuscating it doesn't have any significant effect. -- Daniel Jacobowitz MontaVista Software

Re: Memory leak on reload when the 'Pg' driver is preloaded

2002-10-16 Thread Daniel Jacobowitz
with it. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

How do I compile libapreq under Cygwin

2002-05-16 Thread Daniel Fisher
of the apache lib to link against. How exactly can I accomplish this? (What are the command line switches to do this?) Thank you for your time, Daniel Fisher ps- Ultimately, I'm looking to use AxKit on mod_perl through Cygwin. Has anyone else accomplished this? (I know that ActiveState's Perl *should

Kind-of PerlSections, and location question

2002-04-15 Thread Daniel W. Burke
I'm wondering if this is possible at all, and if so, how to accomplish it... We have an application we're serving by using the same set of source code, and setting up different Location sections in the virtual host to set different variables and path aliases based on who the customer is... But

Re: Kind-of PerlSections, and location question

2002-04-15 Thread Daniel W. Burke
On Mon, 15 Apr 2002, Steven Lembark wrote: Have a databae table that stores the information for each setting, then load it dynamically as a request comes in... mailer dream code: $ENV{REQUEST_URI} =~ /^\/(.*?)\//; $base_path = $1; if (!exists($Location{$base_path})) { ... do

Re: Challenging things to do: SIGSEGV catcher and backtrace extractor

2002-04-11 Thread Daniel Jacobowitz
the debugger on SIGSEGV event. Is it too late? I see certain gnome apps failing and they ask you if you want to get the stack, without me doing anything at all. That's what I want for modperl. You say it's not possible? Sure, that's possible from the SEGV handler. -- Daniel Jacobowitz

activating multimedia files in cgi-bin

2002-03-25 Thread Daniel Jonda
Hi. I have a short question about perl and apache httpd server. Where can I activate that multimedia files like gifs and jpgs run under my cgi-bin dir ? Thanks a lot Daniel Jonda attachment: winmail.dat

AW: activating multimedia files in cgi-bin

2002-03-25 Thread Daniel Jonda
/gallery.cgi Where can I change the configuration of perl to show these mm-files on my website ? Thanks Daniel -Ursprungliche Nachricht- Von: Luciano Miguel Ferreira Rocha [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. Marz 2002 01:58 An: Daniel Jonda Cc: [EMAIL PROTECTED] Betreff: Re

'Pinning' the root apache process in memory with mlockall

2002-03-22 Thread Daniel Hanks
Daniel Hanks - Systems/Database Administrator About Inc., Web Services Division

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-22 Thread Daniel Hanks
is erroneous in its reporting under these circumstances? And in the case of Linux, I'm asusming libgtop just reads its info straight from /proc. Is /proc erroneous then? -- Dan Daniel Hanks - Systems/Database

Re: kylix: rad!

2002-01-13 Thread Daniel Aldham
On Sun, 13 Jan 2002, brian moseley wrote: Kylix is, as I understand it, something much closer to original Delphi aim of programming without coding. I'm not saying it wouldn't be neat if you could do Kylix for Perl. I'm just saying I don't think it would be a fantastic success. So,

Re: Case of the Vanishing Symbol Tables

2001-12-11 Thread Daniel Jacobowitz
is `eval require $foo`. Hard to go wrong there. I'm willing to bet that this is the Known Nasty having to do with how Apache re-reloads modules. Are you using mod_perl as a DSO? If so, have you tried it statically? -- Daniel Jacobowitz Carnegie Mellon University

Re: Doing Authorization using mod_perl from a programmersperspective

2001-12-10 Thread Daniel Little
From: Jon Robison [EMAIL PROTECTED] What about sockets? I am in the middle of trying to use $c = $r-connection and $c-remote_addr as part of the cookie name. (So far I am having trouble with the fact that remote_addr returns packed info, and I am still searching for how to unpack it - if

Re: DSO Issues

2001-11-28 Thread Daniel Jacobowitz
in the right order. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer

Re: $ENV{'REMOTE_USER'} getting clobbered?

2001-11-28 Thread Daniel Jacobowitz
(at least for the DSO case, possibly static) sometime right after 1.24 was released. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer

Re: search engine module?

2001-10-17 Thread Daniel Sully
Is the engine used at the math forum publiclicly available? Once upon a time Stas Bekman shaped the electrons to say... the engine at mathforum does a great job, it's the best mailing list archive search engine that I've ever seen, in regards to searching Perl strings and code in general.

Re: What hourly rate to charge for programming?

2001-10-09 Thread Daniel Aldham
Hello, Many factors are to be taken into account to establish a base line. As you say, experience is one. It determines the experience you will provide your client with: your ability to solve their problems, to meet their requirements, to react to constraints, be technical or not, to

Re: CGI.pm params not being cleared?

2001-10-01 Thread Daniel
like so: use CGI; $cgi = new CGI; if ($cgi-param(dataaction) eq whatever) { # Does something useful HTH, check the guide: http://perl.apache.org/guide/porting.html. -- -- Daniel Bohling NewsFactor Network

Re: CGI.pm params not being cleared?

2001-10-01 Thread Daniel
is running just 2 servers (StartServers 2) and I removed the CGI.pm precompile from the mod_perl startup. Any other suggestions? I'm feeling a bit desperate... Alex -- Alex Harper Configuration Management [EMAIL PROTECTED] Use whatever you think of first -- Larry Wall -- -- Daniel

Re: CGI.pm params not being cleared?

2001-10-01 Thread Daniel
the line fixed my problem. Whoa! This could be bad. Apache::SizeLimit calls $r-post_connection(). Is that replacing existing cleanup handlers? I thought post_connection()/register_cleanup() pushed handlers on the stack rather than replacing them. - Perrin -- -- Daniel Bohling

Re: [ANNOUNCE] TicketMaster.com sponsors mod_perl development

2001-09-24 Thread Daniel
Wow, good for you Stas, and I'd like to say thanks for staying in the trenches as a mod_perl advocate. Also three cheers to the folks at Ticketmaster.com. I'll be buying there. -- -- Daniel Bohling NewsFactor Network

[OT] Redirect w/ Netscape browser causing 'Document contains no data'

2001-08-23 Thread Daniel Little
(ugly) by putting META HTTP-EQUIV=refresh CONTENT=0 ;URL=$location but I'd really like to get rid of that. Anybody have any ideas? Daniel. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Daniel Little Metrex Systems Inc.[EMAIL PROTECTED] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: Revised CodeRed.pm - Wish List

2001-08-06 Thread Daniel Aldham
It looks like the latest CodeRed III compromises a server by putting a backdoor in place, such that a GET /scripts/root.exe will give anyone a shell on the infected machine. Could the code be added to to add a GET /scripts.root.exe and then generate a pop-up screen on the infected host warning

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

2001-08-01 Thread Daniel
; ). -- Daniel Bohling NewsFactor Network The point is not that you can't abstract it all away as you show in your code below, it's that by the time you have covered all eventualities (sorts, groups, selects from multiple tables, et al.), your interface is so complicated you are basically

Re: [PATCH] [phil@fifi.org: Bug#86964: One more method ( patch) for libapache-mod-perl]

2001-05-02 Thread Daniel Jacobowitz
On Tue, May 01, 2001 at 11:15:30AM -0700, Doug MacEachern wrote: On Sun, 4 Mar 2001, Daniel Jacobowitz wrote: Here's another reasonable-looking patch from Philippe Troin; it exposes child_num() in Apache::Connection. i hesitate adding this to Connection.xs at this point since it is 1.3

Re: [PATCH] [phil@fifi.org: Bug#86964: One more method ( patch) for libapache-mod-perl]

2001-05-02 Thread Daniel Jacobowitz
On Thu, May 03, 2001 at 11:10:59AM +0800, Stas Bekman wrote: On Wed, 2 May 2001, Daniel Jacobowitz wrote: On Tue, May 01, 2001 at 11:15:30AM -0700, Doug MacEachern wrote: On Sun, 4 Mar 2001, Daniel Jacobowitz wrote: Here's another reasonable-looking patch from Philippe Troin

Re: modperl question

2001-04-16 Thread Daniel
Any input anyone has would be greatly appreciated! Sincerely, Dr. John V. Jaskolski -- Daniel Bohling

Re: Problem with modperl

2001-04-11 Thread Daniel
ttp://perl/apache.org/guide 73, Ged. -- Daniel Bohling NewsFactor Network

Re: notes() from registry-php-registry

2001-03-20 Thread Daniel
by the way. (darren) -- Daniel Bohling

notes() from registry-php-registry

2001-03-19 Thread Daniel
f the subrequest is for another registry script the note works fine. Anyone know why this is or how to make the note work for php? Thanks, -- Daniel Bohling

Re: $r and Registry(NG)* scripts

2001-03-14 Thread Daniel
Stas Bekman wrote: On Tue, 13 Mar 2001, Daniel wrote: All scripts on site start with: use vars qw(%input $r); $r = Apache-request; This has worked fine...no complaints in log files...until I switched the handler from Registry to RegistryNG; Now I see occasional: Variable

Re: $r and Registry(NG)* scripts

2001-03-13 Thread Daniel
#!/usr/bin/perl -w use strict; use DBI; use date_site; my $dateformat = date_site::dateformat; use Apache::Request; use vars qw($dbh %input %output %filebase $r %sites); #vars used on $r $r = Apache-request; #--here Thanks, -- Daniel Bohling NewsFactor Network

$r and Registry(NG)* scripts

2001-03-12 Thread Daniel
in/perl -w use strict; use DBI; use date_site; my $dateformat = date_site::dateformat; use Apache::Request; use vars qw($dbh %input %output %filebase $r %sites); #vars used on $r $r = Apache-request; #--here Any ideas on why this would happen? Thanks in advance, -- Daniel Bohling NewsFactor Network

RE: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Daniel Little \(Metrex\)
a similar effect from just keeping the timeout short but I'm thinking of a scenario where it's valuable to keep the data for a very long time, so long as I know that I'm not using all available memory in the process. Daniel. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Daniel

RE: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Daniel Little \(Metrex\)
Perrin, "Daniel Little (Metrex)" wrote: Along the same lines, how about making SizeAwareMemoryCache as well so that you can specify just how much data you want stored in the cache. Sounds like Joshua Chamas' Tie::Cache module. It provides a size-limited LRU cache. Inde

Apache::SpeedLimit

2001-03-06 Thread Daniel
s only 65k). Is anyone else using Apache::SpeedLimit? If so how? Thanks in advance, -- Daniel Bohling NewsFactor Network

Re: Forbidden access

2001-03-06 Thread Daniel
://perlmonth.com/ -- Daniel Bohling NewsFactor Network

[PATCH] [phil@fifi.org: Bug#86964: One more method ( patch) for libapache-mod-perl]

2001-03-05 Thread Daniel Jacobowitz
Here's another reasonable-looking patch from Philippe Troin; it exposes child_num() in Apache::Connection. -- Daniel Jacobowitz Debian GNU/Linux Developer Monta Vista Software Debian Security Team "I am cro

[phil@fifi.org: Bug#85328: New method $req-allowed() for libapache-mod-perl]

2001-02-08 Thread Daniel Jacobowitz
[please maintain the CC's] I just received the following bug report on the Debian bug tracking system. The patch seems to apply to 1.25; is it a good idea? Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002

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

2001-02-02 Thread Daniel Sully
Is anyone using modperl in a way that it acts as an adaptor/scheduler in front of an app server in a 3-tier application environment? Basically I have a vendor provided (with source however) adaptor that takes incoming requests to the webserver, and passes that request onto an any number of

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

2001-02-02 Thread Daniel Sully
Once upon a time Dave Rolsky shaped the electrons to say... On Thu, 1 Feb 2001, Daniel Sully wrote: server. It handles failover from dead app instances, however not very well, and is a big pile of C code. It also has problems in that because Apache is not multithreaded, one child copy

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

2001-02-02 Thread Daniel Sully
Once upon a time Dave Rolsky shaped the electrons to say... That would be a no. Socket communication only. Shared filesystems in production are bad, mmkay. I'm not sure which you're referring to, my suggestion that you use a DBM file (with locking, of course) on 1 machine or NFS. I have

Re: MSQL server has gone away ( Apache::AuthDBI.pm )

2001-01-29 Thread Daniel
sort you out. take a look in the mod_perl guide http://perl.apache.org/guide for morning bug. you'll probably need to write your own ping method for msql. you also should look into what's making your mSQL server "go away" - check it's logfiles to see if it's got any useful messages. h

Re: problems with mod_perl

2000-12-29 Thread Daniel Grunblatt
Did you tried using apache_1.3.14? -- Daniel Alejandro Grunblatt COO - Portal InfoNegocio. Tel: (+54-11) 4332-3332 Cel: (+54-11) 41461971. Dir: Tucuman 1 piso 5. CP: C1049AAA. On Sat, 30 Dec 2000, Yung Kwong Wing wrote: Hi, My

Re: Script Debugging Modules?

2000-12-11 Thread Daniel Chetlin
On Sun, Dec 10, 2000 at 07:26:38PM -0800, Bill Moseley wrote: Just how smart is the compiler? [snip] use constant DEBUG_TEMPLATE = 1; use constant DEBUG_SESSION = 2; use constant DEBUG_REQUEST = 4; use constant DEBUG_QUERY = 8; use constant

Re: Modperl conflicting with other modules

2000-11-13 Thread Daniel Chetlin
On Mon, Nov 13, 2000 at 08:20:53AM -0600, Yu Di wrote: [snip] Then I found that I cannot access any Mod_perl, PHP, or FastCGI programs, if I try, I will get an error, and the error.log of Apache will have a line like: "[...][notice] child pid x exit signal Segmentation Fault(11)"

Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread Daniel Little
if anyone has any ideas, it would be most useful. Thanks in advance! Daniel. begin:vcard n:Little;Daniel fn:Daniel Little tel;cell:(204) 955-0300 tel;fax:(204) 487-6680 tel;work:(204) 837 5503 url:http://www.metrex.net org:Metrex Systems Consulting Inc.; version:2.1 email;internet:[EMAIL PROTECTED

Re: Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread Daniel Little
From: "G.W. Haywood" [EMAIL PROTECTED] On Tue, 7 Nov 2000, Daniel Little wrote: Has anyone had any problems with failure to write locks on Apache:ASP under Solaris or any other platform? I just grepped one of my logfiles (a small one, about 70

PerlAuthenHandler and DBI:

2000-10-17 Thread Daniel Hutchison
While the behaviour seems correct from the browser, I am getting errors in the error_log that may be indicative of some kind of problem: Here is the relevant snippet of my httpd.conf: PRE # Added for Oracle to work. Dan H. 5-oct-2000 # SetEnv

Code Reuse (newbie question)

2000-10-16 Thread Daniel Hutchison
allows me to recover sessions and setup variables in the main package. Any input (or a redirection to a good FAQ) would be very welcome! Thanks. Daniel Hutchison Target Analysis Group mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 617.583.8411

Re: Bug#74416: apache-perl: Apache::MyConfig should provide path to `apxs' (/usr/bin/apxs) in %Setup

2000-10-09 Thread Daniel Jacobowitz
and libapache-mod-perl. Also don't forget apache-dev. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED

Re: [Apache::ASP] $Request-QueryString-('foo')-Item() support

2000-10-09 Thread Daniel Chetlin
On Mon, Oct 09, 2000 at 05:03:44PM -0700, Joshua Chamas wrote: When I execute $Request-Form-('test')-Item() on a real life code sample, even after building in support for $Request-Form('test')-Item(), I get this error: Not a CODE reference at (eval 14) line 10. I have seen this error

Segmentation faults

2000-10-05 Thread Daniel Grunblatt
0: Line 1: Not found www.babylon.com [8062]ERR: 30: Line 1: Not found www.babylon.com [8062]ERR: 30: Line 1: Not found www.babylon.com As you can see there is nothing in the error log related to the internal server error entry in the access_log. If anyone have an idea of what is happening I'd appreciate any help. Thanks. Daniel.-

Segmentation faults

2000-10-03 Thread Daniel Grunblatt
0: Line 1: Not found www.babylon.com [8062]ERR: 30: Line 1: Not found www.babylon.com [8062]ERR: 30: Line 1: Not found www.babylon.com As you can see there is nothing in the error log related to the internal server error entry in the access_log. If anyone have an idea of what is happening I'd appreciate any help. Thanks. Daniel.-

Re: open(FH,'|qmail-inject') fails

2000-09-12 Thread Daniel Chetlin
On Thu, Sep 07, 2000 at 04:56:59PM -0400, Roger Espel Llima wrote: On Thu, Sep 07, 2000 at 01:25:21PM -0700, Randal L. Schwartz wrote: Man, if I see ONE MORE script that checks for a "legal email", well, you could always try to check the address against rfc822... but that would be one hell

mod_perl DSO on NT

2000-09-07 Thread Daniel Watkins
they dont understand the difference between free software and freeware. So, I need a to buy a box with apache in it that supports mod_perl. Any Suggestions? Daniel

prob compiling mod_perl 1.24/perl 5.6.0/apache 1.3.12?

2000-08-30 Thread Daniel Piczak
can anyone be so kind to point out what i'm doing wrong ;o) [beast]/home/beast/daniel/src/perl/mod_perl-1.24{139} root : make (cd ../apache_1.3.12/src make CC="cc";) === os/unix === os/unix === ap === ap === main cc -c -I.. -I/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE -I../

cookie-based auth and mod_auth_dbm

2000-08-22 Thread Daniel Piczak
, i'm open to suggestions on how to attack this goal. Cheers, Daniel -- Daniel Piczak, Network/Systems Officer The University of Western Australia Library Email: daniel at library.uwa.edu.au Phone: 9380 1746 Fax: 9380 1012

Problem with DBI

2000-08-14 Thread Daniel Martinez
Hi! I have apache 1.3.12 and the latest DBI running on Sparc Solaris 2.7. when i try to run an embedded perl script that makes use of the DBI i get the following error: ld.so.1: perl: fatal: relocation error: file /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBD/mysql/mysql.so: symbol

Re: Perl as DSO...whats wrong with it, specifically?

2000-07-25 Thread Daniel Jacobowitz
, and thus increases register pressure). But other than the slight PIC slowdown it hasn't caused problems in a few months. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux

Re: Apache on Nt

2000-06-14 Thread Daniel Watkins
, though I havent done anything beyond Hello World stuff with mason, it is included and does work. Embperl, Tk, LWP and friends are all included. Daniel

Re: global variables and reparsing question (low priority ;)

2000-05-26 Thread Daniel Jacobowitz
to change the configure arguments to apache if you want this to work... Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University

Re: Trouble with DSO/APXS.

2000-04-20 Thread Daniel Jacobowitz
version. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/

Re: Bug#61231: mod_perl segfaults child-processes in combination with XML::Parser::Expat

2000-04-04 Thread Daniel Jacobowitz
0xbdc4) at http_main.c:4605 #17 0x805d24d in main (argc=2, argv=0xbdc4) at http_main.c:4933 Very interesting. I'll look at this further. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian

Re: Bug#61231: mod_perl segfaults child-processes in combination with XML::Parser::Expat

2000-04-04 Thread Daniel Jacobowitz
greater/complexer program) xml-parser-expat objects, segfaults occur fatser and more often. - test-program above runs clean under warnings, strict and taintcheck Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/

Re: [ID 20000118.004] DynaLoader doesn't dlclose XS code on interpreter

2000-01-26 Thread Daniel Jacobowitz
to contribute much (plus I'd probably just break something ;-) Gurusamay, do you have a timescale for when you need this? I'll try to do it this weekend, or else if I get bored during LinuxWorld Expo :) Dan /\ /\ | Daniel

Re: Results of calling perl_shutdown in mp_dso_unload

2000-01-26 Thread Daniel Jacobowitz
/\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/

Re: A fix in sight: Apache::ASP: crash when placed in startup.pl

2000-01-19 Thread Daniel Jacobowitz
On Tue, Jan 18, 2000 at 11:02:27PM -0800, Doug MacEachern wrote: On Sat, 15 Jan 2000, Daniel Jacobowitz wrote: ... Notice that DBI is never dlclose()'d. But mod_perl is, when apache unloads its modules. The linker is not clever enough to realize that DBI depends on symbols

Re: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-18 Thread Daniel Jacobowitz
be getting it not to do this without busting up the module API, which I can actually think of a few ways to do, and in a way that the Apache Group didn't rigorously object to :) Dan /\ /\ | Daniel Jacobowitz|__|SCS

Re: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-18 Thread Daniel Jacobowitz
interpreter, which causes strange behaviour. That is what my patch did. And that was the explanation I posted of the problem last week when we were debugging it. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class

Re: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-18 Thread Daniel Jacobowitz
them out and figure what is not getting freed. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED

Re: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-18 Thread Daniel Jacobowitz
fixing in the Apache core, not by hacking around it in mod_perl. Alan Burlison Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University

Re: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-18 Thread Daniel Jacobowitz
/\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/

Re: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-18 Thread Daniel Jacobowitz
/\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/

A year of accumulated patches

2000-01-14 Thread Daniel Jacobowitz
ebugging dump. I'll look at it more later. Dan /\ /----\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED]

Re: A year of accumulated patches

2000-01-14 Thread Daniel Jacobowitz
On Sat, Jan 15, 2000 at 12:55:47AM +, Tim Bunce wrote: On Fri, Jan 14, 2000 at 07:28:22PM -0500, Daniel Jacobowitz wrote: The first really important one is a fix for the crashes I've been seeing in boot_DBI. I can't find the exact message in the archive now, but anyone who reported

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Daniel Jacobowitz
Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/