More information about the Underscore mailing list

[_] Built with

Tim Beadle tim.beadle at gmail.com
Thu Aug 23 10:25:11 BST 2007

On 23/08/07, Matt Kane <ascorbic at gmail.com> wrote:
> It's in the headers. By default, PHP adds itself to the server header
> and adds an X-Powered-By header. e.g. one of my servers:
>
> Server: Apache/1.3.34 (Debian) mod_gzip/1.3.26.1a PHP/5.2.0-8
> +etch5~pu1 mod_ssl/2.8.25 OpenSSL/0.9.8c mod_perl/1.29
> X-Powered-By: PHP/5.2.0-8+etch5~pu1

But it correctly got J2EE for optics.org, even though it's Tomcat on
the back end with Apache on the front end (ie no extra headers in the
front end server to sniff). Must be all those .do extensions we
haven't URLRewrited (as it were) yet...

Tim