... Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > How-To / Tutorials . ... Server-side includes provide a means to add dynamic content to existing HTML documents. ... What are SSI? ... SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. ... To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file: . ...
... Apache HTTP Server Version 2.0 . ... If Apache requires DNS resolution to parse the configuration files then your server may be subject to reliability problems (ie. it might not boot), or denial and theft of service attacks (including users able to steal hits from other users). ... In order for Apache to function properly, it absolutely needs to have two pieces of information about each virtual host: the ServerName and at least one IP address that the server will bind and respond to. ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Developer Documentation . ... When using any of the threaded mpms in Apache 2.0 it is important that every function called from Apache be thread safe. ... Casual testing generally won't tell you this either as thread safety problems can lead to subtle race conditons that may only show up in certain conditions under heavy load. ... libsablot.so.0 => /usr/local/lib/libsablot.so.0 (0x401f6000) . ... Yes . ...
Modules | ... Apache HTTP Server Version 2.0 . ... The Apache HTTP Server is a modular program where the administrator can choose the functionality to include in the server by selecting a set of modules. ... Alternatively, modules can be compiled as Dynamic Shared Objects (DSOs) that exist separately from the main httpd binary file. ... Related Modules . ... The DSO support for loading individual Apache modules is based on a module named mod_so which must be statically compiled into the Apache core. ...
... FAQ | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > FAQ . ... The latest version of this FAQ is always available from the main Apache web site, at < http://httpd.apache.org/docs-2.0/faq/ >. Since Apache 2.0 is quite new, we don't yet know what the Frequently Asked Questions will be. ... Support . Error Messages . ... The latest version of the Apache Frequently-Asked Questions list can always be found at the main Apache web site. ...
... FAQ | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . Available Languages: en | ... The latest version of this FAQ is always available from the main Apache web site, at < http://httpd.apache.org/docs-2.0/faq/ >. ... Since Apache 2.0 is quite new, we don't yet know what the Frequently Asked Questions will be. While this section fills up, you should also consult the Apache 1.3 FAQ to see if your question is answered there. ...
... Directives | ... Apache HTTP Server Version 2.0 . ... The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... Related Directives . ... The most basic way to set an environment variable in Apache is using the unconditional SetEnv directive. ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ...
... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation > Version 2.0 . ... Dieses Glossar erlдutert einige gebrдuchliche Fachbegriffe im Zusammenhang mit dem Apache im Speziellen und Web-Diensten im Allgemeinen. ... Eine eindeutige Formel oder ein Satz von Regeln zur Lцsung eines Problems in einer endlichen Anzahl von Schritten. ... Die Module-Magic-Number ist eine Konstante, die im Apache-Quelltext definiert ist und im Zusammenhang mit der Binдrkompatibilitдt von Modulen steht. ...
... Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... Dynamic Content with CGI . The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. ... This document will be an introduction to setting up CGI on your Apache web server, and getting started writing CGI programs. ... See: Server Side Includes (SSI) . ...
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... This document describes the use of filters in Apache. ... A filter is a process that is applied to data that is sent or received by the server. Data sent by clients to the server is processed by input filters while data sent by the server to the client is processed by output filters . ... The following user-selectable filters are currently provided with the Apache HTTP Server distribution. ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > FAQ . ... What to do in case of problems . Whom do I contact for support? ... Check the errorlog! Apache tries to be helpful when it encounters a problem. ... The latest version of the Apache Frequently-Asked Questions list can always be found at the main Apache web site. Check the Apache bug database . Most problems that get reported to The Apache Group are recorded in the bug database . ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > How-To / Tutorials . ... Configuring Apache to permit CGI . Writing a CGI program . ... The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. ... The ScriptAlias directive tells Apache that a particular directory is set aside for CGI programs. ... The output of your CGI program . ...
... Apache HTTP Server Version 2.0 . ... This document describes the use of Apache's Handlers. ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
Modules | Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... Description: . User authentication using MD5 Digest Authentication. ... Experimental . ... auth_digest_module . ... mod_auth_digest.c . This module implements HTTP Digest Authentication. ... Using Digest Authentication . ... The AuthDigestFile directive sets the name of a textual file containing the list of users and encoded passwords for digest authentication. ...
Modules | ... Apache HTTP Server Version 2.0 . ... Provides for user authentication using DBM files . ... This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in DBM type database files. ... Combining Group and Password DBM files: In some cases it is easier to manage a single database which contains both the password and group details for each user. ... This program can be used to create and update DBM format password files for use with this module. ...
... Apache HTTP Server Version 2.0 . ... This document describes the terms that are used to describe each Apache configuration directive . ... If the directive has a default value ( i.e. , if you omit it from your configuration entirely, the Apache Web server will behave as though you set it to a particular value), it is described here. ... This means that the directive may be used in the server configuration files ( e.g. , httpd.conf ), but not within any <VirtualHost> or <Directory> containers. ...
... Apache HTTP Server Version 2.0 . ... Error Log . Access Log . ... Other Log Files . Anyone who can write to the directory where Apache is writing a log file can almost certainly gain access to the uid that the server is started as, which is normally root. ... In addition, log files may contain information supplied directly by the client, without escaping. ... Since it is possible to customize the access log, you can obtain more information about error conditions using that log file. ...
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). ... Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
... Apache HTTP Server Version 2.0 . ... Some hints and tips on security issues in setting up a web server. ... CGI in General . Non Script Aliased CGI . ... Protect Server Files by Default . ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... Using the "exec cmd" element, SSI-enabled files can execute any CGI script or program under the permissions of the user and group Apache runs as, as configured in httpd.conf. ...
... Apache HTTP Server Version 2.0 . ... Unter Windows lДuft der Apache Эblicherweise als Dienst (Windows NT, 2000 und XP) oder als Konsolenanwendung (Windows 9x und ME). ... Beim Bootvorgang starten . ... httpd . ... Wenn die in der Konfigurationsdatei angegebene Listen -Anweisung auf die Voreinstellung von 80 gesetzt ist (oder einen anderen Port unterhalb von 1024), dann mЭssen Sie root-Berechtigung besitzen, um den Apache starten zu kЖnnen. ... Dies zeigt an, dass der Server hochgefahren ist und...