apache, php config -
I am running a php application that gives feedback to the customer in about 1 minute (this time the load continues) . Although the feedback is displayed all at once, I would like to know whether any configuration is being processed in Apache server / php for displaying timely feedback. For example, I have the
echo "test"; $ Rez = file_get_contents ($ url); Do something ...
But after the result of the counterpart, all the tasks (file_gate_content and everything else) have been completed so I want to configure server / PHP to display it at execution time is required.
1)
2) output_buffring = off PHP
3) Disable gzip for PHP
4) Disable gzip in Apache
Comments
Post a Comment