Resume of the situation

Resume of the situation

am 20.07.2005 09:43:27 von test

What you extract from your httpd.conf is what I have in mine except the
FilesMatch "\.pl$" section, I'll try to add it this evening...
For information I also add a line like "AddApplication
application/x-perl-program .py" or something like that like for php
handling but I don't know if it s a good thing...

To resume the situation:

In modules.conf
LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so

In httpd.conf
PerlRequire /home/httpd/perl/startup.pl

Alias /perl/ /home/httpd/perl/


SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On

Re: Resume of the situation

am 21.07.2005 19:08:48 von Brian McCauley

As the start of a new thread and without any context or even a halfway
meaningfull error message or user name something calling itself "test"
wrote:

> What you extract from your httpd.conf is what I have in mine except the
> FilesMatch "\.pl$" section, I'll try to add it this evening...

Huh?