What's wrong with my script?

Ignacio Vazquez-Abrams ignacio at openservices.net
Fri Sep 14 19:42:33 EDT 2001


On Sat, 15 Sep 2001, Michael Landmann wrote:

> > > > print "Content-type: text/html\n\n" # add this line here
> > >
> > > Doesn't work
> >
> > You need to give us more information than "Doesn't work" if you want to
> > get it working.  Is it executable?  Is it in a place where the Web
> > server can get at it?  Is the Web server configured to execute CGI
> > scripts for that area?
>
> Error 500
>
> The Server is ready to work with CGI, PHP3, PHP4, Python, Perl

Once you have tried the other change that has been suggested, you have to set
the Options directive for the directory that the CGI program is in to have
+ExecCGI.

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list