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 is
Anyone else experience this before?
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:
PHP:
#!/usr/bin/perl
print "<a href = test.html>testing</a>";
PHP:
<a href = test.html>testing</a>