Aufruf von /localhost/otrs/faq.pl bzw. public.pl

Hilfe zu Znuny Problemen aller Art
Locked
proxy32
Znuny newbie
Posts: 40
Joined: 27 Nov 2008, 14:18
Znuny Version: 2.3.4

Aufruf von /localhost/otrs/faq.pl bzw. public.pl

Post by proxy32 »

beim Aufruf von /localhost/otrs/faq.pl bzw public.pl bekomme ich:
Internal Server Error

500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@your-domain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

Apache errror.log:
[Mon Dec 01 11:07:58 2008] [error] [client 127.0.0.1] (OS 3)The system cannot find the path specified. : couldn't create child process: 720003: faq.pl
[Mon Dec 01 11:07:58 2008] [error] [client 127.0.0.1] (OS 3)The system cannot find the path specified. : couldn't spawn child process: C:/web/otrs/bin/cgi-bin/faq.pl

dabei index.pl und customer.pl sind abrufbar...
Danke für Ideen!
MfG
proxy32
Last edited by proxy32 on 01 Dec 2008, 16:45, edited 1 time in total.
IT: OTRS 2.3.4
WinXP Pro SP3 x86
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Aufruf von /localhost/otrs/faq.pl bzw public.pl

Post by jojo »

ist die FAQ denn installiert?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
proxy32
Znuny newbie
Posts: 40
Joined: 27 Nov 2008, 14:18
Znuny Version: 2.3.4

Aufruf von /localhost/otrs/faq.pl bzw public.pl

Post by proxy32 »

ja, Version 1.5.4...
IT: OTRS 2.3.4
WinXP Pro SP3 x86
King_Darki
Znuny newbie
Posts: 92
Joined: 14 Nov 2008, 15:23
Znuny Version: 2.4.4
Location: Dingolfing
Contact:

Aufruf von /localhost/otrs/faq.pl bzw. public.pl

Post by King_Darki »

ich geh jez mal davon aus, dass du OTRS unter windoof am laufen hast oder?

guck mal in: \\[Server]\otrs\bin\cgi-bin
dann öffnest die faq.pl bzw public.pl

da schaust du dir die 1. zeile an:
unter linux steht drin:
#!/usr/bin/perl -w

unter windoof steht nun wahrscheinlich bei dir der linux-string drin richtig?!
das is natürlich schlecht, ich musste es auch händisch ändern bei meiner alten windoof-installation! so sah es dann bei mir aus:
#!D:/OTRS/Perl/perl/bin/perl.exe -w
musst nur auf deinen pfad anpassen!

Grüße Pat
Grüße

King_Darki
---
Produktiv: OTRS 2.4.4, ITSM 1.3.1, MySQL on Debian GNU/Linux lenny/sid
Testing: OTRS 2.4.7, ITSM 1.3.2 MySQL on Debian GNU/Linux lenny/sid
proxy32
Znuny newbie
Posts: 40
Joined: 27 Nov 2008, 14:18
Znuny Version: 2.3.4

Aufruf von /localhost/otrs/faq.pl bzw. public.pl

Post by proxy32 »

ja, das ist es! Jetzt läuft es! :D
Danke!

MfG
proxy32
IT: OTRS 2.3.4
WinXP Pro SP3 x86
Locked