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]
