Apache Http Server Configuration using httpd.conf
                 Hi, I am Malathi Boggavarapu working at Volvo Group and i live in Gothenburg, Sweden. I have been working on Java since several years and had vast experience and knowledge across various technologies.   In this post, we discuss about various options that are available in Apache Http server configuration file httpd.conf.   ServerTokens   ServerTokens Prod - Server sends (ex, ): Server: Apache  ServerTokens Major - Server sends (ex, ): Server: Apache/2  ServerTokens Minor - Server sends (ex, ): Server: Apache/2.0  ServerTokens Min - Server sends (ex, ): Server: Apache/2.0.41  ServerTokens OS - Server sends (ex, ): Server: Apache/2.0.41 (Unix)  ServerTokens Full (or not specified) - Server sends (ex, ): Server: Apache/2.0.41 (Unix) PHP/4.2.2 MyMod/1.3   ServerRoot  - Root directory of Apache http server   PidFile - [Run time directory]/httpd.pid  - The file in which the Server should record its Process identification number when it starts.   Timeout - 60  - The number of ...