We are running a SuSE 10.1 box w/ Apache 2.2.3 compiled w/ mod_perl 2.0.3 &amp; perl 5.8.8.<br><br>When we attempt to view .pl/.cgi scripts in a browser, all we get is the text of the script displayed:<br><br>eg.<br><br><pre>
#!/usr/bin/perl<br>print &quot;Content-type: text/plain\r\n\r\n&quot;;<br>print &quot;Testing mod_perl installation!\n&quot;;</pre><br clear="all">Theoretically, this should be about a 5-step process, and all the make-tests for all-dependencies pass with flying colors. Nevertheless, once compiled, the scripts (such as the one above) still do not run.
<br><br>Any ideas on where to start looking to troubleshoot this?<br><br>-- <br><br>Jordan Peacock<br><a href="mailto:hewhocutsdown@gmail.com">hewhocutsdown@gmail.com</a><br><a href="http://hewhocutsdown.blogspot.com">hewhocutsdown.blogspot.com
</a>