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
Aufruf von /localhost/otrs/faq.pl bzw. public.pl
Aufruf von /localhost/otrs/faq.pl bzw. public.pl
Last edited by proxy32 on 01 Dec 2008, 16:45, edited 1 time in total.
IT: OTRS 2.3.4
WinXP Pro SP3 x86
WinXP Pro SP3 x86
Aufruf von /localhost/otrs/faq.pl bzw public.pl
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Aufruf von /localhost/otrs/faq.pl bzw public.pl
ja, Version 1.5.4...
IT: OTRS 2.3.4
WinXP Pro SP3 x86
WinXP Pro SP3 x86
-
- 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
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
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
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
Aufruf von /localhost/otrs/faq.pl bzw. public.pl
ja, das ist es! Jetzt läuft es!
Danke!
MfG
proxy32

Danke!
MfG
proxy32
IT: OTRS 2.3.4
WinXP Pro SP3 x86
WinXP Pro SP3 x86