Hi,
i'm using Catalyst and Apache2 with mod_perl to create a new website.
But if I analyze the headers, there is always "X-Catalyst 5.80033".
For security reasons I want to disable this header.
How can I remove it?
It seems that Catalyst adds it by default because in my files I can't find
anything like
$c->response->headers->header( 'X-Catalyst' => $Catalyst::VERSION );
or similiar.
Thanks!
Stefan
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/