Apache Http Server Software



Customizing Apache for Windows

The Apache HTTP Server—known as Apache web server or simply Apache—is considered the standard for general-purpose HTTP activities and services. It offers a wide range of modules to deliver optimum flexibility in support of URL rewriting, proxy servers, and granular access management and control. The Apache HTTP Server Project was founded in 1995 by a group of webmasters, known as The Apache Group, with the aim of developing robust, richly-featured, freely-available and commercial-standard Web (HTTP) server source code. The result was Apache Web Server or Apache HTTP Server, which is an open-source public-domain web server.

Apache http server software download

Apache is configured by the files in the conf subdirectory. These are the same files used to configure the Unix version, but there are a few different directives for Apache on Windows. See the directive index for all the available directives.

The main differences in Apache for Windows are:

  • Because Apache for Windows is multithreaded, it does not use a separate process for each request, as Apache can on Unix. Instead there are usually only two Apache processes running: a parent process, and a child which handles the requests. Within the child process each request is handled by a separate thread.

    The process management directives are also different:

    MaxConnectionsPerChild: Like the Unix directive, this controls how many connections a single child process will serve before exiting. However, unlike on Unix, a replacement process is not instantly available. Use the default MaxConnectionsPerChild 0, unless instructed to change the behavior to overcome a memory leak in third party modules or in-process applications.

    Warning: The server configuration file is reread when a new child process is started. If you have modified httpd.conf, the new child may not start or you may receive unexpected results.

    ThreadsPerChild: This directive is new. It tells the server how many threads it should use. This is the maximum number of connections the server can handle at once, so be sure to set this number high enough for your site if you get a lot of hits. The recommended default is ThreadsPerChild 150, but this must be adjusted to reflect the greatest anticipated number of simultaneous connections to accept.

  • The directives that accept filenames as arguments must use Windows filenames instead of Unix ones. However, because Apache may interpret backslashes as an 'escape character' sequence, you should consistently use forward slashes in path names, not backslashes.

  • While filenames are generally case-insensitive on Windows, URLs are still treated internally as case-sensitive before they are mapped to the filesystem. For example, the <Location>, Alias, and ProxyPass directives all use case-sensitive arguments. For this reason, it is particularly important to use the <Directory> directive when attempting to limit access to content in the filesystem, since this directive applies to any content in a directory, regardless of how it is accessed. If you wish to assure that only lowercase is used in URLs, you can use something like:

  • When running, Apache needs write access only to the logs directory and any configured cache directory tree. Due to the issue of case insensitive and short 8.3 format names, Apache must validate all path names given. This means that each directory which Apache evaluates, from the drive root up to the directory leaf, must have read, list and traverse directory permissions. If Apache2.4 is installed at C:Program Files, then the root directory, Program Files and Apache2.4 must all be visible to Apache.

  • Apache for Windows contains the ability to load modules at runtime, without recompiling the server. If Apache is compiled normally, it will install a number of optional modules in the Apache2.4modules directory. To activate these or other modules, the LoadModule directive must be used. For example, to activate the status module, use the following (in addition to the status-activating directives in access.conf):

    Information on creating loadable modules is also available.

  • Apache can also load ISAPI (Internet Server Application Programming Interface) extensions such as those used by Microsoft IIS and other Windows servers. More information is available. Note that Apache cannot load ISAPI Filters, and ISAPI Handlers with some Microsoft feature extensions will not work.

  • When running CGI scripts, the method Apache uses to find the interpreter for the script is configurable using the ScriptInterpreterSource directive.

  • Since it is often difficult to manage files with names like .htaccess in Windows, you may find it useful to change the name of this per-directory configuration file using the AccessFilename directive.

  • Any errors during Apache startup are logged into the Windows event log when running on Windows NT. This mechanism acts as a backup for those situations where Apache is not yet prepared to use the error.log file. You can review the Windows Application Event Log by using the Event Viewer, e.g. Start - Settings - Control Panel - Administrative Tools - Event Viewer.

  • BS2000 Home
  • EPS Academy
  • Software
  • FUJITSU Server BS2000

A secure system structured to facilitate access to information in the form of hypertext and hypermedia links

HttpsEol/obsolete software apache http server 1.3.x detected
Current version: V2.2 (part of the delivery unit BS2000/OSD-BC V9.0 or later)
APACHE Web server is a porting of the APACHE Software Foundation’s
APACHE httpd 2.2.29 World Wide Web server and also contains security-related patches. APACHE constitutes an secure information system and is structured in such a way as to facilitate ease of access to information in the form of hypertext and hypermedia links.
Access is based on the client/server principle using the HTTP protocol (Hypertext Transfer Protocol). Text information is stored on the APACHE server in the form of HTML (Hypertext Markup Language) files. In addition, any files can also be transferred over the net from the WWW server, CGI (Common Gateway Interface) programs can be started and user inputs processed.
APACHE can also transfer information in encrypted form on the basis of the SSL protocol and so make BS2000 server suitable for sensitive application areas. The SSL support is contained in the standard delivery. The payable product 'interNet Security V1.3 (BS2000)” can drop consequently without replacement and is offered no longer.
In addition to the basic functionality of the web server, APACHE contains support for the scripting languages PHP 5.2.5 and Perl 5.8 and for Java Servlets and Java Server Pages. From the embedded PHP scripting engine, there exist SQL database interfaces to the SESAM/SQL and ORACLE databases. Based on the graphic library GD-lib the graphic formats JPEG and PNG are supported. In addition, APACHE features a WebDAV interface (Web-based document management). This version supports IPv6 (optional, requires “openNet Server” from Version 3.5).
This product includes software developed by the APACHE Software Foundation for use in the APACHE HTTP server project (http://www.apache.org/). For further copyright notes see datasheet (PDF) in the right navigation.
Contact: openInternetServices Team

Data Sheet

Apache Server Windows

Software
  • Data Sheet (PDF)

White paper

Apache Http Server Software
  • White Paper (PDF)

Customer Stories

Apache Http Server Software Documentation

InterNET Services
A collection of internet services supporting the interoperability of communication partners in TCP/IP-based networks
APACHE
The best-in-class web server for BS2000