ZCGI-problem

"Peter Emmerling" <[email protected]> Fri, 11 Jun 2004 09:19:42 +0200
Newsgroups gmane.comp.web.zope.perl
Message-ID <[email protected]>
Hi Zoper's, I tried to get ZCGI to work but there seems to be a Newbie-prob=
lem.

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 r=
ootname 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


_______________________________________________
Zope-perl maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-perl