I have a problem calling a perl script on my server.
I have installed apache 2.0.39.
I have configured the cgi-bin directory correctly.
In fact, if I call the script through the browser, it works perfectly.
But, from inside the html code of the page, it gives no result.
I call it by <!--#exec cgi="/cgi-bin/myscript.pl" -->
and it does not work.
If I run it trough <img src="/cgi-bin/myscript.pl"> it works but does not give any result on the screen.
Who can help me??
Thanks
Giorgio
I have installed apache 2.0.39.
I have configured the cgi-bin directory correctly.
In fact, if I call the script through the browser, it works perfectly.
But, from inside the html code of the page, it gives no result.
I call it by <!--#exec cgi="/cgi-bin/myscript.pl" -->
and it does not work.
If I run it trough <img src="/cgi-bin/myscript.pl"> it works but does not give any result on the screen.
Who can help me??
Thanks
Giorgio