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 64706 - 64735 of 67621   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
64706 Stas Bekman
stas@... Send Email
Apr 29, 2005
1:22 pm
... Add: use Apache2::Connection (); before calling aborted(). -- __________________________________________________________________ Stas Bekman...
64707 angie ahl
angie.ahl@... Send Email
Apr 29, 2005
1:48 pm
I'm sending this question to the beginners perl list and the mod_perl list as I'm not sure where it belongs. In short: I'm trying to work out how to create a...
64708 Kjetil Kjernsmo
kjetil@... Send Email
Apr 29, 2005
2:51 pm
Honored MPs! I've taken over maintenance of AxKit::XSP::BasicSession from Mike Nachbaur, but Mike still contributes and we've been discussing some problems...
64709 Perrin Harkins
perrin@... Send Email
Apr 29, 2005
3:06 pm
... This probably means that in a previous request you never let the session object go out of scope so it kept the exclusive lock open. ... It creates an...
64710 Dermot Paikkos
dermot@... Send Email
Apr 29, 2005
3:10 pm
Does suexec work under MP2? http://perl.apache.org/docs/2.0/user/intro/overview.html#What_s_new_in _Apache_2_0 ... ~~ Dermot Paikkos * dermot@... ...
64711 Shannon Eric Peevey
speeves@... Send Email
Apr 29, 2005
3:23 pm
... I'm glad to help :) -- Shannon Eric Peevey President - EriKin Corporation speeves@... (940) 391-6777 http://www.erikin.com...
64712 jiesheng zhang
jiesheng@... Send Email
Apr 29, 2005
3:51 pm
Hi I am try to run something like this in my cgi. ... system ("sleep 3000 &"); ... Since, it is time-consuming task, I let it run in background and immediately...
64713 angie ahl
angie.ahl@... Send Email
Apr 29, 2005
4:39 pm
So the scripts running under user apache and group apache, and the site's files are suexec user/group myuser/myuser how do you write files without permissions...
64714 Dermot Paikkos
dermot@... Send Email
Apr 29, 2005
4:48 pm
I really don't know but I was just trying to set up something similar here and noticed that under MP1 you certainly couldn't, see this article: ...
64715 Octavian Rasnita
orasnita@... Send Email
Apr 29, 2005
4:50 pm
Hello, I have finished (I hope) installing mod_perl rc5 under Windows 2000, and I have tried the server using http://localhost/perl-status. I was able to use...
64716 Dermot Paikkos
dermot@... Send Email
Apr 29, 2005
4:53 pm
There are 2 options of course: 1) change the apache UID and GIU 2) install mod_cgi; that does allow suexec from what I have read. I don't know if the...
64717 Stephen Quinney
stephen@... Send Email
Apr 29, 2005
5:46 pm
I've been having problems with the Apache::Request module (from libapreq2) and mod_perl2 for a while now and I've not come up with a decent solution. I am...
64718 Geoffrey Young
geoff@... Send Email
Apr 29, 2005
5:57 pm
... try adding LoadModule apreq_module modules/mod_apreq.so in your httpd.conf. --Geoff...
64719 Joe Schaefer
joe+gmane@... Send Email
Apr 29, 2005
6:10 pm
... It's a server-config issue. You need to add a LoadModule apreq_module modules/mod_apreq.so where "modules/mod_apreq.so" is the actual path to mod_apreq.so...
64720 Tom Caldwell
tom.caldwell@... Send Email
Apr 29, 2005
6:55 pm
Stas, I forgot to mention that apache usually runs under a different account than nobody (I use - apache), in case that matters. Also, I apologize for not...
64721 angie ahl
angie.ahl@... Send Email
Apr 29, 2005
6:59 pm
I'd get upgraded to MP2 1999.22 if I were you. Stas told me I should as things changed between your version and it, this whole use Apache2 thing has gone: ...
64722 Stephen Quinney
stephen@... Send Email
Apr 29, 2005
7:21 pm
... Ah, brilliant, thanks a lot, I was wondering if I was missing something obvious. I guess I was just expecting the module to work the way it did in...
64723 J Matisse Enzer
matisse@... Send Email
Apr 29, 2005
9:26 pm
With the help of Lance P Cleveland there is now an Apache2:: version of AuthCookieDBI. Apache2::AuthCookieDBI premiered at version 2.03 and is essentially the ...
64724 Chris Fedde
chris@... Send Email
Apr 29, 2005
10:42 pm
I'm seeing curious behavior on a webserver that hosts several virtual sites. All the sites use Apache::AuthenNTLM very successfully except one that hosts a...
64725 Stas Bekman
stas@... Send Email
Apr 30, 2005
6:25 am
... Of course. In which case you need to check 'apache&#39; instead of 'nobody&#39;. ... No worries. ... su - apache ... is it possible that this path it not readable...
64726 Bart Terryn
bart@... Send Email
Apr 30, 2005
9:42 am
Hi, I'm have been running mod_perl for a while now. Current situation is: -Win 2000 SP2 -Apache 2.0.47 -mod_perl 1.999.22 -Perl 5.8.3 http conf: Alias...
64727 Bart Terryn
bart@... Send Email
Apr 30, 2005
11:52 am
Hi everybody It turned out to be a CGI.pm problem related to the setup I'm running. And here is the solution: Apparantly CGI.pm V3.01 no longer allows you to...
64728 cfaust-dougot
cfaust@... Send Email
Apr 30, 2005
1:24 pm
Folks, I hope my brain is just not functioning properly yet as its Saturday, but I'm having a tough time figuring out the best way to handle the needed changed...
64729 Stas Bekman
stas@... Send Email
Apr 30, 2005
3:54 pm
... That's funky :) But you can't do that. Since those constants are really subroutines. What you are returning are strings, so you will need to eval those...
64730 Stas Bekman
stas@... Send Email
Apr 30, 2005
3:57 pm
... jiesheng, please take a look at: http://perl.apache.org/docs/1.0/guide/performance.html#Forking_and_Executing_Subprocesses_from_mod_perl it explains how to...
64731 Stas Bekman
stas@... Send Email
Apr 30, 2005
4:02 pm
... It still doesn't. Though there is metux: http://www.metux.de/mpm/ which is in works. ... That's right. As explained in link Dermot has quoted above, suexec...
64732 allan juul
allan@... Send Email
Apr 30, 2005
8:22 pm
hi stas ... ok, eh how do i that. you mean instead of printing to STDOUT, collect data in a buffer, then set the calculated Content-Length, then print data? ...
64733 Bart Terryn
bart@... Send Email
Apr 30, 2005
8:34 pm
Hi, I'm have been running mod_perl for a while now. Current situation is: -Win 2000 SP2 -Apache 2.0.47 -mod_perl 1.999.22 -Perl 5.8.3 http conf: Alias...
64734 cfaust-dougot
cfaust@... Send Email
Apr 30, 2005
9:54 pm
... Thanks Stas, I was hoping to avoid any sort of preprocessing but if that's what it takes so you guys can keep producing lighting in a bottle, I'm not...
64735 Stas Bekman
stas@... Send Email
Apr 30, 2005
10:43 pm
... Why preprocessing? Just replace those with Apache::Const::OK or whatever is needed. See the fixme script above. -- ...
Messages 64706 - 64735 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