Configuring mod_perl on Debian

2002-05-26 Thread Ian D. Stewart

Dear List,

I have been trying for the better part of the day to get Apache 
w/mod_perl working on a Debian Woody system.  With the help of the 
Configuration section of the mod_perl Guide, I have set up httpd.conf 
w/ mod_perl support, I have setup a /perl location with 
Apache::Registry as the PerlHandler, and I have copied a test script 
from /usr/share/doc/libapache-mod-perl/examples into /perl.  However, 
whenever I try to display http://localhost/perl/test.pl, the browser 
(Galeon-1.2.1) displays a dialog asking if I want to save the file to 
disk or open it with an external application.

here is the pertinant section of httpd.conf:

Alias /perl /var/www/perl

PerlModule Apache::Registry

 SetHandler perl-script
 PerlHandler Apache::Registry
 Options ExecCGI
 allow from all
 PerlSendHeader on



Any clues as to what I may be doing wrong, or where to look for more 
info, would be greatly appreciated.


Regards,
Ian



Need information from all contributors

2002-05-26 Thread Per Einar Ellefsen

Hi everyone,

I'm in the process of creating a Contributors page for the new mod_perl 
site. I have already gotten the old CREDITS file from modperl CVS, so I'm 
using that one. But it'd be nice to have some more information, such as 
name, e-mail address, home page URL, maybe a picture and most importantly 
information about what you have contributed to mod_perl. Right now I'm sure 
I'm missing many people, as the list must be pretty incomplete.

So, please go ahead and send me as much information about yourself as you 
want, whatever the contribution you have made: documentation, code, modules...

The list will look pretty much like the Apache one, so if you send me all 
the information people have at http://httpd.apache.org/contributors/ , that 
would make me happy :)

-- 
Per Einar Ellefsen
[EMAIL PROTECTED]