... [...] ... No, when you run things with mod_perl, they run in the apache server process. They will always have the same permissions as the apache server....
58717
JupiterHost.Net
mlists@...
May 3, 2004 4:41 pm
... Excellent thanks! ... If they only have access to /home/user it would be cool right? IE: it would be just as dangerouse as running a regular perl or shell...
58716
petersm
petersm@...
May 3, 2004 3:41 pm
If you want to do something like this ... every file ending in .pl is run as an Apache::Registry (mod_perl 1) script you could do something like this in your...
58715
JupiterHost.Net
mlists@...
May 3, 2004 3:34 pm
Sorry to top post... So is it (the subject/original email below) impossible then? Or is it possible just not advisable? TIA ... -- Report problems:...
58714
olivier.blanc@...
May 3, 2004 2:00 pm
Hi all, Sorry, I had a miss reading of the result. I was too excited when all compilation pass thru and when I saw that apache server started sucessfully... ...
58713
Micah Johnson
msjohnson42@...
May 3, 2004 1:38 pm
Hi, I'm trying to use a pre-existing CGI script without modification. I'd like to use an input filter to tack on something to the POST string. My filter adds...
58712
Ruslan U. Zakirov
cubic@...
May 3, 2004 1:24 pm
... Ok, I'll test my apps with it and may be revert apache to 2.0.48 state(now I use latest cvs). ... I don't use them. Thanks for info. Best regards. Ruslan. ...
58711
olivier.blanc@...
May 3, 2004 10:48 am
Hey, I managed to go further in the compilation and tests. Here is the last test report : Failed Test Stat Wstat Total Fail Failed...
58710
Helmut Zeilinger
hz@...
May 3, 2004 6:42 am
Yes helped .. thanks a lot for explaining this again! Helmut --On Saturday, May 01, 2004 09:41:13 -0400 Geoffrey Young ... -- Report problems:...
58709
Stas Bekman
stas@...
May 2, 2004 8:58 pm
... Thanks Rando! __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker ...
58708
Rando Christensen
eyez@...
May 2, 2004 8:55 pm
... Yes, it's applied and running on my test server, and seems to work exactly as it did under modperl 1. -- < Rando Christensen | eyez@... > -- ...
58707
Stas Bekman
stas@...
May 2, 2004 8:42 pm
... Does it work? I haven't tested it. We need to write a proper test before I can commit it. There is some test in mp1, which can probably be ported (or one ...
... I suppose we just haven't got around implementing it yet in the plain handlers (Registry has it since 1.99_05). Does the following patch does the trick for...
58704
Stas Bekman
stas@...
May 2, 2004 7:40 pm
... There are known errors, Ruslan. Thanks for the report. The first one is irrelevant to modperl itself, the last 3 are due to a what seems to be a bug in...
58703
Ruslan U. Zakirov
cubic@...
May 2, 2004 7:20 pm
Hello. Failed Test Stat Wstat Total Fail Failed List of Failed ... t/apr-ext/uuid.t 1 256 3 4 133.33% 2-3 ...
58702
Aaron Ross
aross@...
May 2, 2004 4:06 pm
Hi Dave, It looks like you are using Class::DBI. The behavior you describe is exactly what you would see if you had uncommitted changes. The changes would be...
58701
petersm
petersm@...
May 2, 2004 1:31 pm
Dave Boodman wrote: As Perrin said, it sounds like it might be a scoping issue with some variables and how they are (not?) passed into subs. What could really...
58700
Dave Boodman
dave@...
May 2, 2004 11:00 am
OK, here's some code: # systems my @statuses; my (@systems) = Lib::Systems->search( cid => $cid ); unless (@systems) { $self->model-> log ( 'debug39; , "systems ...
58699
Slava Bizyayev
slavaby@...
May 2, 2004 3:26 am
This is a POD edition mainly. Upgrade is necessary unless you're happy with what you already have. The uploaded file Apache-Dynagzip-0.14.tar.gz has entered...
58698
Perrin Harkins
perrin@...
May 1, 2004 10:40 pm
... Sounds like you have a scoping problem. You are probably accidentally creating a closure somewhere that is holding onto old values. If you can reduce...
58697
Rando Christensen
eyez@...
May 1, 2004 9:24 pm
The last thing I need to do in order to be able to migrate to apache2 is to figure this out. Under apache1.3 and modperl, the error-notes would be properly set...
58696
Stas Bekman
stas@...
May 1, 2004 7:26 pm
... You're welcome, Lincoln :) BTW, the whole process is documented here: ...
58695
Dave Boodman
dave.lists@...
May 1, 2004 6:00 pm
Hi, I'm seeing an issue where I do an insert and upon subsequent requests, certain children are not returning the newly-inserted data (row), while others are....
58694
Lincoln Stein
lstein@...
May 1, 2004 5:51 pm
Hi Stas, Thanks for the advice. By the way, I'm currently moving all my mod_perl 1.X modules to 2.X, using the Apache::MP3 port you did a year ago as my...
58693
Stas Bekman
stas@...
May 1, 2004 5:13 pm
... Lincoln, If anybody reports to you a problem with a mp2 which is as old 1.99_05 (2 years old) as them to update to the latest current version. CGI.pm works...
... you should never set $r->status from a handler. ... I've explained it on this and the dev list a few times, so you should find discussions in the archives....
58690
Lincoln Stein
lstein@...
May 1, 2004 1:07 pm
Hi Lan, Do you think this might be a bug in mod_perl 1.99X? It is the responsibility of mod_perl's CGI compatibility mode to set the CGI environment...
58689
Helmut Zeilinger
hz@...
May 1, 2004 11:15 am
Hi all, i am confused about $r->status(). When do i have to set this "manually" - if ever? I searched for documentations about this item, but i did not find a ...