Padraic Woods wrote:
> Hi,
> I'm trying to install apache + mod_perl + mod_ssl but get a error after
> running make test, I've tried skiping the make test but get a
> segmentation fault when I try starting apache.
[...]
> ../apache_1.3.26/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
>
[EMAIL PROTECTED] wrote:
>
> Does it help to update mod_perl to 1.27?
and if not, please send to the list the shortest possible script that
reproduces the problem.
> "Pasquale Pagano" <[EMAIL PROTECTED]> on 07/29/2002
> 12:35:10 PM
>
> To: "Modperl" <[EMAIL PROTECTED]>
> cc:(bcc: Wesley
I think you can't get out of tainted mode under mod_perl.
You will have a big security role if you quit tainted mode.
Regards,
Vitor
-Mensagem original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Enviada em: sábado, 27 de julho de 2002 12:06
Para: [EMAIL PROTECTED]; [EMAIL PRO
>Insecure dependency in `` while running with -T switch at
>/usr/sbin/usermod_wrapper.pl line 27
These means that you can't use ``. You need to use system command.
$command = "/path/you/need";
system($command);
All the additional vars need to be passed through vars :
$var1 = "login";
$var2 =
On Fri, Jul 26, 2002 at 04:11:29PM -0700, Rasoul Hajikhani wrote:
> Folks,
> My PerlAccessHandler is being executed twice per each request. Is this a
> normal behavior for an access handler?
> Here is my .conf entry
>
> SetHandler perl-script
> # run is a wrapper for my handl
Perrin,
Thanks, I should have known that, but I haven't had this problem before.
Chuck
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 26, 2002 7:48 PM
To: Goehring, Chuck Mr., RCI - San Diego
Cc: [EMAIL PROTECTED]
Subject: Re: Using a module th
--
mod_perl digest
July 22, 2002 - July 28, 2002
--
Recent happenings in the mod_perl world...
OSCon was gre
Does it help to update mod_perl to 1.27?
Wes
"Pasquale Pagano" <[EMAIL PROTECTED]> on 07/29/2002
12:35:10 PM
To: "Modperl" <[EMAIL PROTECTED]>
cc:(bcc: Wesley Sheldahl/Lex/Lexmark)
Subject: Problems using Perl v 5.8
Hi,
We have some problems using:
1) Perl v 5.8
2) Mod_Perl v 1.26
Hi,
We have some problems using:
1) Perl v 5.8
2) Mod_Perl v 1.26
3) Apache v 1.3.26
In particular:
a) if we use simple CGI, everything works fine;
b) if we use a custom handler for mod_perl, everything works fine;
but if we try to use our CGI via Apache::Registry or Apache::PerlRun handler
the
> Line 199 checks for Apache.pm and Apache::Status, thus:
>
> if ($INC('Apache.pm') and Apache->module('Apache::Status'));
>
> I have both Apache.pm and Apache::Status installed.
Yes but Apache::module (which called by
"Apache->module('Apache::Status')") is an XS function defined by
libperl.so
What's up with this? I'm trying to load Apache::DBI on startup.
I have apache and mod_perl installed, and running ok,
and have installed additional modules, including the
Apache::Bundle.
When I put the line in mod_perl.conf,
PerlModule Apache::DBI
I can't start the web server.
On the comm
Hi all,
I am trying to use DBD::Oracle1.12 on mod_perl2.
But it doesn't work fine.
It shows error as following in error_log at $dbh = DBI->connect.
[error_log]
DBI->connect(ynt0) failed: (UNKNOWN OCI STATUS 1804) OCIInitialize. Check
ORACLE_HOME and NLS settings etc. at
/yopt/httpd-2.0.3
Thanks, Ilya! You are right!
/usr/bin/perl contains old binary from v5.00503
So, I've change it to a link pointing to /usr/local/bin/perl
Now all works fine!
Ruslan
> Looks like your sys admin had installed perl from core and from ports
> and as result you have two perl installation on systems. P
> On Mon, 29 Jul 2002 13:43:13 +0400, "Ruslan V. Sulakov" <[EMAIL PROTECTED]> said:
RVS> My @INC contains WRONG directories!!! Help!
RVS> How can I change @INC in perl for installing of Apache::SubProcess and other
RVS> modules?
RVS> At this time I cannot install any Apache::* related modules
My @INC contains WRONG directories!!! Help!
How can I change @INC in perl for installing of Apache::SubProcess and other
modules?
At this time I cannot install any Apache::* related modules, because of bad
@INC
Platform: FreeBSD
I have Apache::* modules installed in:
/usr/local/lib/perl5/site_pe
15 matches
Mail list logo