Philip M. Gollucci wrote:
Lerchenfeld, David W. wrote:
This is the command line I use to compile httpd with
./configure --prefix=/APACHE2.0 --enable-modules-shared='rewrite so
speling info ssl'
Is your perl ithread enabled if so it probably shouldn't be?
Also, is is your apr threaded, prob
Jim Martinez wrote:
Who maintains http://httpd.apache.org/test/ ?
There's a image on it that reads "ApacheCon Europe 2005" that links to the
ApacheCon US 2005 (via a redirect).
ApacheCon Europe 2005 was, according to the web site, held around July
18th, 2005. Most likely the image should be ch
On Thu, 11 Aug 2005, Michael G Schwern wrote:
On Thu, Aug 11, 2005 at 04:21:18PM -0400, Philip M. Gollucci wrote:
What was in the t/error_log file?
Logs for running t/api/access2.t attached.
Does the suggestion at
http://marc.theaimsgroup.com/?t=11050654061&r=1&w=2
apply and/or help?
Who maintains http://httpd.apache.org/test/ ?
There's a image on it that reads "ApacheCon Europe 2005" that links to the
ApacheCon US 2005 (via a redirect).
ApacheCon Europe 2005 was, according to the web site, held around July
18th, 2005. Most likely the image should be changed to something
app
Lerchenfeld, David W. wrote:
This is the command line I use to compile httpd with
./configure --prefix=/APACHE2.0 --enable-modules-shared='rewrite so speling
info ssl'
Is your perl ithread enabled if so it probably shouldn't be?
Also, is is your apr threaded, probably shouldn't be.
perl -V:u
This is the command line I use to compile httpd with
./configure --prefix=/APACHE2.0 --enable-modules-shared='rewrite so speling
info ssl'
and here are some specs on the compiled httpd:
apachectl -V
Server version: Apache/2.0.54
Server built: Aug 12 2005 01:49:59
Server's Module Magic Number:
Lerchenfeld, David W. wrote:
Breakpoint 2, load_module (cmd=0x77ff1028, dummy=0x77ff1254 "", modname=0x40059578 "perl_module",
filename=0x40059588 "modules/mod_perl.so") at mod_so.c:161
161 mod_so.c: No such file or directory.
Breakpoint 3 at 0x80524: file config.c, line 415.
At first g
When I run this under gdb I get the following code.
It looks like a library problem but I have already installed all of the latest
patches.
NETMAN2> /APACHE2.0 :/opt/langtools/bin/gdb --command=.gdb-commands_register
HP gdb 3.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00.
Copyright 1986 - 2001
Here is some additiona info on this problem
My httpd.conf file
httpd.conf
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See htt
On Thu, 2005-08-11 at 21:27 +0200, allan juul wrote:
> so i imagined that people would hit some kind of url that maps to some
> perl code that could handle the POST.
> its basically the same as a redirect via the location header, where the
> URL is appended the relevant querystring, except we nee
On Thu, Aug 11, 2005 at 04:21:18PM -0400, Philip M. Gollucci wrote:
> What was in the t/error_log file?
Logs for running t/api/access2.t attached.
--
Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern
Don't try the paranormal until you know what's normal.
-- "Lord
Michael G Schwern wrote:
-8<-- Start Bug Report 8<--
1. Problem Description:
t/api/access21..6
# Running under perl version 5.008006 for darwin
# Current time local: Thu Aug 11 12:36:04 2005
# Current time GMT: Thu Aug 11 19:36:04 2005
# Using Test.p
Lerchenfeld, David W. wrote:
I am at the end of my line on this one.
No matter how I compile up perl, apache and mod perl I cannot get apache2.x to
start.
It alway goes into a loop and take the httpd stack to 97%, only when mod perl
is loaded.
For starters, send your httpd.conf, startup.pl an
I am at the end of my line on this one.
No matter how I compile up perl, apache and mod perl I cannot get apache2.x to
start.
It alway goes into a loop and take the httpd stack to 97%, only when mod perl
is loaded.
Can anyone point me in the right direction of things to check/do
Your help wou
-8<-- Start Bug Report 8<--
1. Problem Description:
t/api/access21..6
# Running under perl version 5.008006 for darwin
# Current time local: Thu Aug 11 12:36:04 2005
# Current time GMT: Thu Aug 11 19:36:04 2005
# Using Test.pm version 1.25
# Using Apac
hi
this is not a specific mod_perl question, but i wonder if it could be
done at all.
we have a reverse proxy scenario (via mod_rewrite) with an apache2
frontend and IIS6 on another machine as backend.
we want a dual login to the site and we want the backend to handle the
login.
1)
we ha
Stas Bekman wrote:
Philip M. Gollucci wrote:
I'm game. Sign me up.
You need to submit it by yourself. See perrin's original post for
details. Feel free to ask questions if you have any.
I guess e-mail didn't express that right. That was more me saying I'd
do it not that I wanted someone to
It's more or less been the same abstract each time around.
Does anyone have it handy for me to submit ?
Well, I don't mind doing, and I've done it once in the past. It's a long 3hour
tutorial, so it's certainly not like a quick 45 minute presentation. I guess it
depends on the kind of speaking e
Philippe M. Chiasson wrote:
So unless anybody steps up by the end of the day, I'll submit a mod_perl
tutorial.
Hi all,
I've just gotten an okay from boss. I've been to the conferences
before, and this particular tutorial as given by Stas, but never been a
presenter. Where do I start? And d
Ray,
Did some tests with you code thought it may help.
I am on Apache 2.5.3 with mod_perl 2.1 and perl 5.8.5 and I have the
same exact result with your code examples.
Other scripts I have will not work without $|=1; before printing. It's
frustrating. I am also having to re-arrange my print
This fixed the problems with both Apache2::RequestUtil and Apache2::compat
Thanks!
- Steve
-Original Message-
From: Stas Bekman [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 11, 2005 11:01 AM
To: [EMAIL PROTECTED]
Cc: modperl@perl.apache.org
Subject: Re: [MP2] having trouble o
use Apache2::RequestUtil;
my $r = Apache2::RequestUtil->request;
This produces the following error:
Can't locate object method "request" via package "Apache2::RequestUtil"
[...]
LoadModule perl_module modules/mod_perl.so
PerlModule Apache2::compat
AddHandler cgi-script .cgi
AddHandler p
Message>
I'm having trouble getting the request object from mod_perl. Here is the
original attempt:
<
Have you simply tried:
my $r = shift;
at the beginning of your handler? If you're using Apache::Registry, then
your whole file is a handler so you can do that at the top.
Carl
23 matches
Mail list logo