Hey,
I managed to go further in the compilation and tests.
Here is the last test report :
Failed Test Stat Wstat Total Fail Failed List of Failed
---
Stas Bekman wrote:
Ruslan U. Zakirov wrote:
Hello.
Failed Test Stat Wstat Total Fail Failed List of Failed
---
t/apr-ext/uuid.t 1 256 34 133.33% 2-3
t/filter/both
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 the
string, but the CGI sees a CONTENT_LENGTH
environmental variable that corresponds to its
original length. How do I update the CONTENT
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...
All tests failure reported below are due to this Bucket.sl problem.
How can I figure out what is going on, and How can I try to fix the pr
Sorry to top post...
So is it (the subject/original email below) impossible then?
Or is it possible just not advisable?
TIA
JupiterHost.Net wrote:
Hello group!
Super mod_perl newbie here :)
I was wondering if its possible to setup mod_perl in httpd.conf with a
File Extension Configuration instead o
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 httpd.conf
[snip]
PerlModule Apache::Registry
AddHandler perl-script .mpl
PerlHandler Apache::Registry
[/snip]
This kind of setup is dang
petersm wrote:
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 httpd.conf
[snip]
PerlModule Apache::Registry
AddHandler perl-script .mpl
PerlHandler Apache::Registry
[/snip]
Excellent than
On Mon, 2004-05-03 at 12:39, JupiterHost.Net wrote:
> IE: it would be just as dangerouse as running a regular perl or shell or
> OTHER_LANGUAGE_HERE script in their home dir, correct?
[...]
> mod_perl scripts are run with the permissions of the user correct?
> IE if Apache its 'nobody' or otherwsi
[EMAIL PROTECTED] wrote:
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...
All tests failure reported below are due to this Bucket.sl problem.
How can I figure out what is going on, and Ho
[EMAIL PROTECTED] wrote:
Hey,
I managed to go further in the compilation and tests.
Here is the last test report :
Failed Test Stat Wstat Total Fail Failed List
of Failed
Micah Johnson wrote:
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 the
string, but the CGI sees a CONTENT_LENGTH
environmental variable that corresponds to its
original length. How do
Stas Bekman a écrit :
Arnaud Blancher wrote:
Stas Bekman a écrit :
ydnar wrote:
The eval() is unecessary. The named sub can be used:
&$func();
yes but not with
use strict
...
try:
{
no strict 'refs';
&$func();
}
yes, it's work.
i'don't realy like this solution, just because i alwa
Hi,
I have a handler that currently simply authenticates
a user. Then once they are authenticated they are able to
run a specific program with diff args living on the server.
The thing is the program can take from 10 to like 60 seconds
to complete results.
This means that:
page never really
Arnaud Blancher wrote:
[...]
try:
{
no strict 'refs';
&$func();
}
yes, it's work.
i'don't realy like this solution, just because i always try to use 'use
strict'
to avoid problem with mod_perl
But in this case, it disables strict refs only for a very small scope! It
doesn't affe
On Mon, 2004-05-03 at 13:23, [EMAIL PROTECTED] wrote:
> The thing is the program can take from 10 to like 60 seconds
> to complete results.
> This means that:
> page never really loads since it is waiting for
> results that take far too long to get. Just looking for
> other opinions on handling
On Mon, 2004-05-03 at 13:15, Dave Boodman wrote:
> OK, here's some code:
This is a little too much code to look at without any direction. The
best thing to do would be to remove as much code as possible to get
things down to the smallest example that demonstrates the problem. You
should also tel
OK, here's some code:
# systems
my @statuses;
my (@systems) = Lib::Systems->search( cid => $cid );
unless (@systems) { $self->model->log('debug', "systems for '$cid' not
found"); $self->context->throw( 'systems.not_found', 'Systems not found' ); };
my $systems_profile = Lib::Pr
On Mon, May 03, 2004 at 07:17:54PM +0200, Arnaud Blancher wrote:
> Stas Bekman a ?crit :
>
> >Arnaud Blancher wrote:
> >
> >>Stas Bekman a ?crit :
> >>
> >>>ydnar wrote:
> >>>
> The eval() is unecessary. The named sub can be used:
>
> &$func();
> >>>
> >>>
> >>>
> >>yes but not with
Hi,
I have problem to set default handler when enter in my website
httpd.conf:
$Location{"/"} = {
SetHandler => "perl-script",
PerlHandler => "eShop::Web::Shop::home",
PerlOptions => "+SetupEnv",
};
but when i access /image.gif, apache open module Sho
Glenn wrote:
On Mon, May 03, 2004 at 07:17:54PM +0200, Arnaud Blancher wrote:
Stas Bekman a ?crit :
Arnaud Blancher wrote:
Stas Bekman a ?crit :
ydnar wrote:
The eval() is unecessary. The named sub can be used:
&$func();
yes but not with
use strict
...
try:
{
no strict 'refs';
&$func();
The uploaded file
Apache-AuthNetLDAP-0.29.tar.gz
has entered CPAN as
file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthNetLDAP-0.29.tar.gz
size: 6952 bytes
md5: 66f557af1f2c443d8219be32200bed60
This release incorporates the ability to specify an alternative attribute as the
password field...
-
Udlei Nattis wrote:
Hi,
I have problem to set default handler when enter in my website
httpd.conf:
$Location{"/"} = {
SetHandler => "perl-script",
PerlHandler => "eShop::Web::Shop::home",
PerlOptions => "+SetupEnv",
};
but when i access /image.gif, ap
Thanks Stas,
That is my problem,
subdirectoy is ok now
but in directory index problem persist
exists for example:
# Modulo home default
$Location{"/"} = {
SetHandler => "modperl",
PerlHandler => "eShop::Web::Shop::home",
PerlOptions => "+SetupEnv",
};
>$Locati
Is there an mp2 implementation of $r->auth_name? I'm working with
Apache::AuthCookie in a native mp2 environment and am getting an error
message of:
I believe this module has been ported to mp2 already. you might want
to
check the archives so you don't end up doing more work than you need.
I fol
Udlei Nattis wrote:
Thanks Stas,
That is my problem,
subdirectoy is ok now
but in directory index problem persist
exists for example:
# Modulo home default
$Location{"/"} = {
SetHandler => "modperl",
PerlHandler => "eShop::Web::Shop::home",
PerlOptions => "+SetupEnv",
Thanks for your input! I really appreciate it!
Perrin Harkins wrote:
On Mon, 2004-05-03 at 12:39, JupiterHost.Net wrote:
IE: it would be just as dangerouse as running a regular perl or shell or
OTHER_LANGUAGE_HERE script in their home dir, correct?
[...]
mod_perl scripts are run with the permissio
Greetings all,
So I've been trying to find an answer to this in both the archives and
in the available mod_perl books, but I have not had any luck, so I was
hoping someone on the list would know the answer.
Generally: how does subprocess_env in mod_perl 1.x behave with
non-mod_perl handlers?
On Mon, 2004-05-03 at 17:24, JupiterHost.Net wrote:
> So if I did it the .mpl way then /usr/foo/bar.mpl and /usr/foo/baz.mpl
> will run as nobody (IE untrusted user with less privileges)
If that's who your server runs as, then yes. The "nobody" user has the
same privileges as any other user the
Perrin Harkins wrote:
On Mon, 2004-05-03 at 17:24, JupiterHost.Net wrote:
So if I did it the .mpl way then /usr/foo/bar.mpl and /usr/foo/baz.mpl
will run as nobody (IE untrusted user with less privileges)
If that's who your server runs as, then yes. The "nobody" user has the
same privileges as
> Example 1:
>
> I have mod_perl handlers defined for the TypeHandler and FixupHandler
> phases. If in the TypeHandler code I do this:
>
> $r->subprocess_env("TEST" => "value");
>
> Then in FixupHandler I can "see" TEST using:
>
> $something = $r->subprocess_env("TEST");
>
> Which is what yo
Fred Moyer wrote:
> Greetings,
>
> Is there an mp2 implementation of $r->auth_name? I'm working with
> Apache::AuthCookie in a native mp2 environment and am getting an error
> message of:
I believe this module has been ported to mp2 already. you might want to
check the archives so you don't e
Greetings,
Is there an mp2 implementation of $r->auth_name? I'm working with
Apache::AuthCookie in a native mp2 environment and am getting an error
message of:
Can't locate class method 'Apache::RequestRec::auth_name' via package
'Apache::ReqestRec' at Apache/AuthCookie.pm line 18
I've found
Hello,
Andrew Waegel here, popping over from the HTML::Mason list with a
request for help. I've reached the limit of my debugging ability and am
now looking for an experienced Apache/mod_perl/mason developer to help
me debug a problem I'm having with my system.
Some more details on the problem:
33 matches
Mail list logo