ispCP - Board - Support
cgi-bin funktioniert nicht :/ - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: cgi-bin funktioniert nicht :/ (/thread-9426.html)



cgi-bin funktioniert nicht :/ - Michi91 - 01-29-2010 07:47 AM

Hey
habe das problem das ich einfach nicht den cgi-bin an laufen bekomme :S
Imemr erhalte ich einen 500er

Kann mir evtl jmd helfen? Bin neu im cgi bereich :/

Hat evtl jmd von euch ne helloworld.cgi zum testen? oder ne ahnung welche logs ich durchsuchen soll


RE: cgi-bin funktioniert nicht :/ - joximu - 01-29-2010 08:49 AM

zB:

Code:
#!/usr/bin/perl -w
use strict;
use CGI;
my $cgi = CGI->new();
print $cgi->header();

print "<html><title>Test</title>\n<body><h1>CGI-Test</h1>\n";
print "</body></html>\n";

ggf. noch zuviel drin, aber das klappt.

error: /var/log/apache2/users/domain-error.log

/J