From: "Perrin Harkins" <[EMAIL PROTECTED]>
> On Fri, 2005-08-26 at 12:47 -0400, Adam Prime x443 wrote: > > PHP uses: X-Powered-By: PHP/4.3.11 > > > > To effectively bypass the front end server problem. > > We decided not to do that, since it's intrusive. > PHP users can decide if that HTTP header that promotes PHP should appear or not (setting it in the configuration file) I guess that by default is set to appear, but if somebody doesn't like that, it can be removed. I think it is a good idea to make mod_perl also display this string. It could be unset by a configuration in httpd.conf in certain virtualhosts, or on the entire server. Teddy