Re: Mod_perl woes...

2004-04-27 Thread Benjamin Adair
I just stumbled into this EXACT same problem today while attempting to get mod_perl up and running. MacOSX 10.3.3 Perl v5.8.1-RC3 Apache 1.3.29 mod_perl 1.26 My 'stupid' test script: #!/usr/bin/perl print Content-type: text/plain\n\n; print mod_perl rules!\n; Carl's first example script

Mod_perl Woes

2003-11-24 Thread Carl K. Cunningham
Hi folks, I'm having a devil of a time with something that should be very easy. I'm using mod_perl and CGI::Application for some pokey stuff, and my scripts run just dandy in a CGI environment, but outputs absolutely nothing in my mod_perl setup. I'm using: MacOSX 10.3 Perl 5.8.1 (the standard

mod_perl woes

2003-11-24 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Hi folks, I'm having a devil of a time with something that should be very easy. I'm using mod_perl and CGI::Application for some pokey stuff, and my scripts run just dandy in a CGI environment, but outputs absolutely nothing in my mod_perl setup. I'm using: MacOSX 10.3 Perl 5.8.1 (the

Mod_perl woes...

2003-11-24 Thread Carl Cunningham
Hi folks, I'm having a devil of a time with something that should be very easy. I'm using mod_perl and CGI::Application for some pokey stuff, and my scripts run just dandy in a CGI environment, but outputs absolutely nothing in my mod_perl setup. I'm using: MacOSX 10.3 Perl 5.8.1 (the standard

mod_perl woes continue

2002-03-20 Thread Puneet Kishor
I guess I spoke too soon. Following Gero's advice I added the SetEnv lines to my httpd.conf and that enables Apache/mod_perl to start up. I can do a printenv and that tells me that it is indeed Apache with mod_perl. Guess what... a short while later when I try to hit the webserver it just

Re: mod_perl woes continue

2002-03-20 Thread Bill Stephenson
on 3/20/02 09:42 AM, Puneet Kishor at [EMAIL PROTECTED] wrote: So, my request for help with making Apache/mod_perl work is reinstated. I'll second that plea for help. I'd like to start testing a cgi script using mod_perl too. I read the emails I have from this list and really did not find

Re: mod_perl woes continue

2002-03-20 Thread Puneet Kishor
Hi Bill, There are many more knowledgeable than I on this list, and I have a record of unsuccessful mod_perl install, but what the hey... I can guide you in the correct direction here... On Wednesday, March 20, 2002, at 01:48 PM, Bill Stephenson wrote: on 3/20/02 09:42 AM, Puneet Kishor