Page 1 of 1

Perl Script funktioniern nicht über das Web

Posted: 2008-05-17 17:22
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...

Re: Perl Script funktioniern nicht über das Web

Posted: 2008-05-17 17:29
by freddy36
Du must cgi auch für den vhost aktivieren ;)

Re: Perl Script funktioniern nicht über das Web

Posted: 2008-05-17 17:32
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>