<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Josh Luthman wrote:
<blockquote
 cite="mid:961092e10803271659g718b4921u1108a2280f156687@mail.gmail.com"
 type="cite">I did get XML from that full URL, among other things I
learned that  <span class="b"></span><span class="m"></span><span
 class="t"><Prompt</span><span class="m">></span><span class="tx">It's
not easy being green :-)</span><span class="m"></</span><span
 class="t">Prompt</span><span class="m">></span><br>
</blockquote>
Heh, okay that's good as it seems the code is working properly.<br>
<blockquote
 cite="mid:961092e10803271659g718b4921u1108a2280f156687@mail.gmail.com"
 type="cite">Now I did a helloworld.cgi that looks like:<br>
#!/usr/bin/perl<br>
print "Hello World!\n";<br>
  <br>
and I get an HTTP 500 error<br>
[Thu Mar 27 19:57:35 2008] [error] [client <a moz-do-not-send="true"
 href="http://172.16.0.153">172.16.0.153</a>] malformed header from
script. Bad header=Hello World!: hellowworld.cgi<br>
[Thu Mar 27 19:57:35 2008] [warn] /perl/hellowworld.cgi did not send an
HTTP header<br>
  <br>
So either my helloworld.cgi is wrong or mod_perl is confused, I think.</blockquote>
Oh yeah sorry....for it to work properly it should be:<br>
<br>
print "Content-type: text/plain\n\n";<br>
print "Hello World!\n";<br>
<br>
... But I think your mod_perl is already working, otherwise you
wouldn't have gotten any XML back from your previous test.<br>
Tell me more about this Error Number=6.  Where is it being displayed? I
have gone through all the Cisco docs, and according to them there are
only errors 1,2,3, & 4.  What model phone do you have?<br>
<br>
-Charles
</body>
</html>