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 61967 - 61996 of 67621   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
61996 Ray Chuan
rctay1989@... Send Email
Dec 2, 2004
9:25 am
... I'm using windows xp home, and i'm running apache as admin, so there should be no problems, though its a security risk. I'm using apache for testing ...
61995 INFOQUEST USA INC.
infoquestusainc@... Send Email
Dec 2, 2004
8:29 am
Stas is right. You have a problem in your httpd.conf file. Check the section ... <IfModule mod_alias.c> ... </IfModule> you probably have a line ScriptAlias...
61994 Randy Kobes
randy@... Send Email
Dec 2, 2004
7:04 am
... That's really strange then that you can use other modules that don't have an xs component within ModPerl::Registry, but those that do have such a component...
61993 Pratik
pratiknaik@... Send Email
Dec 2, 2004
6:35 am
... Nop, it didn't work. ... I will definately try for that. ... Actually, it was discussed at http://gossamer-threads.com/lists/modperl/modperl/35091 Thanks, ...
61992 Stas Bekman
stas@... Send Email
Dec 2, 2004
5:09 am
... Then your configuration on the backend is wrong. Do you have symlinks or something that redirects /home/user-name/public_html/cgi-bin/ to ...
61991 SHAHNAWAZ OSMAN
compuerworld04@... Send Email
Dec 2, 2004
4:30 am
Hi Stas, Thank you for your speedy response. Now, when I try to run the script (http://www.mydoamin.com/perl/test.pl) I get a "404 - file not found page" and...
61990 Stas Bekman
stas@... Send Email
Dec 2, 2004
12:50 am
... Actually it's very inconsistent. If I hit reload I get the value of $mydata appearing and disappearing in both scripts. Any chance you could rewrite your...
61989 Stas Bekman
stas@... Send Email
Dec 2, 2004
12:46 am
... I've never used that under mp1, did it actually ever work? I can see some experimental code which is enabled when compiled with -DPERL_TIE_SCRIPTNAME. but...
61988 Richard N. Fogle
rich@... Send Email
Dec 1, 2004
11:51 pm
Malcom, Thank you for your response.. It does sound like a possibility that the script isn't all the way into completion as we have query->process ...
61987 Malcolm J Harwood
mjhlist-modperl@... Send Email
Dec 1, 2004
11:11 pm
... Odd. Normally (in my limited experience) it has the reverse effect as you aren't creating and destroying a connection every time. ... Worth checking...
61986 Richard N. Fogle
rich@... Send Email
Dec 1, 2004
10:51 pm
Malcom and Perrin, Thank you for your quick replies! 1. We disabled Apache::DBI - the server can generate thousands of queries per second and this feature...
61985 Perrin Harkins
perrin@... Send Email
Dec 1, 2004
10:39 pm
... Are you using Apache::DBI anywhere? Make sure. Have you verified that the disconnect really gets called? You can turn DBI tracing on to find out what's...
61984 Malcolm J Harwood
mjhlist-modperl@... Send Email
Dec 1, 2004
10:37 pm
... Are you running Apache::DBI? If not, are you sure that the disconnect call is being reached on each connection? Are you running under PerlRun, Registry or...
61983 Richard N. Fogle
rich@... Send Email
Dec 1, 2004
10:26 pm
Hello, We're having quite the time with CGIs being called in mod_perl, listed ... use DBI my $write_dbh = ...
61982 Stas Bekman
stas@... Send Email
Dec 1, 2004
9:30 pm
... I'd prefer to see you getting it to work with make. Please see the comments from cglee. -- ...
61981 Fred Moyer
fred@... Send Email
Dec 1, 2004
9:28 pm
... I ran a mission critical web-app using Apache2/mod_perl2, and an sql database on Opteron using FC2 with non-threaded perl 5.8.5. I built apache, mod_perl,...
61980 Lars Eggert
lars.eggert@... Send Email
Dec 1, 2004
9:24 pm
... I'll try that. If using gmake fixes it, that's an easy change to the port Makefile. ... Will do - thanks for the pointer and the quick diagnosis! Lars -- ...
61979 Charles P. Frank
cfrank@... Send Email
Dec 1, 2004
9:02 pm
Hi Mathew, Some time ago I posted a message about libapreq failing on my 64bit architecture. ...
61978 Matthew Berk
matthew@... Send Email
Dec 1, 2004
8:45 pm
I am considering upgrading to a 64-bit Opteron-based machine running RH linux. Using perl 5.8, apache 2, mod_perl. Has anyone run into any problems running...
61977 cglee
vet045@... Send Email
Dec 1, 2004
7:38 pm
... variables or does some other things that are different from building from source. Check your Makefile in the directory mod_perl-1.99_17/xs/APR/aprext. $...
61976 Stas Bekman
stas@... Send Email
Dec 1, 2004
7:32 pm
+--------------------------------------------------------------------+ ... +--------------------------------------------------------------------+ [0]nicholas...
61975 Perrin Harkins
perrin@... Send Email
Dec 1, 2004
3:09 pm
... Apache::Dispatch could do this for you if you like. You could also just use httpd.conf to map locations to modules. Your approach wil work fine though. ...
61974 Stas Bekman
stas@... Send Email
Dec 1, 2004
2:59 pm
... pradeep, your report is incomplete. Please read: http://perl.apache.org/bugs/ and try again. ... Any difference if you do 'httpd -k graceful' instead? I...
61973 Stas Bekman
stas@... Send Email
Dec 1, 2004
2:53 pm
... [...] ... it should be: ProxyPass /perl/ http://localhost:8000/perl/ ProxyPassReverse /perl/ http://localhost:8000/perl/ ... [...] ... -- ...
61972 Stas Bekman
stas@... Send Email
Dec 1, 2004
2:49 pm
... Most likely cglee was running gmake, while you Lars -- make, which makes a big diffference (but as stated in the other reply it should have been working...
61971 Stas Bekman
stas@... Send Email
Dec 1, 2004
2:47 pm
... And that target is APR::aprext or what? Run again 'make' to see what target it fails on. This was supposed to be fixed by this change: ...
61970 pradeep kumar
pradeep.smani@... Send Email
Dec 1, 2004
11:29 am
Hi, If Apache is gracefully rastarted multiplae times it dumps core. To reproduce this problem there is a script that can be run which sends a kill -HUP to...
61969 SHAHNAWAZ OSMAN
compuerworld04@... Send Email
Dec 1, 2004
11:23 am
Hi! I have been trying to configure two servers under Linux (CentOS-3.3) - one vanilla (frontend) & one mod_perl (backend) enabled server with a proxy setting...
61968 Lars Eggert
lars.eggert@... Send Email
Dec 1, 2004
10:16 am
... It might be that the FreeBSD ports build mechanism sets some environment variables or does some other things that are different from building from source. ...
61967 Lars Eggert
lars.eggert@... Send Email
Dec 1, 2004
10:06 am
... This is with 1.99_17. As port maintainer, I've only ever build mod_perl2 within the ports framework, which on FreeBSD is somewhat complex to make sure that...
Messages 61967 - 61996 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