Running nph-script.cgi keeps outputting Server details at the end

Posted by wgewweg on Server Fault See other posts from Server Fault or by wgewweg
Published on 2009-11-05T02:35:22Z Indexed on 2010/03/18 0:11 UTC
Read the original article Hit count: 632

Filed under:
|
|
|

I am running a nph-script.cgi on my server.

The server keeps adding

HTTP/1.1 200 OK Date: Thu, 05 Nov 2009 02:28:53 GMT Server: Apache/2.2.8 (Ubuntu) PHP/5.2.8-1hardy~ppa1 with Suhosin-Patch mod_perl/2.0.3 Perl/v5.8.8 Content-Length: 0 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/plain X-Pad: avoid browser bug

At the bottom of each page loaded via the .cgi script. why is this the case? How do I remove this annoying message that is appended to all pages ?

© Server Fault or respective owner

Related posts about apache2

Related posts about ubuntu-server