Hi mod_perl folks, background: I have an http output filter working on Apache 2.0.53 with mod_proxy, mod_cache, deflate and mod_perl 2.0.0-RC4. My...
64135
Jonathan Vanasco
jvanasco@...
Mar 31, 2005 10:13 pm
All you need to do is rebuild php....
64134
Andreas Krüger
andreas@...
Mar 31, 2005 9:58 pm
... Me neither... What I'm trying to do is, write a Perl script that gets some virtual hosts for apache from a MySQL database. It seems this just will not...
64133
Rodger Castle
rodger@...
Mar 31, 2005 9:28 pm
... Ah, yes, that's the one. Thank you. I had no success with this fix, however. Not that I tried very hard. I've been getting irritated with PHP lately...
... Well, I didn't say it made sense, but you'll find that if you take out the DBI code in mod_perl or take out the php module, everything is fine. I can't...
64130
Andreas Krüger
andreas@...
Mar 31, 2005 5:46 pm
... upon ... There shouldn't be. It works fine in apache 1.* with mod_perl and php. Same is, that it works in Debian Testing with Apache2 and mod_perl. But...
64129
Rodger Castle
rodger@...
Mar 31, 2005 4:56 pm
... I am unaware of a fix, but PHP/MySQL is your problem. There's apparently a SQL library collision between PHP and DBI. Rodger...
64128
Andreas Krüger
andreas@...
Mar 31, 2005 4:23 pm
Hello there, I've just installed Apache 2.0.53 with Mod-Perl 2. I'm trying to write a virtual host system in Perl but I get this error upon starting Apache. ...
64127
Dominique Quatravaux
dom@...
Mar 31, 2005 2:27 pm
... I finally got around to doing that, sorry for the delay. Here is a new test case, with inspiration from TestHooks::inlined_handlers. Warning: since...
64126
Alejandro Galue
agalue@...
Mar 31, 2005 12:58 pm
Hello All, I want to know if is possible to use Apache::DBI->connect_on_init on startup.pl under mod_perl2 because it alwys show this error: Can´t load...
64125
Peter Roosdorp
peter@...
Mar 31, 2005 10:33 am
Hello, Yesterday I installed mod_perl on a slackware 10.1 system Linux abyss 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown unknown GNU/Linux Apache...
64124
Philip M. Golllucci
pgollucci@...
Mar 30, 2005 10:30 pm
... I'll grab this one too since I haven't seen anyone speak up and I'm interested in the current FreeBSD port. -- END ... Philip M. Gollucci Consultant ...
64123
Tom Caldwell
tom.caldwell@...
Mar 30, 2005 9:56 pm
I am having a problem install mod_perl on red hat 9 with apache 2.0.53 installed in dir /opt/apache2 (it runs). I executed >perl Makefile.PL with options ...
64122
Randy Kobes
randy@...
Mar 30, 2005 2:51 am
... [ ... ] ... There are some Win32 all-in-one binary packages, accessible through http://www.apache.org/dyn/closer.cgi/perl/win32-bin/ that contain...
64121
Bennett Haselton
bennett@...
Mar 30, 2005 2:35 am
... OK, thanks. That's what I was afraid of. I've been maintaining a set of instructions for people to download and install some components to quickly set up...
64120
Warren Gibbons
warren@...
Mar 30, 2005 2:21 am
Hello mod_perl users. first time posting, so please bare with me.. my apache conf snippet looks like this. ==================== <Location /> PerlAccessHandler...
64119
Frank Wiles
frank@...
Mar 29, 2005 10:14 pm
On Tue, 29 Mar 2005 12:48:31 -0800 ... Ah yeah that'd do it. Glad you got it worked out. ... Frank Wiles <frank@...> http://www.wiles.org...
64118
James Black
jfb@...
Mar 29, 2005 8:49 pm
Frank, We're running Linux, 2.4.mumble, a more or less stock debian. But I seem to have fixed my problem, by adding the module that contains the handler to my...
64117
Frank Wiles
frank@...
Mar 29, 2005 8:35 pm
On Tue, 29 Mar 2005 11:54:23 -0800 ... Yep, that's the latest version of Apache::DProf. Hmmm you are running a newer version of MP2 than I've currently got...
64116
James Black
jfb@...
Mar 29, 2005 7:54 pm
Hi, I'm using whatever CPAN decided to give me .... $VERSION = '0.04' The problem -- I hesitate to call it a bug, as it likely is a misconfiguration on my end...
64115
Frank Wiles
frank@...
Mar 29, 2005 7:47 pm
On Tue, 29 Mar 2005 11:02:28 -0800 ... This is really odd. What version of Apache::DProf are you using? Also what do you mean by "once that's hack to work"?...
64114
James Black
jfb@...
Mar 29, 2005 7:02 pm
I'm having trouble with Apache::DProf. Firstly, there seems to be a problem with the server_root_relative() method; once that's hacked to work, the profiler...
64113
Randy Kobes
randy@...
Mar 29, 2005 2:50 pm
... [ ... ] ... That error does generally arise from an incompatibility between the version of Apache mod_perl was compiled against (in this case, 2.0.53) and...
64112
Harald Meier
meh1@...
Mar 29, 2005 10:02 am
Dear group members, I did not find any information about a release time of mod_perl 2.0 on perl.apache.org. Is there any schedule for releasing mod_perl 2.0 ? ...
64111
Bennett Haselton
bennett@...
Mar 29, 2005 9:22 am
I am running the OpenSA beta 2.0.2 webserver (based off of Apache 2.0.44) and ActivePerl 5.8.3 build 809. I'm trying to follow the instructions for installing...
64110
Aare Vesi
aare.lists@...
Mar 29, 2005 9:01 am
64109
Stas Bekman
stas@...
Mar 29, 2005 3:38 am
... No, it already exists in mp2 + threaded Apache mpms + perl5.8.x, including the solar variables (see the threads::shared manpage for more details). The...
64108
Philip M. Gollucci
pgollucci@...
Mar 29, 2005 1:10 am
... Replying to myself... the best example of this I can think of is that each apache child would get 1 DB connection and solar variables would get you 1 DB...