in reply to Help with simple CGI::Application example

Link is broken in OP; I think this is the script they were referring to, as discussed here.

  • Comment on Re: Help with simple CGI::Application example

Replies are listed 'Best First'.
Re: Re: Help with simple CGI::Application example
by Alligator (Novice) on Apr 15, 2004 at 05:55 UTC
    I got it. Its working perfectly now. Previously my scripts were in /tmp/perl/cgitest which has a scriptAlias in httpd.conf, now i've moved them to cgi-bin then it works fine.

    Should the scripts be compulsorily put in cgi-bin..doesn't they work in any other directory..??
Re: Re: Help with simple CGI::Application example
by Alligator (Novice) on Apr 15, 2004 at 05:04 UTC
    yeah you are write..

    http://www.redantigua.com/cgi-bin/helloworld.cgi-app2.pl

    Any idea why it doesn't work as expected on my machine.

    Machine config is: Apache 2.0.49/mod_perl-1.99_13 Perl/v5.8.0

    Thank you