Siva Yendapalli wrote:
I am totally a newbie to mod_perl. I could able to get the content
length using $r->headers_in("Content-Length"). but I don't see anything
in the $buf when I call the function
$r->read($buf,$r->headers_in("Content-Length")). I am sure I am doing
some thing wrong with the
Hi!
On Mon, Jul 14, 2003 at 04:46:37PM -0500, Siva Yendapalli wrote:
> I am totally a newbie to mod_perl. I could able to get the content length
> using $r->headers_in("Content-Length"). but I don't see anything in the $buf
> when I call the function $r->read($buf,$r->headers_in("Content-Length"))
I am totally a newbie to mod_perl. I could able to
get the content length using $r->headers_in("Content-Length"). but I don't
see anything in the $buf when I call the function
$r->read($buf,$r->headers_in("Content-Length")). I am sure I am doing some
thing wrong with the configuration or wi