<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic remove server banner in HTTP header in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930829#M760490</link>
    <description>HI all,&lt;BR /&gt;My app server under hpux 11.00 server.&lt;BR /&gt;We test our website using HTTP viewer the web server banner for some server information was diclose to public.&lt;BR /&gt;&lt;BR /&gt;Where and how to remove the server banner in the HTTP header for this server configuration file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Fauziah Mahdan</description>
    <pubDate>Mon, 22 Jan 2007 22:27:12 GMT</pubDate>
    <dc:creator>Fauziah Mahdan</dc:creator>
    <dc:date>2007-01-22T22:27:12Z</dc:date>
    <item>
      <title>remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930829#M760490</link>
      <description>HI all,&lt;BR /&gt;My app server under hpux 11.00 server.&lt;BR /&gt;We test our website using HTTP viewer the web server banner for some server information was diclose to public.&lt;BR /&gt;&lt;BR /&gt;Where and how to remove the server banner in the HTTP header for this server configuration file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Fauziah Mahdan</description>
      <pubDate>Mon, 22 Jan 2007 22:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930829#M760490</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-01-22T22:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930830#M760491</link>
      <description>Is this for an apache web server" If so, the ServerTokens directive can be set to display less information about your webserver. Default is "full", "prod" only shows the product "Apache".&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://httpd.apache.org/docs/2.0/mod/core.html#servertokens" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/core.html#servertokens&lt;/A&gt; for details.&lt;BR /&gt;&lt;BR /&gt;After making the change to httpd.conf, sighup or restart apache.&lt;BR /&gt;&lt;BR /&gt;If you want to completely remove or mask ServerTokens, you'll want to modify the source code then recompile apache. &lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 22 Jan 2007 22:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930830#M760491</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-22T22:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930831#M760492</link>
      <description>It wouldn't be necessary to recompile all of Apache even to mask out "Apache" from the headers. Depending on the version of Apache, you may be able to use the included mod_headers to overwrite the Server header, or you could use a third-party module like mod_security that provides that functionality.</description>
      <pubDate>Tue, 23 Jan 2007 10:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930831#M760492</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-01-23T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930832#M760493</link>
      <description>The Apache version is 1.3.12.&lt;BR /&gt;&lt;BR /&gt;I already check the httpd.conf.&lt;BR /&gt;not sure which part to remove</description>
      <pubDate>Fri, 26 Jan 2007 04:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930832#M760493</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-01-26T04:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930833#M760494</link>
      <description>Hi Fauziah,&lt;BR /&gt;&lt;BR /&gt;"ServerTokens Full" is the default directive if none is specified.  If you don't see "ServerTokens ..." in httpd.conf, simply add "ServerTokens Prod" and restart Apache:&lt;BR /&gt;&lt;BR /&gt;# /opt/hpws/apache/bin/apachectl stop&lt;BR /&gt;# /opt/hpws/apache/bin/apachectl start&lt;BR /&gt;&lt;BR /&gt;This will shorten the HTTP response header from "Apache/1.3.12 (Unix) ..." to "Apache".&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Fri, 26 Jan 2007 07:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930833#M760494</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-01-26T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930834#M760495</link>
      <description>Whata bout if I want tottaly remove the server banner?&lt;BR /&gt;What is the comamnd?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Fauziah Mahdan</description>
      <pubDate>Thu, 08 Feb 2007 01:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930834#M760495</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-02-08T01:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930835#M760496</link>
      <description>It is not that easy to remove the banner completely.&lt;BR /&gt;&lt;BR /&gt;But here are some suggestions:&lt;BR /&gt;&lt;BR /&gt;You can use hexedit to edit the httpd file direct and remove the Apache string.&lt;BR /&gt;&lt;BR /&gt;Or you can edit the Apache source "include/ap_release.h" and recompile it.</description>
      <pubDate>Thu, 08 Feb 2007 03:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930835#M760496</guid>
      <dc:creator>Kasper Hedensted</dc:creator>
      <dc:date>2007-02-08T03:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930836#M760497</link>
      <description>Here's another option.&lt;BR /&gt;You could use Ivan Ristic's mod_security.&lt;BR /&gt;This module offers a SecServerSignature&lt;BR /&gt;directive (filter) that you could set to any &lt;BR /&gt;string that should be sent in the HTTP header of a server response.&lt;BR /&gt;Please, lookup SecServerSignature here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.modsecurity.org/documentation/modsecurity-apache/2.0.2/modsecurity2-apache-reference.html#N102F3" target="_blank"&gt;http://www.modsecurity.org/documentation/modsecurity-apache/2.0.2/modsecurity2-apache-reference.html#N102F3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But mod_sec should be used for more compelling reason on any Apache that serves to the WWW.&lt;BR /&gt;It actually can be thought of as an HTTP firewall, similar to but far more flexible than an HTTP proxy.&lt;BR /&gt;You can setup any sort of filter rule against all sorts of attacks (which are originating mostly from unaware owners' zombie PCs).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 03:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930836#M760497</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-02-08T03:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930837#M760498</link>
      <description>Apache source = httpd.conf is it? by adding the command you mentioned.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 05:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930837#M760498</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-02-08T05:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930838#M760499</link>
      <description>No, it is the source code for Apache I am referring to.&lt;BR /&gt;&lt;BR /&gt;( can be downloaded from &lt;A href="http://httpd.apache.org/" target="_blank"&gt;http://httpd.apache.org/&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;The other suggestion involves downloading hexedit &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/hexedit-1.2.10/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/hexedit-1.2.10/&lt;/A&gt; and edit the httpd file</description>
      <pubDate>Thu, 08 Feb 2007 06:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930838#M760499</guid>
      <dc:creator>Kasper Hedensted</dc:creator>
      <dc:date>2007-02-08T06:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930839#M760500</link>
      <description>Hi,&lt;BR /&gt;Yes actually we are using ApacheJserv version 1.3.12. I am lost now which file I should amend or change the setting? &lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 20:19:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930839#M760500</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-02-08T20:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930840#M760501</link>
      <description>Spex,&lt;BR /&gt;you mention to add "ServerTokens Prod" and restart Apache:&lt;BR /&gt;then the server info will remain Apache without the version. What about if I want to remove all the server info.&lt;BR /&gt;&lt;BR /&gt;Right now it was display as &lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Date: date today&lt;BR /&gt;Server: Apache/1.3.12 (unix) ApacheJserv/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a&lt;BR /&gt;Last Modified:date&lt;BR /&gt;Etag:code will display&lt;BR /&gt;Accept-Ranges:bytes&lt;BR /&gt;Content-Length:300&lt;BR /&gt;Connection:close&lt;BR /&gt;Content-Type:text/html</description>
      <pubDate>Thu, 08 Feb 2007 20:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930840#M760501</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-02-08T20:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: remove server banner in HTTP header</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930841#M760502</link>
      <description>HI,&lt;BR /&gt;I have checked that my httpd.cong already set as&lt;BR /&gt;ServerSignature Off&lt;BR /&gt;ServerTokens Prod&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but why the server info still display in details?</description>
      <pubDate>Fri, 09 Feb 2007 00:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-server-banner-in-http-header/m-p/3930841#M760502</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-02-09T00:46:29Z</dc:date>
    </item>
  </channel>
</rss>

