meine poard_mod_perl.conf sieht folgendermaszen aus:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Listen 8084
<VirtualHost *:8084>
DocumentRoot /srv/www/poard/html
#User web
#Group ftponly
ScriptAlias /cgi-bin/ /srv/www/poard/cgi-bin/
ErrorLog /srv/www/poard/log/error.log
CustomLog /srv/www/poard/log/access.log combined
PerlSetEnv PERL5LIB "/srv/www/poard/lib"
DirectoryIndex /pboard/board.pl
Alias /perl-bin/ "/srv/www/poard/bin/"
PerlModule Apache::Registry
PerlRequire /srv/www/poard/bin/mod_perl_startup.pl
# <Perl>
# use lib qw(/srv/www/poard/lib);
# </Perl>
PerlTransHandler PBoard::TransHandler
PerlPassEnv DEBUG_SQL
PassEnv DEBUG_SQL
<Files board.pl>
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader On
PerlModule Apache::DBI
PerlInitHandler Apache::StatINC
</Files>
<Files upload.pl>
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader On
PerlModule Apache::DBI
</Files>
<Files download.pl>
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader On
PerlModule Apache::DBI
</Files>
</VirtualHost>
(die musste ich ein wenig umstellen, damit ich die warnungen mit redefined subs los werde).
Frueher hat's mal problemlos funktioniert; ich suche gerade, was da jetzt geaendert ist. Es muss irgendwas von der serverconfig sein (poard_mod_perl.conf oder komplett extern)\n\n
<!--EDIT|Strat|1154265101-->