|
|
|
Part of the Server Managers download hub |
|
|
User Rating: Rated by: |
Very Good (4.0/5) 153 user(s) |
|
|
|
Softpedia Editor's Review for Apache HTTP Server
|
One of the most popular web servers to date that is powerful, flexible and HTTP/1.1 compliant
Written by Alexandru Pintilie on September 12th, 2012
The Apache HTTP Server is the top choice of users looking for an easy-to-use yet powerful Web server on Softpedia as well as worldwide. Started back in 1995, the project has quickly escalated into the number one spot and never let go of it.
The GUI of Apache HTTP Server is very basic and holds just the essentials. Entitled Apache Service Monitor, this window allows you to start, restart and stop the server, quickly access the Windows' Services panel and also create connections to remote computers.
Once you fire up the HTTP server, you can easily check its state by navigating to `http://localhost/` within the web browser of your choice. You should be presented with a blank page with the words `It works!` in the top-left corner. Otherwise, the installation did not succeeded and you may have to verify whether the 80 TCP port is already used by another application.
In order to start adding your website to the server, you just have to copy its contents within the `htdocs` folder of the Apache installation directory. You can add multiple compiled modules and thus expand the operational spectrum of the core. This HTTP server supports programming language interfaces such as PHP, Perl or Python as well as a plethora of authentication schemes.
Web pages stored on the server are being compressed using an external extension module, the `mod_gzip`, while their protection relies on the `ModSecurity` intrusion detection and prevention system. Apache HTTP Server is fully customizable through its own configuration files or third-party modules.
Being present in most top web server distributions (HTTP, MySQL and PHP), the Apache HTTP Server is highly regarded and utilized by most web developers. Its performances resemble those of expensive high-performance web servers, while the `MultiProcessing Modules` provide the necessary power and configuration maneuverability.
Apache HTTP Server is the starting point for any website. It has been tested throughout by the web developing community and never failed to deliver great results. No matter your web knowledge level, this very flexible server can prove to be the exact thing you look for when searching for a serious solution to your HTTP sever needs.
|
Apache HTTP Server description
|
Here are some key features of "Apache HTTP Server":
· Is a powerful, flexible, HTTP/1.1 compliant web server
· Implements the latest protocols, including HTTP/1.1 (RFC2616)
· Is highly configurable and extensible with third-party modules
· Can be customised by writing 'modules' using the Apache module API
· Provides full source code and comes with an unrestrictive license
· Runs on Windows 2003/XP/2000/NT/9x, Netware 5.x and above, OS/2, and most versions of Unix, as well as several other operating systems
· Is actively being developed
· Rncourages user feedback through new ideas, bug reports and patches
What's New in This Release: [ read full changelog ]
· Reject requests where the request-URI does not match the HTTP specification, preventing unexpected expansion of target URLs in some reverse proxy configurations. [Joe Orton]
· Fix integer overflow in ap_pregsub() which, when the mod_setenvif module is enabled, could allow local users to gain privileges via a .htaccess file. [Stefan Fritsch, Greg Ames]
· Resolve additional cases of URL rewriting with ProxyPassMatch or RewriteRule, where particular request-URIs could result in undesired backend network exposure in some configurations. [Joe Orton]
· mod_log_config: Fix segfault (crash) when the '%{cookiename}C' log format string is in use and a client sends a nameless, valueless cookie, causing a denial of service. The issue existed since version 2.2.17. PR 52256. [Rainer Canavan ]
· Fix scoreboard issue which could allow an unprivileged child process could cause the parent to crash at shutdown rather than terminate cleanly. [Joe Orton]
· Fix an issue in error responses that could expose "...
|
|