Thread mod_perl installation auf Windows XP (17 answers)
Opened by tomyg1 at 2012-11-30 13:01

GwenDragon
 2012-11-30 14:47
#163784 #163784
User since
2005-01-17
14532 Artikel
Admin1
[Homepage]
user image
Wenn du .pl-Dateien als mod_perl ausführen willst, müssen die im Unterverzeichnis perl deines Documentroot liegen.

Wenn du überall .pl als mod_perl ausführen willst, solltest du in deine Konfiguration dann noch folgendes hinzufügen:
Code: (dl )
1
2
3
4
5
6
7
8
<Location />
<FilesMatch "\.pl$">
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</FilesMatch>
</Location>
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread mod_perl installation auf Windows XP