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]
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
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
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
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
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})) {
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
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
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
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
<>
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
==
It worked like a charm.
FWIW,
-- Dan Hanks
========
Daniel Hanks - Systems/Database Administrator
About Inc., Web Services Division
>
> 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
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-
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
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
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
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
> 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
dlers on the
> stack rather than replacing them.
>
> - Perrin
>
>
>
--
--
Daniel Bohling
NewsFactor Network
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
'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
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
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]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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
= 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
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
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
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
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
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
Has anybody attempted to modify Apache::DBI to force a handle to disconnect?
eg. $dbh->forcibly_disconnect;
Thanks,
--
Daniel Bohling
NewsFactor Network
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
script the note works fine.
Anyone know why this is or how to make the note work for php?
Thanks,
--
Daniel Bohling
Stas Bekman wrote:
> On Tue, 13 Mar 2001, Daniel wrote:
>
>
>>
>>
>>>> All scripts on
>>>> site start with:
>>>>
>>>> use vars qw(%input $r);
>>>> $r = Apache->request;
>>>>
>>>
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;
>
#!/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
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
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
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
(it's only 65k).
Is anyone else using Apache::SpeedLimit? If so how?
Thanks in advance,
--
Daniel Bohling
NewsFactor Network
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
[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
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.
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
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
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
"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
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:
>
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
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)"
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
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
hanks.
Daniel Hutchison
Target Analysis Group
mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
617.583.8411
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
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
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
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
'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
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.-
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.-
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
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
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
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
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
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|__|
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
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
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|__|
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 |
|
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
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
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
/----\ /--
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] |
\/ \/
, 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] |
\/ \/
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] |
\/ \/
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
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
> &
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] |
\/ \/
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] |
\/ \/
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
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
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
/---
.
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
/\ /--------\
|
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
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,
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] |
\/ \/
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
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
90 matches
Mail list logo