uruchamianie skryptów cgi
millinowa - 13-03-2008 08:55
uruchamianie skryptów cgi
Witam
mam problem z uruchamianiem skryptów CGI na dystrybucji Release 2
ustawiłem usera i grupę katalogu cgi-bin i plików takie jak dla virtuala w Apache
ScriptAlias
i daje dalej wynik:
Internal Server Error
"The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@zarogiem.pl 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."
w logu jest info, że:
fopen permision denied
Premature end of script headers: test.pl
Będę wdzięczny gdzie szukać aby znaleźć konstrukrywne rozwiązanie.
suexec działa
bob123 - 13-03-2008 09:59
Cytat:
mam problem z uruchamianiem skryptów CGI na dystrybucji Release 2
Wszystkich? Sprobuj uruchomic taki:
Kod:
#!/usr/bin/perl
print "Content-Type: text/plain\n\n";
print ": )";
exit;
Jak Ci sie uda, to dopiero zacznij zabawe z Twoim skryptem.
Cytat:
w logu jest info, że:
fopen permision denied
Premature end of script headers: test.pl
Upewnij sie, ze uprawnienia uzytkownika, z ktorego wykonywany jest skrypt sa wystarczajace do otworzenia pliku.
millinowa - 13-03-2008 20:16
sprawdziłem test.pl działa
sprawdziłem i test pl działa.
niestety pliki konfiguracyjne OTRS, który chcę zainstalować nie działają.
czy można co dalej zrobić?
bob123 - 14-03-2008 09:05
(Chyba) Zostaje Ci tylko debugowanie skryptow i odszukanie linijki, w ktorej skrypt sie 'wywala'.
--Edit--
Przeczytaj dokumentacji moze o czyms zapomniales.
zanotowane.pldoc.pisz.plpdf.pisz.plkonstruktor.keep.pl