Hi All,
I was looking for a more appropriate place to post my questions since I am a mod_perl user. This is the closest thing.
Some people have replied to my posts so I know some mod_perl users are in here.
Will someone start a group for mod_perl? I would but I don't want to be the...
I have mod_perl 2.1 installed with Apache 2.5.3.
In a library called, standard.pm, I have a sub routine
sub GetCookies{
undef(%Cookies);
undef(@ReturnCookies);
shift;
@ReturnCookies = @_;
$cookie_flag = 0;
if ($ENV{'HTTP_COOKIE'}) {
if ($ReturnCookies[0] ne '') {...
Hi Guys,
This is a very very strange occurance. I have a system in place so that when Apache2 has an error it pulls up a cgi which emails me the environment information and details of the error. I mostly focus on 500 errors.
Since I upgraded my site to run on mod_perl 2.0.0 I have been getting...
Does anyone know for sure if google is still factoring in data from Alexa to calculate a sites rank?
Everytime I get my Alexa rank to go up, my listing in google goes up as well. I used to be on the first page until a few years ago. Then It was rumored that Alexa was the reason. I had no rank...
Hey everyone.
I was chasing down a bug in my mod_perl site and thought initially a variable was being undesirably cached because of my use of the my $var style code with use strict;
Instead of saying
my %Cookies = $standardLibrary->&GetCookies('CookieName');
I used,
my %Cookies...
Hi All,
I had to go live with a well tested mod_perl system this morning and after enough people got on it started to give internal server errors because a DBI connection couldn't be found anymore. Offline it never did that I guess because it was just me testing it.
I am reading through my...
Hi all,
Just started with mod_perl a month ago and still wondering about something.
I had to move my code from my .pm files because when I required them the sub routines weren't accessible from the main program I had now run in mod_perl
I moved them into a library and brought the code in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.