Jump to content

Is there a tool to log the html response content of apache?


kanenas.net

Recommended Posts

My question is...

Is there a tool to log the html response content of apache?

I want to log the html content that apache sends to client!

Below is a sample...

 

<html>
<head>
<title>Test</title>
</head>
<body>
This is a <strong>TEST</strong>!
<br>
All the <i>html markup</i> i want to log...
</body>
</html>

 

Thanks

Here's manual on output buffering. Not however, that I only think it MIGHT be possible using it. Never tried something like that.

 

I can't figure it out  :-[  ???

Any other suggestions?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.