http://www.apache-httpd.com/
Home
» modperl.perl »
whence $r->send_http_header ?
John M. Dlugosz
2008-07-16
Replies:
whence $r->send_http_header ? --
John M. Dlugosz
2008-07-16
whence $r->send_http_header ?
--
Jie Gao
2008-07-16
whence $r->send_http_header ?
--
Ryan Gies
2008-07-16
Author Login
Post Reply
Consider this fragment:
$r->content_type("image/$type");
$r->send_http_header;
$m->print($img);
The method send_http_header seems to no longer exist. What should I be using instead? For now I just commented it out.
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.