Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

modperl · Perl module for Apache

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 61057 - 61086 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
61057 Tom Schindl
tomAtLinux@... Send Email
Oct 1, 2004
8:07 am
... [...] ... Yes because calling the shell is fairly slow if there are any perl-modules you could use these instead and it will certainly give you a...
61058 MGorbunov@... Send Email Oct 1, 2004
11:30 am
... just ... tried that with perl -d Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0 looks like it stops here: 171: unless ($val) { DB<129> s ...
61059 Stas Bekman
stas@... Send Email
Oct 1, 2004
2:21 pm
... Why doesn't it print out the error then? unless ($val) { # do we have an error or is it just an empty value? my $error = qx($apxs @_ 2>&1); chomp $error if...
61060 Fco. Valladolid
francisco@... Send Email
Oct 1, 2004
3:28 pm
Hi, You has try via pkgsrc ?, maybe be a solution. Reagrds. ... -- Report problems: http://perl.apache.org/bugs/ Mail list info:...
61061 Sean Scanlon
sean.scanlon@... Send Email
Oct 1, 2004
5:18 pm
I am having a problem with using a cleanup handler where it seems that the CleanupHandler is blocking the client browser from a redirect From what i understand...
61062 Peter Leonard
pete@... Send Email
Oct 1, 2004
7:59 pm
Krang v1.025 is now available. Notable changes in this release: - Fixes an incomplete upgrade process in 1.024. Users who upgraded their Krang installations...
61063 Colin Murtaugh
cmurtaugh@... Send Email
Oct 1, 2004
8:17 pm
Perhaps I'm missing something in what you're trying to do, but you might try Apache::SOAP. Apache::SOAP makes it super-easy to call perl subroutines running...
61064 Sam Wilkins
gogeta@... Send Email
Oct 2, 2004
1:14 am
#!/usr/bin/perl -w use strict; print "Content-type: text/html\r\n&#92;r\n"; print "It worked!!!\n"; No matter what I run, even that, I get document contains no...
61065 Markus Wichitill
mawic@... Send Email
Oct 2, 2004
2:15 am
... If you don't send full HTTP headers yourself, you need to set "PerlSendHeader On" to make Apache parse and complete the headers. -- Report problems:...
61066 Sam Wilkins
gogeta@... Send Email
Oct 2, 2004
2:32 am
... Actually, I tried it with it on before, and I just turned it on now, and no luck. -- Report problems: http://perl.apache.org/bugs/ Mail list info:...
61067 gunther
gunther@... Send Email
Oct 2, 2004
1:21 pm
I apologize if this has been posted here before, but I don't recall seeing it. The ActiveState guys recently posted that they are stopping all development...
61068 Charlie Garrison
garrison@... Send Email
Oct 2, 2004
1:50 pm
Good evening, ... This is a common problem with mod_perl and OSX. Add the following to your httpd.conf file: # fix for mod_perl print() PerlHeaderParserHandler...
61069 Stas Bekman
stas@... Send Email
Oct 2, 2004
2:46 pm
... Most likely some core module untie's/re-tie's STDOUT after mod_perl had it tied. I'd love to have the guilty party discovered. It's have been easy if tie...
61070 Stas Bekman
stas@... Send Email
Oct 2, 2004
2:51 pm
Sean, to start with always read http://perl.apache.org/bugs/ before sending a bug/problem report. I can't tell from your report what modperl generation/version...
61071 Sam Wilkins
gogeta@... Send Email
Oct 2, 2004
4:35 pm
... Thanks, I've decided to make a little configuration change. How do I set Apache to only pass files that end in .pl to modperl? -- Report problems:...
61072 Charlie Garrison
garrison@... Send Email
Oct 2, 2004
4:58 pm
Good morning, ... That makes sense; thanks for the explanation. I don't particularly like the perl command line debugger, especially when debugging mod_perl ...
61073 Sam Wilkins
gogeta@... Send Email
Oct 2, 2004
5:22 pm
... I have no idea whether I am or not. If it's the default, I most likely am though. -- Report problems: http://perl.apache.org/bugs/ Mail list info:...
61074 Geoffrey Young
geoff@... Send Email
Oct 3, 2004
12:01 am
... actually, while it looks like 2.0 supports a few different forms, I think it can only be a reference to a subroutine in 1.3 ...
61075 Greg Matheson
lang@... Send Email
Oct 3, 2004
1:14 am
In the 1.0 documentation there is a section on ways to confirm the version of mod_perl being run: checking the error_log, viewing /perl-status, telnetting in...
61076 Stas Bekman
stas@... Send Email
Oct 3, 2004
1:39 am
... most of the 1.0 docs need to be ported to 2.0. In this particular case it's exactly the same as mp1.0. You are more than welcome to send patches to...
61077 Ryan Underwood
nemesis-lists@... Send Email
Oct 3, 2004
3:06 am
Hi, I'm looking for a solution to the following problem. I have an engine library MySite which is a common base of code used to build a new site upon. Site1,...
61078 Geoffrey Young
geoff@... Send Email
Oct 3, 2004
3:17 am
... Apache::PerlVINC? http://search.cpan.org/~davem/Apache-PerlVINC-0.03/ HTH --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info:...
61079 Stas Bekman
stas@... Send Email
Oct 3, 2004
4:00 am
... and if using modperl2, see: http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ Ryan, please always mention what modperl version you are...
61080 Greg Matheson
lang@... Send Email
Oct 3, 2004
11:12 am
... My problem was not getting any mod-perl info at all, just the httpd one, and was due to having the ServerTokens directive set. I found out about this thru...
61081 Torsten Förtsch
torsten.foertsch@... Send Email
Oct 3, 2004
11:27 am
... Hash: SHA1 Hi, can MP2 be used with SSI as it was with MP1: <!--#perl ...--> Thanks, Torsten ... Version: GnuPG v1.2.4 (GNU/Linux) ...
61082 Geoffrey Young
geoff@... Send Email
Oct 3, 2004
1:08 pm
... try this out http://search.cpan.org/~geoff/Apache-IncludeHook-2.00_02/ it's been a while since I've updated it, so if you have trouble with newer ...
61083 Stas Bekman
stas@... Send Email
Oct 3, 2004
1:50 pm
... I can't see anything posted there. I suppose the moderators aren't around to approve posts :( Just post it here in the future, or subscribe to that list...
61084 Ryan Underwood
nemesis-lists@... Send Email
Oct 3, 2004
9:04 pm
... Cool, that's not a perfect solution but it should work. I hope it gets along with Apache::Reload. ... Sorry about that, this is mod_perl version 1. -- ...
61085 David Radunz
david.radunz@... Send Email
Oct 4, 2004
6:09 am
Hi All, I have looked high and low to work out how to avoid the 'Constant subroutine redefined' warnings in the error log, followed by the 'Prototype...
61086 David Radunz
david.radunz@... Send Email
Oct 4, 2004
6:24 am
Also forgot to mention, this is running: mod_perl 1.29 perl 5.8.4 apache 1.3.27 and .. SunOS *** 5.9 Generic_112234-08 i86pc i386 i86pc Cheers ... -- David...
Messages 61057 - 61086 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help