Thread Probleme mit pl-Datei (12 answers)
Opened by Dareios at 2004-08-07 16:03

renee
 2004-08-07 19:05
#48921 #48921
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
[quote=betterworld,07.08.2004, 15:06]Wenn der shebang kaputt ist, sagt der Apache 1 meiner Erfahrung nach eigentlich immer nur "Premature end of script headers". Bei Apache 2 kommt dann noch ein "Exec failed" oder "No such file or directory" hinzu.
Dareios,vorhin
und wollte es über eine htm-Seite aufrufen

Wie meinst Du das mit der htm-Datei? Geht es vielleicht um SSI?[/quote]
Nein, wenn die Shebang nicht stimmt, dann kommt die von Dareios beschriebene Fehlermeldung...

@Dareios: Schau mal in der httpd.conf vom Apache mal nach, welche Shebang erwartet wird. Das kann - wenn ich mich richtig erinnere - auch zu nem Problem werden, wenn die in der Config nicht stimmt...
auszug httpd.conf
Quote
#
# Apache parses all CGI scripts for the shebang line by default.
# This comment line, the first line of the script, consists of the symbols
# pound (#) and exclamation (!) followed by the path of the program that
# can execute this specific script. For a perl script, with perl.exe in
# the C:\Program Files\Perl directory, the shebang line should be:

#!c:/wampp1/perl/bin/perl


Hier musst Du die Shebang anpassen
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Probleme mit pl-Datei