Is it possible to add a header to the client, that says how long the request takes?<br>Examplo, I have nginx proxyng to php using the default:<br><br>location ~ .php$ {<br>&nbsp; fastcgi_pass <a href="http://127.0.0.1:9000">127.0.0.1:9000</a>;<br>
&nbsp; fastcgi_index index.php;<br>&nbsp; include fastcgi_params;<br>}<br><br clear="all">after the proxy complete, I would like to add a header called PHP-Request-Time with the execution duration in milliseconds, like this:<br>PHP-Request-Time 230ms<br>
<br>How? Is that a good idea? I took that from Pushion Passenger (mod_rails to Apache 2)<br><br>-- <br>Marcos Neves<br>+55 44 3263-8132<br>+55 44 9918-8488