*****SPAM***** [cgiapp] headers problem

Stefan Petrea stefan.petrea at gmail.com
Sat Jan 5 16:11:21 EST 2008


On Sunday 06 January 2008 08:26, Ron Savage wrote:
ok I just checked 1 and 2 you wrote and they are ok.
I've modified httpd.conf so that it has Option +ExecCGI on the directory where the code is located.
Now I get a long wait after wich I still get 500.
> On Sat, 2008-01-05 at 21:19 +0200, Stefan Petrea wrote:
> 
> Hi Stefan
> 
> > I'm very new to CGI::Application
> 
> Welcome to the club!
> 
> > I'm using this example here http://www.redantigua.com/cgi-application1.html for
> > learning how to use CGI::Application.
> > I get 500 every time I run helloworld.cgi-app.pl 
> > What can I do about this ?
> > It just seems that the pl is not sending any headers.
> > How can I solve this problem ?
> 
> Things to check:
> 
> 1) Is the template in the same directory as the CGI script? It should
> be, because of this line (IMHO):
>    $self->tmpl_path('./');
> in the *.pm file
> 
> 2) Are the permissions correct on /all/ 3 files?
>  - CGI script
>  - Template
>  - *.pm


More information about the cgiapp mailing list