Apache::SubRequest::run

2003-03-10 Thread Daniel Risacher
RequestRec 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: Shroud+ Perl obfuscator....

2002-12-20 Thread Daniel Jacobowitz
ked. And if they do have something to protect, they should put their thinking 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 sour

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: Memory leak on reload when the 'Pg' driver is preloaded

2002-10-16 Thread Daniel Jacobowitz
ports in a month or so now. I don't know why the DSO is leaking in a case when the static module isn't, but it should be fixable; I just need to find five or six hours to sit down with it. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer

How do I compile libapreq under Cygwin

2002-05-15 Thread Daniel Fisher
was this: http://www.mail-archive.com/modperl@apache.org/msg23958.html Which says I need to specify the location and name 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- Ultimatel

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})) {

"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 sections in the virtual host to set different variables and path aliases based on who the customer is... But we have

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

2002-04-11 Thread Daniel Jacobowitz
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 Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer

AW: activating multimedia files in cgi-bin

2002-03-25 Thread Daniel Jonda
cgi-bin/gallery/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 PROTECT

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 <>

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

2002-03-22 Thread Daniel Hanks
to > the performance chapter of the guide: > Are we saying then that libgtop 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 ==

'Pinning' the root apache process in memory with mlockall

2002-03-22 Thread Daniel Hanks
It worked like a charm. FWIW, -- Dan Hanks ======== Daniel Hanks - Systems/Database Administrator About Inc., Web Services Division

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. S

Re: Case of the Vanishing Symbol Tables

2001-12-11 Thread Daniel Jacobowitz
2) Why does this only emanate when stuff is loaded up via PerlModule? I mean, >look at perl_require_module -- all it does 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-

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

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

2001-11-28 Thread Daniel Jacobowitz
of > opportunity for REMOTE_USER to be clobbered. > > Software involved: > > apache 1.3.12 > mod_perl 1.24 > solaris 5.7 > perl 5.005_03 I believe that we fixed an environment corruption bug (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: DSO Issues

2001-11-28 Thread Daniel Jacobowitz
dule DT_NEEDED depends. It does mean you have to build them together and load in the right order. -- 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 i

Re: CGI.pm params not being cleared?

2001-10-01 Thread Daniel
dlers on the > stack rather than replacing them. > > - Perrin > > > -- -- Daniel Bohling NewsFactor Network

Re: CGI.pm params not being cleared?

2001-10-01 Thread Daniel
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 Bohling NewsFactor Network

Re: CGI.pm params not being cleared?

2001-10-01 Thread Daniel
'notcrufty'); print "Passed it and got a $goodvar\n"; } >>>In the script in question params are read 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: [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
of course, works just fine in IE. I've got a work-around (ugly) by putting 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 th

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

2001-08-01 Thread Daniel
= new foobar $dbh; my $arrayref = $handle->gimme_foobar_data; ). -- 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 multi

Re: Possible bug with ModPerl 1.25 and Escape_uri

2001-07-06 Thread Daniel Gardner
and uri_escape, but i always run my ciphertext through MIME::Base64 before setting it in a cookie. it means that the resulting cookie is much smaller (for me at least, ymmv) If you base64 encode your ciphertext then it may make your real problem go away. hth, daniel

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: > > > > > > > He

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 Connect

Re: modperl question

2001-04-16 Thread Daniel
hole reason I hesitate to use mod_perl is because this will be a > virtual hosting environment where lots of users could "do anything", and I > want to take all of the security precautions I can. But if it's at all > possible to do it securely, then I would love to use mod_perl because it > would be much easier than C. > > Any input anyone has would be greatly appreciated! > > Sincerely, > > Dr. John V. Jaskolski -- Daniel Bohling

Re: Problem with modperl

2001-04-11 Thread Daniel
ains no data ... >>> but why ? >> >> Could be lots of reasons. Often it's because Apache is segfaulting. >> Look in the error_log, it might tell you. Have you read the guide? >> http://perl/apache.org/guide >> >> 73, >> Ged. -- Daniel Bohling NewsFactor Network

Apache::DBI->forcibly_disconnect?

2001-04-05 Thread Daniel
Has anybody attempted to modify Apache::DBI to force a handle to disconnect? eg. $dbh->forcibly_disconnect; Thanks, -- Daniel Bohling NewsFactor Network

Re: notes() from registry->php->registry

2001-03-20 Thread Daniel
That's just a > limitation of the model, and probably a good reason to rewrite > the whole piece in mod_perl, by the way. > > (darren) -- Daniel Bohling

notes() from registry->php->registry

2001-03-19 Thread Daniel
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; >>>> >>>

Re: $r and Registry(NG)* scripts

2001-03-13 Thread Daniel
o with the compile stage of perlrun and/or something that happens during a new apache process creation. > >> first nine from daily-news.pl: >> #!/usr/bin/perl -w >> use strict; >> use DBI; >> use date_site; >> my $dateformat = date_site::dateformat; >

$r and Registry(NG)* scripts

2001-03-12 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 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\)
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 provi

RE: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Daniel Little \(Metrex\)
p a handle on the cache growing too large. I suppose you get 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

Re: Forbidden access

2001-03-06 Thread Daniel
mod_perl Guide http://perl.apache.org/guide > mailto:[EMAIL PROTECTED] http://apachetoday.com http://logilune.com/ > http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ -- Daniel Bohling NewsFactor Network

Apache::SpeedLimit

2001-03-06 Thread Daniel
(it's only 65k). Is anyone else using Apache::SpeedLimit? If so how? Thanks in advance, -- 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 a

[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

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.

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

2001-02-02 Thread Daniel Sully
Once upon a time kyle dawkins shaped the electrons to say... > A wild guess here but are you talking about WebObjects? Yes - I've hacked up the WO 4.5 adaptor pretty bad, and it's a pile already. > I wrote a perl adaptor last year to sniff the traffic that the WebObjects > adaptor was sending

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 i

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 applic

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

2001-01-29 Thread Daniel
"go away" - check it's logfiles to see if it's got any useful messages. hth, daniel > > But we can still connect to the mSQL server through a shell or even > a new try on the same page is successful. After looking at newsgroups, we > have > realised

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: >

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)"

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 smal

Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread Daniel Little
f the ASP code so 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;inter

DBD-Oracle

2000-10-22 Thread Daniel Hutchison
hanks. Daniel Hutchison Target Analysis Group mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 617.583.8411

Re: Segmentation faults

2000-10-18 Thread Daniel Grunblatt
nyway. ------ Daniel Alejandro Grunblatt Jefe de Operaciones. Portal InfoNegocio. Tel: 4332-3332. Dir: Tucuman 1 piso 5. CP: C1049AAA. -BEGIN PGP PUBLIC KEY BLOCK- Version: PGP 6.5.1i mQGiBDnbPQ4RBADACXb8fSQa+RsVutdoGBV4ki/t26jD20k8e1D4rIvtHAx

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: # Added for Oracle to work. Dan H. 5-oct-2000 # SetEnv ORA

Code Reuse (newbie question)

2000-10-16 Thread Daniel Hutchison
separate package for reuse. But I don't see how that 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: [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 see

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

2000-10-09 Thread Daniel Jacobowitz
'APXS' => '', > ); > > 1; > > __END__ > > As you can see the value for `APXS' is empty in apache-perl's version. > > In case the lack of /usr/bin/apxs is intentional, I will make my package > Build-Depend on `apache' and `li

Segmentation faults

2000-10-05 Thread Daniel Grunblatt
R: 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
R: 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

mod_perl DSO on NT

2000-09-07 Thread Daniel Watkins
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

cookie-based auth and mod_auth_dbm

2000-08-21 Thread Daniel Piczak
f my depth, 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 m

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

2000-07-25 Thread Daniel Jacobowitz
f you're dealing with x86 (it has to be built PIC, and thus increases register pressure). But other than the slight PIC slowdown it hasn't caused problems in a few months. Dan /----\ /\ | Daniel Jacobowitz|__|

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread daniel
kefile.PL >nmake >nmake install > If you don't have nmake, you can get a self-extracting archive > from ftp://ftp.microsoft.com/softlib/MSLFILES/nmake15.exe. [ ... ] Then, If you are using AuthDBI.pm you'll need to comment out lines 6 & 7 (use IPC::SysV and use strict) Well, thats what I needed to do anyway. YMMV Daniel

Re: Apache on Nt

2000-06-14 Thread Daniel Watkins
It has worked fine for me so far, 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
for a long time. Did you follow the thread about XML::Parser's bug WRT apache embedding? You need to change the configure arguments to apache if you want this to work... Dan /\ /\ | Daniel Jacobowitz|__|

Re: Trouble with DSO/APXS.

2000-04-20 Thread Daniel Jacobowitz
or directory, I get no data returned and: Try the current version. Dan /\ /----\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | |

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

2000-04-04 Thread Daniel Jacobowitz
reassign 61231 libxml-parser-perl thanks And sure enough, the man is right. This is not mod_perl's problem. When I disable RULE_EXPAT, apache ceases crashing. On Tue, Apr 04, 2000 at 02:49:36PM -0700, Doug MacEachern wrote: > On Tue, 4 Apr 2000, Daniel Jacobowitz wrote: > &g

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

2000-04-04 Thread Daniel Jacobowitz
ler Apache::Registry > PerlSendHeader On > > > > > Notice: > - preloading perl-scripts or perl-modules doesn't matter. > - both Apachr::Registry as Apache::PerlRun (without perlsetvar > perlrunonce!) both cause the problem. > - both XML::Parser::E

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

2000-04-04 Thread Daniel Jacobowitz
tp_main.c:4317 #16 0x805cb9b in standalone_main (argc=2, argv=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 /----\ /--

Re: Results of calling perl_shutdown in mp_dso_unload

2000-01-26 Thread Daniel Jacobowitz
linked from perl.apache.org no longer work. Is there a public CVS archive still? Where did it move? 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
, or else if I get bored during LinuxWorld Expo :) Dan /--------\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/

Results of calling perl_shutdown in mp_dso_unload

2000-01-21 Thread Daniel Jacobowitz
nce to look at it before then. Dan /\ /--------\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/

Re: OS Independend Patch for XS Extentions unload

2000-01-19 Thread Daniel Jacobowitz
On Wed, Jan 19, 2000 at 06:32:54AM +0100, Gerald Richter wrote: > Hi, > > I have tested the patch to unload all XS libraries, when libperl is > unloaded, Daniel sended a few days ago on Unix and on NT and it works! > Really great!! > > Here is a sligthly modified version, s

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 > &

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

2000-01-18 Thread Daniel Jacobowitz
t of case. But it should, IMO, catch bindings that it makes itself. Dan /----\ /\ | 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
namic linker is what he was referring to; it knows what libraries it resolves symbols to. Dan /\ /\ | 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
ONFIG > FILE!!! > > I firmly believe this needs fixing in the Apache core, not by hacking > around it in mod_perl. > > Alan Burlison > Dan /----\ /\ | Daniel Jacobowitz|__|SCS Class of 200

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

2000-01-18 Thread Daniel Jacobowitz
deal with, but I'll try anyway to straighten them out and figure what is not getting freed. Dan /\ /----\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon Uni

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

2000-01-18 Thread Daniel Jacobowitz
erward don't get proberly initialised, so some of the code really > points to data from the old Perl 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 /---

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

2000-01-18 Thread Daniel Jacobowitz
. The trick would 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 /\ /--------\ |

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

2000-01-15 Thread Daniel Jacobowitz
On Sat, Jan 15, 2000 at 08:58:35PM -0500, Daniel Jacobowitz wrote: > Thus my confusion. On Linux, with a static libperl.a, there are no > multiple copies of libperl.so floating around to link to. The symbols > only exist in one place. Thus there is no choice about what symbols

Re: A year of accumulated patches

2000-01-14 Thread Daniel Jacobowitz
On Fri, Jan 14, 2000 at 07:28:22PM -0500, Daniel Jacobowitz wrote: > First of all, in CVS I see this: > > fix $ENV{PATH} corruption, thanks to help from Chip Turner, > > Oleg Bartunov and Tomasz Przygoda > > I'm still seeing some $ENV{PATH} corruption built as a DSO,

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

2000-01-14 Thread Daniel Jacobowitz
g preloaded ? > > > > > > Well, I just finished recompiling perl and mod_perl, but the problem is > > > still there. Is there any way to verify that mod_perl is using the new > > perl? > > > > Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [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

A year of accumulated patches

2000-01-14 Thread Daniel Jacobowitz
LD_PRELOAD'ing the module DOES work to prevent the bug, however. I can't see why, and I can't get a good debugging dump. I'll look at it more later. Dan /\ /\ | Daniel Jacobowitz|__|SCS Clas