Perl Script funktioniern nicht über das Web

Bash, Shell, PHP, Python, Perl, CGI
Post Reply
knuppel
Posts: 102
Joined: 2003-12-04 12:13
 

Perl Script funktioniern nicht über das Web

Post by knuppel »

hallo ich habe vor einiger Zeit Fluid Dynamics Search Engine (Perl Script) von http://www.xav.com unter einer Domain auf meinem Webspace installiert.Hat auch super funktioniert.
Nun wollte ich das Script nochmal unter ner anderen Domain auf dem selben Server installieren aber es kam beim Online Installations Service diese Fehlermeldung:

"Status: since all CGI execution tests have failed so far, and yet you're running Apache server software, the installer is going to try to add an .htaccess override file to turn on CGI privileges. "

Dann habe ich probiert ob die andere Installation noch funktioniert aber nix wars.
Firefox biete mir die search.pl Datei als Donwload an?!

perl -v

This is perl, v5.10.0 built for x86_64-linux

Führe ich perl -wc ... aus steht da Syntax OK.

Auch andere Perl Scripte funktioniern nicht...
freddy36
Posts: 273
Joined: 2008-03-20 17:31
 

Re: Perl Script funktioniern nicht über das Web

Post by freddy36 »

Du must cgi auch für den vhost aktivieren ;)
knuppel
Posts: 102
Joined: 2003-12-04 12:13
 

Re: Perl Script funktioniern nicht über das Web

Post by knuppel »

Mein Server wird mit Confixx gemanaget und da ist CGI eingeschalten..

hier:

<Directory "/home/www/web1/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
Options +ExecCGI
AddHandler cgi-script .cgi .pl
<IfModule mod_access.c>
Allow from all
</IfModule>
php_admin_flag engine on
</Directory>
Post Reply