hello
i implement a system without a brwoser as client.
a software in C# calls the skript on the server over http and the skript
sends same information back.
but only 10 bytes or something like that (binary data).
and i have a minimal bandwidth and a very slow connection.
and so i want to reduce all wasteful overhead.
thank you
Joshua Slive schrieb:
On 7/20/05, Burkhard Herre <[EMAIL PROTECTED]> wrote:
hello
i want to sent all responses of my apache/php without all headers.
is there a chance to supress or delete the different header info before
sending the answer to the client ? or only send the absolutely needed
headers ?
edit the httpd.conf or php.ini ???
or same work in my php scripts ???
No, there are some core headers that cannot be removed without hacking
the code. Otherwise, you can use mod_headers to manipulate headers.
If you told us why you want to do this, we might be able to provide
alternative suggestions.
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]