I think you're getting the two people with two problems mixed up.  I'm not getting anything to the phone when I execute hobbit.cgi.  Another person is getting error 6.<br><br><div class="gmail_quote">On Fri, Mar 28, 2008 at 5:54 AM, Charles Jones <<a href="mailto:jonescr@cisco.com">jonescr@cisco.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  

<div bgcolor="#ffffff" text="#000000"><div class="Ih2E3d">
Josh Luthman wrote:
<blockquote type="cite">I did get XML from that full URL, among other things I
learned that  <span></span><span></span><span><Prompt</span><span>></span><span>It's
not easy being green :-)</span><span></</span><span>Prompt</span><span>></span><br>
</blockquote></div>
Heh, okay that's good as it seems the code is working properly.<div class="Ih2E3d"><br>
<blockquote 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 href="http://172.16.0.153" target="_blank">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></div>
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><font color="#888888">
<br>
-Charles
</font></div>

</blockquote></div><br><br clear="all"><br>-- <br>Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>
--- Henry Spencer