not a
handler, but a module to be used by my HTML::Mason code to verify type,
size, etc.
I'm not sure I can use Apache::FakeRequest for things like upload data.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
aim: hoggardb
--
Report problems: http://perl.apache.org/bugs/
Mail
u add CPAN
modules. I usually keep /opt/perl/bin as the first one in my user
account .profile, rather than the general /etc/profile setup.
--
Barry Hoggard
Tristan Media LLC
e: [EMAIL PROTECTED]
w: www.tristanmedia.com
aim: hoggardb
arser.pm
line 213.
Compilation failed in require at /opt/perl-5.8.1/lib/5.8.1/Pod/Man.pm line 30.
BEGIN failed--compilation aborted at /opt/perl-5.8.1/lib/5.8.1/Pod/Man.pm line 30.
Compilation failed in require at
/opt/perl-5.8.1/lib/5.8.1/ExtUtils/Command/MM.pm line 86.
make[1]: *** [manifypods] Error 255
make[1]: Leaving directory `/home/bhoggard/src/httpd_perl/mod_perl-1.29/Symbol'
make: *** [subdirs] Error 2
--
Barry Hoggard
Tristan Media LLC
e: [EMAIL PROTECTED]
w: www.tristanmedia.com
aim: hoggardb
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
it doesn't really add /tmp to @INC. Do I miss somethng?
Ah. That was a stupid mistake that happened when I was working on installing an
autobundle file earlier in the day and having trouble getting perl -MCPAN to see it.
Thank you very much.
--
Barry Hoggard
Tristan Media LLC
e: [EMAIL PROTECTED]
w: www.tristanmedia.com
aim: hoggardb
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
BUILD_DIR=$HOME/src
APXS=/usr/local/apache/bin/apxs
cd $BUILD_DIR/mod_perl-1.2*
MODPERL_DIR=`pwd`
perl Makefile.PL \
USE_APXS=1 \
WITH_APXS=$APXS \
EVERYTHING=1
make && make test && sudo make install
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
en I want it to use
another.
Maybe that's what I should try and see if I can change without
compiling it all over again.
It showed up when I tried to use mod_perl instead of mod_cgi. mod_cgi
was using the
right database, where as mod_perl wasn't.
Do you know how to change the dyld mod
r 1.x code base seemed to work for me.
Barry Hoggard
I'm just installed libapreq2-2.04_03-dev on a new system. The make
failed when it couldn't find
Parse::RecDescent
but I didn't get a warning about that module being needed when I did
perl Makefile.PL.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
On Feb 10, 2005, at 4:45 PM, Joe Schaefer wrote:
Parse::RecDescent
grepping apreq's trunk produced nothing matching that term.
Perhaps you are asking about ExtUtils::XSBuilder's prereq
list?
That could be it, since I had to install that during the process.
Sorry for the confusion.
Barry
On Feb 11, 2005, at 1:43 PM, Philippe M. Chiasson wrote:
Presentation: Building & Packaging mod_perl-2.0 Applications.
Speaker: Philippe M. Chiasson <[EMAIL PROTECTED]>
Duration: 45 minutes
This session will provide good advice on how to package a
mod_perl-2.0 application.
Learn how to create a sel
I am pretty comfortable with setting up a static front end that proxies
to a mod_perl server listening on 127.0.0.1 with Apache 1.x and
mod_perl 1.x, and mod_rpaf.
Are there any caveats I should know about before getting this working
on 2.0 before I start setting it up? I have a stand-alone
m
My setup:
mod_perl/1.999.21
httpd-2.0.53
mod_rpaf-0.5
I have a front-end apache that listens on the server IP, and proxies
requests to a mod_perl server listening on several ports of 127.0.0.1.
I would like to be able to see the status pages without having to be
logged into the server. Is there
On Feb 27, 2005, at 4:01 PM, Barry Hoggard wrote:
My setup:
mod_perl/1.999.21
httpd-2.0.53
mod_rpaf-0.5
I have a front-end apache that listens on the server IP, and proxies
requests to a mod_perl server listening on several ports of 127.0.0.1.
I would like to be able to see the status pages
ith a DSO mod_perl in 1.x and 2.x without problems.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
that.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
doesn't seem to be in
notes('error-notes').
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
On Mar 18, 2005, at 9:02 AM, Mike Whitaker wrote:
Getting an error from mod_per/Apache2 as soon as I try and access an
protected page:
'failed to resolve handler Foo::Auth'
I'm assuming this means something more than 'can't find Foo::Auth in
@INC', since another Foo:: module (in use as an Output
On Mar 14, 2005, at 7:38 PM, Barry Hoggard wrote:
What is the best way to do the MyError example from the Eagle book in
MP2? If I get an uncaught error, and I have something like this set
up:
ErrorDocument 500 /error
SetHandler perl-script
PerlResponseHandler MyError
On Mar 18, 2005, at 5:25 PM, Stas Bekman wrote:
Barry Hoggard wrote:
On Mar 14, 2005, at 7:38 PM, Barry Hoggard wrote:
What is the best way to do the MyError example from the Eagle book
in MP2? If I get an uncaught error, and I have something like this
set up:
ErrorDocument 500 /error
On Mar 18, 2005, at 8:07 PM, Stas Bekman wrote:
Barry Hoggard wrote:
Sorry if I wasn't clear. I meant I SOLVED the problem by using
$ENV{REDIRECT_ERROR_NOTES}.
But that's exactly what the eagle book suggests, isn't it?
I don't have my copy of the book anymore. I had expec
I'm using Apache::AuthCookie 3.06. There is one log_error line that
does not check for the debug level, at line 373:
$r->server->log_error("authorize user=$user type=$auth_type");
If I want to change this, what is the appropriate value of $debug to
use for the >=
gt;prev->subprocess_env("AuthCookieReason")
What is the best way to do this? I would prefer for the login page to
be in https, and not just submit to https. I'm using Apache::Session
as well, but I don't know if there is a way to make sure that stuff
gets into the session before I redirect to https.
Barry Hoggard
On Apr 5, 2005, at 3:00 AM, Torsten Foertsch wrote:
On Tuesday 05 April 2005 00:59, Barry Hoggard wrote:
If I understood you properly you are redirecting the browser from a
HTTP
request to HTTPS. This involves browser interaction and is not an
internal redirect. prev() however works only with
with it.
I do stuff like that in modules that are use-d in my startup.pl. They
have code in BEGIN blocks, or just the body of the module outside of
subroutines, and set up hashes that can be reached by a class method
call. Does that not work in your case?
Barry Hoggard
I have a site where I want to let Google index the articles that are
behind a login wall. I'm using AuthCookie (with MP2).
I'm sure many people have solved this already. What is the best
approach? I didn't find any info in the archives.
--
Barry Hoggard
Tris
eminds me that
we got garbage back sometimes from a parse.
Barry Hoggard
ight, so I can
test that one.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
products/apache-
modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status
If you have updates submit and we'll update the site.
On Fri, 16 Dec 2005, Barry Hoggard wrote:
I'm upgrading a server to MP 2.0.2 -- the first one I'm using since
the renaming. I use the two modules i
TP_10="1"
@INC:
/opt/perl-5.8.6/lib/5.8.6/i686-linux
/opt/perl-5.8.6/lib/5.8.6
/opt/perl-5.8.6/lib/site_perl/5.8.6/i686-linux
/opt/perl-5.8.6/lib/site_perl/5.8.6
/opt/perl-5.8.6/lib/site_perl
.
*** Packages of interest status:
Apache2: -
Apache2::Request
/ |
++
make: *** [run_tests] Error 1
You need to show us what's in that test log referred to above. You
should also look at the bugs URL to see what other information to
provide.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
/opt/perl-5.8.6/lib/site_perl/5.8.6
/opt/perl-5.8.6/lib/site_perl
I have a symlink so that /opt/perl (and /opt/perl/bin etc.) can be used.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
, at
least for
mere mortals like myself.
I can e-mail you a diff of my changes, or send it to whomever I
should. I never heard back from the maintainer of the module.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
/";>
I'll need to modify a local copy of Apache2::AuthCookie to do this,
but I wondered if there are other solutions out there for this problem.
--
Barry Hoggard
Tristan Media LLC
w: www.tristanmedia.com
yahoo/aim: hoggardb
eload
doesn't re-submit.
--
Barry Hoggard
www.ArtCat.com -self-managed websites for artists/galleries
www.ArtCal.net - gallery/art guide
www.bloggy.com - weblog
AIM/Yahoo: hoggardb
those variables? I
have a number of forms on my web site with uploads.
--
Barry Hoggard
www.ArtCat.com -self-managed websites for artists/galleries
www.ArtCal.net - gallery/art guide
www.bloggy.com - weblog
AIM/Yahoo: hoggardb
35 matches
Mail list logo