Thread Perl script wird runtergeladen anstatt ausgeführt (22 answers)
Opened by larsemann at 2008-11-18 00:06

larsemann
 2008-11-21 11:32
#116472 #116472
User since
2008-05-15
20 Artikel
BenutzerIn
[default_avatar]
hi.

das errorlog spuckt nix aus.

meine config sieht so aus:
Code: (dl )
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
LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so
NameVirtualHost *:443
Listen 443

SSLMutex default
SSLRandomSeed startup builtin
SSLSessionCache none

<VirtualHost *:443>
ServerName
SSLEngine On
## SSLCertificateFile
## SSLCertificateKeyFile
DocumentRoot /var/www

<Directory "/var/www/">
Options ExecCGI Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

<Directory "/var/cgi-bin/">
Options +ExecCGI
SetHandler cgi-script
</Directory>

ErrorLog /var/log/apache2/error.log
LogLevel warn

CustomLog /var/log/apache2/access.log combinend
ServerSignature On

</VirtualHost>


Aus Sicherheitsgründen habe ich mal meine FULL URL rausgenommen.

View full thread Perl script wird runtergeladen anstatt ausgeführt