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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 58237 - 58266 of 67621   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
58266 Joseph E. Sacco, Ph. D.
jsacco@... Send Email
Apr 5, 2004
3:21 pm
System: * PowerMac silver with dual G4 533MHz CPUs' * YDL-3.0.1 * perl-5.8.3 * httpd-2.0.40-21.3b * mod_perl-1.99_xx ...
58265 Geoffrey Young
geoff@... Send Email
Apr 5, 2004
12:16 pm
... it was the full string that you ought to try: push @{$VirtualHost{'*'}}, { PerlSetVar => "MasonCompRoot /var/www/$dir", ... if all else fails that's always...
58264 Will Trillich
will@... Send Email
Apr 5, 2004
5:45 am
[recap: trying to simulate repeatable directives like this conf snippet, in perl-- <VirtualHost *> ... PerlSetVar MasonCompRoot /var/www/xyz.pdq PerlSetVar...
58263 Stas Bekman
stas@... Send Email
Apr 5, 2004
4:37 am
... I've commited the following patch. Rob or Toby, can you please confirm that it skips correctly the ulimit run when run as non-root on Solaris. Thanks! ...
58262 Dave Rolsky
autarch@... Send Email
Apr 3, 2004
9:59 pm
0.14 2004-04-03 - Fix a bug which causes the constructor to complain some required parameters were missing when in fact the required parameters had been ...
58261 Gerald Richter
richter@... Send Email
Apr 3, 2004
12:20 pm
Hi, thanks for the patch. I will include it in the next release Gerald ... Gerald Richter ecos electronic communication services gmbh ...
58260 Rob Nagler
nagler@... Send Email
Apr 3, 2004
2:21 am
... You might want to let the browser do the string conversion for you using JavaScript. Another trick is store the time zone offset (also computed with...
58259 Sam Tregar
sam@... Send Email
Apr 2, 2004
7:30 pm
Krang v1.014, the first public release, is now available. Krang is an Open Source web-publisher / content-management system designed for large-scale...
58258 Jeffrey W. Baker
jwb@... Send Email
Apr 2, 2004
7:14 pm
... I personally prefer arch because it doesn't need to be hosted by anyone. I can also do monotone. But if everybody wants Subversion or CVS, just remember...
58257 Denis Banovic
denis.banovic@... Send Email
Apr 2, 2004
3:24 pm
Hi Trond, Thanks for this solution, actually I'm using Class::Date module which uses the POSIX library for Date calculations, and normally it works great,...
58256 Geoffrey Young
geoff@... Send Email
Apr 2, 2004
3:16 pm
... yes, that makes perfect sense. we just have different ideas of production then :) ... indeed. in fact, without people like you playing with the bleeding...
58255 Beau E. Cox
beau@... Send Email
Apr 2, 2004
1:33 pm
... yikes, youself, indeed! ;) Not to worry. I won't come crying when it dies - I'll just flip back to 2.0. My site is not that big a risk - low traffic - and...
58254 Geoffrey Young
geoff@... Send Email
Apr 2, 2004
1:18 pm
... cool. ... yikes. please be aware that while we do our best to make sure that any issues mod_perl 2.0 has with Apache 2.1 are resolved fairly quickly, ...
58253 Beau E. Cox
beau@... Send Email
Apr 2, 2004
12:34 pm
... Geoff, FYI - 'Patching&#39; the APR_HAS_LARGE_FILES to 0 as described above did not work for me. Even with it set to 0 in apr.h the server seg faulted....
58252 Denis Banovic
denis.banovic@... Send Email
Apr 2, 2004
7:44 am
Hi! I have a problem with the localtime function under mod_perl. When I run this script in shell, I get the correct time and Daylight-Saving, but under...
58251 Geoffrey Young
geoff@... Send Email
Apr 2, 2004
4:41 am
... did you try this: push @PerlSetVar, "MasonCompRoot /var/www/$site";; ? IIRC most of the configurations could accept a simple string in mp1, so I would...
58250 Will Trillich
will@... Send Email
Apr 2, 2004
3:39 am
/lurk :) we're having trouble translating a standard httpd.conf setup into a <Perl> section when there's a directive that can be legally repeated multiple...
58249 Richard Chen
richard@... Send Email
Apr 2, 2004
1:46 am
Hi, We have seen a very disturbing problem when Apache::Filter and Apache::Compress are used for output compression. Most of the time, everything is fine. But...
58248 Beau E. Cox
beau@... Send Email
Apr 1, 2004
9:51 pm
Hello Gerald and all - I have been testing with Apache2.1/mod_perl 2 and found that the following two patches are necessary for Embperl to run under Apache2.1....
58247 Beau E. Cox
beau@... Send Email
Apr 1, 2004
8:29 pm
... OK - I see it now. COOL. Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List...
58246 Beau E. Cox
beau@... Send Email
Apr 1, 2004
8:25 pm
... Geoff - Re 'pulled&#39; 2.1 from cvs HEAD (APR_HAS_LARGE_FILES was 0) and built server: mod_perl2 (cvs) tests: ... All tests successful. Files=14, Tests=75,...
58245 Kinyon, Rob
Rob.Kinyon@... Send Email
Apr 1, 2004
8:16 pm
I'm a little confused - why would you use two apache processes for this? It sounds like one would do just fine ... ... From: David Hofmann...
58244 Perrin Harkins
perrin@... Send Email
Apr 1, 2004
8:13 pm
... One thing you could do is just set the admin connections to not be persistent. See the Apache::DBI docs. (I *think* this is documented now. Check the...
58243 Frank Wiles
frank@... Send Email
Apr 1, 2004
8:12 pm
On Thu, 01 Apr 2004 14:53:34 -0500 ... You might want to think about upgrading your PostgreSQL to 7.4.2 as there have been several bug fixes and huge amounts...
58242 David Hofmann
mor4321@... Send Email
Apr 1, 2004
7:56 pm
Currently I'm in the process of converting from Perl to Mod Perl. My server is Redhat Running Apache 1.3.27, Mod Perl 1.26, and Postgre SQL 7.2.4. I have about...
58241 Geoffrey Young
geoff@... Send Email
Apr 1, 2004
7:39 pm
... ok, it looks as though it's an fixable APR problem: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=108082860631380&w=2 so, the steps to follow are...
58240 Stas Bekman
stas@... Send Email
Apr 1, 2004
6:06 pm
... It shouldn't have changed anything, just suggesting an easy way to expand macros. I wasn't talking about the first item of the abover URL, but the second,...
58239 Geoffrey Young
geoff@... Send Email
Apr 1, 2004
1:42 pm
... last night I ran snapshots from every day in march - 3/26 was the last working day for me, the APR LFS stuff was committed on the 27th. I also checked out...
58238 Beau E. Cox
beau@... Send Email
Apr 1, 2004
8:10 am
... Geoff - Just wondering, is the older ( -D"2004-03-01" ) Apache2.1 still available via CVS ( without you doing a lot of work )? If I could test against it,...
58237 Beau E. Cox
beau@... Send Email
Apr 1, 2004
8:05 am
... Thanks Stas - the 'ol preprocessor - good tip. Tried it, updated .c file with the 'official&#39; expansion (I did it right by the way), tested, same seg fault....
Messages 58237 - 58266 of 67621   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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