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 52880 - 52909 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
52880 Enrico Sorcinelli
e.sorcinelli@... Send Email
Jul 1, 2003
9:13 am
On Mon, 30 Jun 2003 12:57:00 -0700 ... You could look about Apache::* modules naming conventions: ...
52881 Bill Marrs
bill@... Send Email
Jul 1, 2003
12:12 pm
I used to use mod_gzip under Apache 1.3, and it worked great, saving my over 50% of my bandwidth for my mod_perl generated pages. But, it appears that mod_gzip...
52882 Nigel Hamilton
nigel@... Send Email
Jul 1, 2003
2:53 pm
HI Bill, mod_gzip gave me a lot of grief when I used it - spurious errors kept filling the log and it didn't work easily with SSL. I spent a day trying to...
52883 Slava Bizyayev
sbizyaye@... Send Email
Jul 1, 2003
3:01 pm
Apache::Dynagzip is not supposed to work on Apache-2. That would be of my real interest to know as many details of Bill's experience with mod_deflate as he can...
52884 Sven Geisler
sgeisler@... Send Email
Jul 1, 2003
3:48 pm
Hi Nigel, I had the same question three month ago. There are a few sources which compare the different modules. See mod_perl guide. My solution is now...
52885 Perrin Harkins
perrin@... Send Email
Jul 1, 2003
3:50 pm
... I'm late to the party, but here's an old post of mine that sums up my opinion: http://marc.theaimsgroup.com/?l=apache-modperl&m=95440118003848&w=2 - Perrin...
52886 Slava Bizyayev
sbizyaye@... Send Email
Jul 1, 2003
4:10 pm
And how about http://devl4.outlook.net/devdoc/FAQ/compression.html for Apache 1.3.27? ;-) Slava ... From: "Sven Geisler" <sgeisler@...> To: "Nigel...
52887 Adi Fairbank
adi@... Send Email
Jul 1, 2003
4:10 pm
On, or in the near vicinity of Tue, 1 Jul 2003 11:23:00 +0200 ... According to the asterisk note below Apache::App:: "However, if you are planning a...
52888 Perrin Harkins
perrin@... Send Email
Jul 1, 2003
4:11 pm
... Is it possible that the modules you're using do a lot of work after the compile phase? For example, if they use autoloading or pull in a lot of other...
52889 Sven Geisler
sgeisler@... Send Email
Jul 1, 2003
4:21 pm
This is one of the source I had in mind. Well done Slava. BTW. Do you consider the latest version of mod_deflate? Regardsm Sven....
52890 Joe Schaefer
joe+gmane@... Send Email
Jul 1, 2003
4:28 pm
Perrin Harkins <perrin@...> writes: [...] ... +1. Scripting _inside_ the server opens up possibilities that are unimaginable to folks who are content...
52891 Xavier Noria
fxn@... Send Email
Jul 1, 2003
4:41 pm
I am writing an application following MVC with Perl Apache modules and the Template Toolkit. Apache is 1.x. I would like to have just one entry point to the...
52892 Slava Bizyayev
sbizyaye@... Send Email
Jul 1, 2003
4:44 pm
Thanks Sven, From my current point of view mod_deflate for Apache-2 should be still considered in experimental stage. That's why I so interested to collect as ...
52893 Chris Winters
chris@... Send Email
Jul 1, 2003
5:34 pm
... A word of advice: if you'd like to use it under different web environments, create your own system for registering/calling handlers instead of using the...
52894 Slava Bizyayev
sbizyaye@... Send Email
Jul 1, 2003
7:11 pm
It should not be considered a bugfix anymore. It is NOT required to do, because that particular story with M$IE is over. Recently, there were some problems...
52895 Bill Marrs
bill@... Send Email
Jul 1, 2003
7:34 pm
... Since I posted my first message, I've been snooping around the 'net to find more info on mod_gzip and mod_deflate. Here's what I came up with: The general...
52896 Nigel Hamilton
nigel@... Send Email
Jul 1, 2003
7:41 pm
Hi Bill, Thanks for taking the time to post your experiences. It's a shame that so much time is spent tweaking, compiling, testing, ferretting for bug...
52897 Geoffrey Young
geoff@... Send Email
Jul 1, 2003
7:45 pm
... if you're using mod_perl for your perl script, it might be a mod_perl issue an not mod_deflate - try the same from a mod_cgi script and see if it has the...
52898 Slava Bizyayev
sbizyaye@... Send Email
Jul 1, 2003
8:30 pm
Hi Bill, Thank you very much for the story. It makes sense. Just a couple of questions: 1. Are you using any Cascaded Stile Sheets and/of JavaScript libraries ...
52899 Bill Marrs
bill@... Send Email
Jul 1, 2003
8:33 pm
... I'm not, but... I think mod_defalte&#39;s hook is after all that is processed, so it's not especially relevant. ... ...
52900 David Dick
david_dick@... Send Email
Jul 1, 2003
9:44 pm
... Sounds like we agree to disagree on this one. My opinion would be, if there is a known problem with a browser version that can be solved with a minimum...
52901 Slava Bizyayev
sbizyaye@... Send Email
Jul 1, 2003
11:17 pm
It's amazing! The flow control system is definitely sufficient. Ian Holsman really developed a very good module. The rest is up to accomplishing filters those...
52902 Javier
quijotista@... Send Email
Jul 2, 2003
1:21 am
Hello, Does anyone know if it's possible to hook into Apache graceful restarts? I tried PerlRestartHandler, but it doesn't seem to get called. I see it called...
52903 Jesse Erlbaum
jesse@... Send Email
Jul 2, 2003
1:24 am
Hi Chris -- ... If you want a unique URL which points to a particular perl class, you could also use CGI::Application. It was built to run under mod_perl, and...
52904 Javier Alvarado
javiera@... Send Email
Jul 2, 2003
1:53 am
Never mind. It was a mistake on my part. I was setting it with push_handler() in my startup.pl, so of course it didn't persist. Once I switched to setting it...
52905 Bruno Connelly
bruno@... Send Email
Jul 2, 2003
2:17 am
Javier> Now I'm having a different problem. In my restart handler I Javier> print out the PID using a simple 'warn "pid = $$\n". I was Javier> expecting it...
52906 Mithun Bhattacharya
inzoik@... Send Email
Jul 2, 2003
10:37 am
... http://lists.over.net/pipermail/mod_gzip/2003-June/007130.html seems to say that mod_gzip has its own implementation for compression whereas mod_deflate...
52907 Ruslan U. Zakirov
cubic@... Send Email
Jul 2, 2003
11:41 am
Hello. I've tried to use XML::XPath under mod_perl 1.27 and Apache 1.3.27, but got segmentation fault with this peace of code: use XML::XPath; my...
52908 Philippe M. Chiasson
gozer@... Send Email
Jul 2, 2003
12:09 pm
... This is often a symptom of building and running tests as root....
52909 Philippe M. Chiasson
gozer@... Send Email
Jul 2, 2003
12:55 pm
... I've just finished building RPMs for mod_perl 1.99_09 on RH9/i386 Grab them at: http://www.apache.org/~gozer/mp2/...
Messages 52880 - 52909 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