On 7/20/05, Burkhard Herre <bherre@xxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx