+++ /dev/null
-#!usr/bin/perl -w
-use strict;
-
-system 'clear';
-
-print "Hello World! mod\n\n";
-
-exit;
--- /dev/null
+<html>
+<body>
+Apache 1.3 (/data/www)<br>
+<br>
+Java Web Start test page for Phenote<br>
+<a href="phenote_jws/justin_test_phenote.jnlp">Click here</a> to start Phenote.
+
+</body>
+</html>
--- /dev/null
+<html>
+<body>
+php test from /data/www
+<?php echo '<br>down wit php, yeah you know me...' ?>
+<?php
+$sTest = "testing";
+?>
+<?php echo '<br>another test: ' . $sTest ?>
+</body>
+</html>
--- /dev/null
+#!usr/bin/perl -w
+use strict;
+
+print "<html>test cgi-pl</html>";
+
+exit(0);