On one of my servers it appears that there is a problem with the cgi scripts.
The code in the scripts themselves seems to be working fine, but if I try to print out html, the screen doesn't parse it. And it seems to be doing it to all of the scripts that are on the server, of which, most of them were working previously.
Here is an example. If I do a script with:
the output isPHP Code:#!/usr/bin/perl
print "<a href = test.html>testing</a>";
Anyone else experience this before?PHP Code:<a href = test.html>testing</a>



LinkBack URL
About LinkBacks
Reply With Quote





