Resume of the situation
- From: test <test@xxxxxxx>
- Date: Wed, 20 Jul 2005 09:43:27 +0200
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
<IfModule mod_alias.c>
Alias /perl/ /home/httpd/perl/
</IfModule>
<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On
</Location>
.
- Follow-Ups:
- Re: Resume of the situation
- From: nobull
- Re: Resume of the situation
- Prev by Date: How can I call MFC functions from Perl
- Next by Date: Re: Debian Sarge mod_perl Apache 1.3
- Previous by thread: How can I call MFC functions from Perl
- Next by thread: Re: Resume of the situation
- Index(es):
Relevant Pages
|