Re: setting up a templates server

Hello Catherine,

In our previous episode, Catherine CHAT said:
> 
> When I request http://mytemplate.server.fr/cgi-bin/createform.pl I got a
> 500 error code from my server with the following in the error log :
> 
> [Thu Aug 17 15:00:34 2000] [error] (2)No such file or directory: exec of
> /0/www/services/scripts/createform.pl failed
> [Thu Aug 17 15:00:34 2000] [error] [client 192.168.10.1] Premature end of
> script headers: /0/www/services/scripts/createform.pl

This looks like a configuration problem on your server. The script is either
not accesible to the server, or the access rights are different, or it can't
access the perl binary (see the first line #~/path/to/perl).
> 
> mytemplate.server.fr is a virtual host of an apache 1.3.9 server running on
> solaris.
> 
> I tried to execute the createform.pl on the command line :
> perl ./createform.pl
> and it generates, without error, html containing a form element.
> 
> Do you have any idea of what goes wrong ?

-Jose

Received on Thursday, 17 August 2000 09:41:08 UTC