[Zope-Perl] ZCGI-problem

Peter Emmerling emmerlin at fh-coburg.de
Fri Jun 11 03:19:42 EDT 2004


Hi Zoper's, I tried to get ZCGI to work but there seems to be a Newbie-problem.

I did:
- create the "cgi-bin"-folder under root
- create a common file and uploaded the file "easy.pl"       
  with the content:
  print "<html>\n";
  print "<head>\n";
  print "<title>first cgi</title>\n";
  print "</head>\n";
  print "<body>\n";
  print "<h2>first cgi-program</h2>\n";
  print "</body>\n";
  print "</html>\n";
- create ZCGI-Script called "e" with attributes:
  defaulttitle: e
  cgifile: easy
  headers: CGI 
- create a DTML-Object:
  <dtml-var e>

The cgi-bin program can't be found: "There is no cgi-bin program with the rootname easy with an extension...."

Thank's for your help

--------------------
Peter Emmerling
Laboringenieur
Fachbereich E/INF

Fachhochschule Coburg
Friedrich-Streib-Str. 2
96450 Coburg

Tel.:09561/317-255




More information about the Zope-perl mailing list