[ANNOUNCE] Krang V3.00

2007-11-20 Thread Jesse Erlbaum
Krang v3.00 Release: November 20, 2007 Release Summary Krang version 3.00 ("Kv3") is a complete rewrite of the CMS user interface. The new UI is fully AJAX-enabled and redesigned for greatly enhanced ease of use. In addition, dozens of functional changes have been made to the CMS to make commo

Getting mod_perl to run after mod_cache with Apache 2.2.6

2007-11-20 Thread Adam Woodworth
Hi Everyone, My current LAMP stack is using Apache 2.0.54 and mod_perl 2.0.0-RC4, and I'm doing something very much like what is mentioned in a previous mod_perl mailing list post from 2 years ago, the thread of which can be seen here: http://www.gossamer-threads.com/lists/modperl/modperl/79672?s

Re: Apache offers to download the perl script rather than execute it!

2007-11-20 Thread Roberto C . Sánchez
On Tue, Nov 20, 2007 at 02:22:32PM -, michael watson (IAH-C) wrote: > > When I go to http://localhost/perl/rock.pl, Internet Explorer asks me if > I want to download or open the file. > > Help? > Umm, what do the error and access logs say? Regards, -Roberto P.S. Any chance you can get ri

Re: Apache offers to download the perl script rather than execute it!

2007-11-20 Thread Roberto C . Sánchez
On Tue, Nov 20, 2007 at 03:36:55PM +0100, Tobias Regneri wrote: > Hi, > > > SetHandler perl-script > > I think it's only a missing file type > > SetHandler perl-script .pl > Actually, since he specified it inside of a Location block, it will apply the handler to everything in that locat

Re: Apache offers to download the perl script rather than execute it!

2007-11-20 Thread Jonathan Vanasco
What does it download? print "Content-type: text/plain\n\n"; print "Mod Perl 2 Rocks\n"; or Mod Perl 2 Rocks ?

[mp1] PerlFreshRestart, perl_reload_inc, segmentation fault (patch)

2007-11-20 Thread Michael Rendell
Subject: [mp1] PerlFreshRestart, perl_reload_inc, segmentation fault (patch) When using mod_perl-1.30 (with perl 5.8.5, apache 1.3.37) with "PerlFreshRestart On" (yes, dangerous), httpd gets a segmentation fault. Using valgrind, discovered that part of the problem is related to the way memory is

RE: Apache offers to download the perl script rather than execute it!

2007-11-20 Thread michael watson (IAH-C)
Hi Test.pl works fine: print "Content-type: text/html\n\n"; print "Perl works\n"; Rock.pl it tries to download: print "Content-type: text/plain\n\n"; print "Mod Perl 2 Rocks\n"; Both have same permissions: -rwxrwxr-x 1 apachebi molbiol 65 Nov 20 14:47 rock.pl -rwxrwxr-x 1 apachebi molbiol

Re: Apache offers to download the perl script rather than execute it!

2007-11-20 Thread Tobias Regneri
Hi, > SetHandler perl-script I think it's only a missing file type SetHandler perl-script .pl Hth, Tobias

Apache offers to download the perl script rather than execute it!

2007-11-20 Thread michael watson (IAH-C)
Hi I am sure this is an age old problem, and one I have had before, but I cannot find how to solve it. My set up from error_log: [Tue Nov 20 14:07:53 2007] [notice] Apache/2.2.4 (Unix) PHP/5.2.1 mod_perl/2.0.3 Perl/v5.8.5 configured -- resuming normal operations In httpd.conf: PerlModule M

Re: Custom authentication (weird)

2007-11-20 Thread Vegard Vesterheim
On Sun, 18 Nov 2007 10:26:14 -0800 Dodger <[EMAIL PROTECTED]> wrote: > Heya, I'd like to implement a custom authentication without > authentication. Seeing as I don't see anything about what I want to do > in the normal auth stuff, I figure I will need to do mod_perl. > > I can get this all on my