Hi,
I'm trying to get mod_perl running on my OS X (panther) system, and am
running into some issues with IO.  I've got a trivial script which runs
properly as a cgi, but fails under Apache::PerlRun or Apache::Registry:

print "Content-type:  text/plain\n\n";
print "foo\n";

if i do this:

my $r = shift;
$r->send_http_header('text/plain');
$r->print("foo");
return OK;


it works fine under Apache::Registry.

Anyone have a clue to share?

thanks,
-pate

Pat Eyler
Kaitiaki/manager               migrant Linux sys admin
the Koha project               ruby, shell, and perl geek
http://www.koha.org            http://pate.eylerfamily.org


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to