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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 67591 - 67620 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
67591 Pratik
pratiknaik@... Send Email
Oct 26, 2005
7:28 am
Instead of dealing with uninvited trouble with NFS or anything similar, using something like http://www.danga.com/memcached/ would be a better idea. Thanks, ...
67592 gb
gb@... Send Email
Oct 26, 2005
10:20 am
Hi all! A have some problems with using apache::dbi and name virtual hosts. I have four sites, each having its own login into database. All of them listen to...
67593 Saurabh Soni
Saurabh.Soni@... Send Email
Oct 26, 2005
10:30 am
Thanks Charlie for the pointer. It was a content-type problem. The external app was using text/plain while Apache2 by default requires ...
67594 Geoffrey Young
geoff@... Send Email
Oct 26, 2005
1:49 pm
... Apache::DBI will cache connections on a per-connection-string basis, once in each child process. so, if each connection to a database is made using a ...
67595 Randal L. Schwartz
merlyn@... Send Email
Oct 26, 2005
2:01 pm
... gb> Each site has a startup script with gb> Apache::DBI->connect_on_init This may be your problem. If the connection string is identical, Apache::DBI...
67596 Michael Greenish
greanie@... Send Email
Oct 26, 2005
2:34 pm
Hello, I am trying to migrate from mod_cgi to mod_perl. My system is as follows: linux suse 9.2 (installed via rpm from suse) apache2-mod_php4-4.3.8-8.9 ...
67597 Tyler MacDonald
tyler@... Send Email
Oct 26, 2005
6:33 pm
I recently made the move from mod_perl 1.99 to mod_perl 2.0.2. After a bit of porting (changing Apache:: to Apache2::, etc), everything seemed to be working...
67598 Philip M. Gollucci
pgollucci@... Send Email
Oct 26, 2005
6:52 pm
... I know this doesn't answer your question, but it popped out at me that you're using xhtml /> syntax, but your attributes (REL, TYPE, HREF) and tags(LINK)...
67599 Philip M. Gollucci
pgollucci@... Send Email
Oct 26, 2005
6:53 pm
... Can you show lines 1-14 and the httpd.conf section for this handler ? -- END ... What doesn't kill us can only make us stronger. Nothing is impossible. ...
67600 Barksdale, Ray
barksdale@... Send Email
Oct 26, 2005
9:26 pm
IIRC, compiling statically will avoid the problem otherwise you must to recompile Perl....
67601 sunil.thunga@... Send Email Oct 27, 2005
9:26 am
Thank you very much for help. I got the latest mod_per and I tried to compile with all the possible options to my knowledge and failed to build the static...
67602 Marc Gràcia Galob...
mgracia@... Send Email
Oct 27, 2005
10:21 am
Hi everybody, Since now we were using a "normal" installation of mod_perl, with dso apache and a dynamic loading enabled perl. Due to some problems with lib...
67603 gb
gb@... Send Email
Oct 27, 2005
12:08 pm
... The problem is that connection number is greater than users*processes! I have 5 db users(one for each of five sites) and MaxClients = 90 but the connection...
67604 Geoffrey Young
geoff@... Send Email
Oct 27, 2005
12:32 pm
... are you using the worker or prefork mpm? are you certain that your connect string is identical in each case (and that means identical - same AutoCommit ...
67605 gb
gb@... Send Email
Oct 27, 2005
12:42 pm
I use prefork mpm The connection string in a startup script of each site is Apache::DBI->connect_on_init("dbi:Oracle:SID", "login1", "pass1",{ PrintError =>...
67606 Randal L. Schwartz
merlyn@... Send Email
Oct 27, 2005
1:40 pm
I posted my bug report about two weeks ago. Just want to make sure that it's still active. For my installation, I'll have to continue the workaround of: use...
67607 Frank Wiles
frank@... Send Email
Oct 27, 2005
2:08 pm
On 27 Oct 2005 06:39:27 -0700 ... Hi Randal, Can you try this patch and see if it works for you? If it does I'll submit it to dev. Thank! ... Frank Wiles...
67608 Aliet Santiesteban Si...
aliet@... Send Email
Oct 27, 2005
2:30 pm
Hi list, I installed the new mod_perl-2.0.2 binaries, but apache reports the module as 2.0.1. Also in the downloads page there is a typo here... mod_perl 2.0:...
67609 Geoffrey Young
geoff@... Send Email
Oct 27, 2005
2:47 pm
... in what sense? I just did a fresh build of the 2.0.2 tarball from http://perl.apache.org/dist/mod_perl-2.0.2.tar.gz and I get this in my error_log when...
67610 Aliet Santiesteban Si...
aliet@... Send Email
Oct 27, 2005
3:08 pm
Yes, Geoffrey, I get the ppms very quick from the time it was uploaded, maybe in some how I get a cache or something, I did a fresh install of mod_perl.so by...
67611 Gert Burger
gburger@... Send Email
Oct 27, 2005
3:23 pm
Hi Sorry for OT. I would like to know how difficult is it to get catalyst going on a mod-perl hosted account? E.g If I have a account at a hosting company that...
67612 Philip M. Gollucci
pgollucci@... Send Email
Oct 27, 2005
4:18 pm
... perl -MCPAN -e install (Bundle::Catalyst) FYI, thats almost half of CPAN.... they might notice. :) You'll have to put this in some directory you can write...
67613 Gert Burger
gburger@... Send Email
Oct 27, 2005
5:03 pm
You assume I have shell access which I dont. Thats why i'm asking ;-> Thanks for the prely though....
67614 Philip M. Gollucci
pgollucci@... Send Email
Oct 27, 2005
5:55 pm
... You're in the wrong hosting company :) -- END ... What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci...
67615 Gert Burger
gburger@... Send Email
Oct 27, 2005
6:06 pm
<rant> Well, I live in South Africa. We have the shittest telecom company in the whole world. So hosting is crap here and internet access is crap here. And due...
67616 Philip M. Gollucci
pgollucci@... Send Email
Oct 27, 2005
6:41 pm
... /* * Perl does not provide this abstraction. * APR does, but requires a pool. efforts to expose this area of apr * failed. so we roll our own. *sigh* */...
67617 Jeff Ambrosino
jbambrosino@... Send Email
Oct 27, 2005
9:38 pm
In anticipation of upgrading my mp2 build to the latest/greatest, I would like to consider switching from a DSO build to a static build. Could folks here offer...
67618 Frank Wiles
frank@... Send Email
Oct 27, 2005
9:51 pm
On Thu, 27 Oct 2005 17:37:36 -0400 ... While in mp1 DSO had some stability issues, I believe current wisdom is that there is very little difference between DSO...
67619 Marc Gràcia Galob...
mgracia@... Send Email
Oct 28, 2005
8:12 am
Sorry... so? What I have to do? I just commented the #error line... and everything just compiled OK. I think its a very risky business, but well. That are my...
67620 Philip M. Gollucci
pgollucci@... Send Email
Oct 28, 2005
2:52 pm
... Ditto. -- END ... What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci (pgollucci@...) 301.254.5198 Consultant...
Messages 67591 - 67620 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