Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 501 - 520 из 1170.
Упорядочить по:
URL
|
дате изменения
501. Apache module mod_dir
This module is contained in the mod_dir.c file, and is compiled in by default. It provides for "trailing slash" redirects and serving directory index files. ... A file written by the user, typically called index.html . The DirectoryIndex directive sets the name of this file. This is controlled by mod_dir . ... Example: DirectoryIndex index.html then a request for http://myserver/docs/ would return http://myserver/docs/index.html if it exists, or would list the directory if it did not. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_dir.html -- 4.6 Кб -- 23.03.1999
Похожие документы
Похожие документы
502. Apache module mod_dld
This module is obsolete. ... This module is contained in the mod_dld.c file, and is not compiled in by default. It provides for loading of executable code and modules into the server at start-up time, using the GNU dld library. ... Note: that DLD needs to read the symbol table out of the server binary when starting up; these commands will fail if the server can't find its own binary when it starts up, or if that binary is stripped. ... Module: mod_dld . ... Syntax: LoadModule module filename . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_dld.html -- 4.6 Кб -- 23.03.1999
Похожие документы
Похожие документы
503. Apache module mod_auth_db
This module is contained in the mod_auth_db.c file, and is not compiled in by default. It provides for user authentication using Berkeley DB files. ... It is only available in Apache 1.1 and later. ... You can use either mod_auth_dbm or mod_auth_db. ... The AuthDBGroupFile directive sets the name of a DB file containing the list of user groups for user authentication. ... The AuthDBUserFile directive sets the name of a DB file containing the list of users and passwords for user authentication. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_auth_db.html -- 9.3 Кб -- 23.03.1999
Похожие документы
Похожие документы
504. Apache modules
Below is a list of all of the modules that come as part of the Apache distribution. ... User authentication using text files. mod_auth_anon . ... User authentication using Berkeley DB files. mod_auth_dbm . User authentication using DBM files. mod_autoindex . ... Replaced by mod_setenvif in Apache 1.3 and up . ... Logging of User Agents. mod_log_common up to Apache 1.1.1 . ... Replaced by the mod_log_config module in Apache 1.2 and up . ... User home directories. mod_unique_id Apache 1.3 and up . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/ -- 5.9 Кб -- 23.03.1999
[ Сохраненная копия ] Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/index.html -- 5.9 Кб -- 23.03.1999
Похожие документы
[ Сохраненная копия ] Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/index.html -- 5.9 Кб -- 23.03.1999
Похожие документы
505. Definitions of terms used to describe Apache directives
Each Apache configuration directive is described using a common format that looks like this: . Syntax: directive-name some args . ... Context: context-list . ... 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. ... A directive marked as being valid in this context may be used inside <Directory> containers in the server configuration files.htaccess . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/directive-dict.html -- 9.2 Кб -- 23.03.1999
Похожие документы
Похожие документы
506. Apache directives
Each Apache directive available in the standard Apache distribution is listed here. They are described using a consistent format, and there is a dictionary of the terms used in their descriptions available. AccessConfig . AccessFileName . Action . AddAlt . AddAltByEncoding . ... AuthDBMGroupFile . ... CookieLog (mod_cookies) . CookieLog (mod_log_config) . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/directives.html -- 12.8 Кб -- 23.03.1999
Похожие документы
Похожие документы
507. Apache module mod_access
This module is contained in the mod_access.c file, and is compiled in by default. ... allow from env= . deny . ... Syntax: allow from host host .. ... Module: mod_access . The allow directive affects which hosts can access a given directory. ... Example: BrowserMatch ^BadRobot/0.9 go_away <Directory /docroot> order allow,deny allow from all deny from env=go_away </Directory> In this case browsers with the user-agent string BadRobot/0.9 will be denied access, and all others will be allowed. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_access.html -- 9.5 Кб -- 23.03.1999
Похожие документы
Похожие документы
508. Module mod_actions
This module is contained in the mod_actions.c file, and is compiled in by default. It provides for executing CGI scripts based on media type or request method. ... This module lets you run CGI scripts whenever a file of a certain type is requested. ... Syntax: Action action-type cgi-script . ... Syntax: Script method cgi-script . ... This directive adds an action, which will activate cgi-script when a file is requested using the method of method , which can be one of GET , POST , PUT or DELETE . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_actions.html -- 4.7 Кб -- 23.03.1999
Похожие документы
Похожие документы
509. Apache module mod_alias
... Syntax: Alias url-path directory-filename . Context: server config, virtual host . ... Module: mod_alias . The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot . ... Note that if you include a trailing / on the url-path then the server will require a trailing / in order to expand the alias. That is, if you use Alias /icons/ /usr/local/apache/icons/ then the url /icons will not be aliased. ... Syntax: Redirect [ status ] url-path url . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_alias.html -- 13.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
510. Apache module mod_asis
This module is contained in the mod_asis.c file, and is compiled in by default. It provides for .asis files. Any document with mime type httpd/send-as-is will be processed by this module. To allow file types to be defined such that Apache sends them without adding HTTP headers. ... In the server configuration file, define a new mime type called httpd/send-as-is e.g. AddType httpd/send-as-is asis this defines the .asis file extension as being of the new httpd/send-as-is mime type. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_asis.html -- 3.6 Кб -- 23.03.1999
Похожие документы
Похожие документы
511. Apache module mod_auth
This module is contained in the mod_auth.c file, and is compiled in by default. It provides for user authentication using textual files. AuthGroupFile . AuthUserFile . AuthAuthoritative . ... Module: mod_auth . ... Setting the AuthAuthoritative directive explicitly to 'off' allows for both authentication and authorization to be passed on to lower level modules (as defined in the Configuration and modules.c files) if there is no userID or rule matching the supplied userID. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_auth.html -- 7.9 Кб -- 23.03.1999
Похожие документы
Похожие документы
512. Apache module mod_auth_anon.c
This module is contained in the mod_auth_anon.c file and is not compiled in by default. It is only available in Apache 1.1 and later. It allows "anonymous" user access to authenticated areas. It does access control in a manner similar to anonymous-ftp sites; i.e. have a 'magic' user id 'anonymous' and the email address as a password. ... This would allow the user to enter without password verification by using the userId's 'anonymous', 'AnonyMous','Not Registered' and 'I Don't Know'. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_auth_anon.html -- 12.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
513. Apache Core Features
These configuration parameters control the core Apache features, and are always available. ... Context: server config, virtual host . ... This feature can be disabled using: AccessConfig /dev/null Historically, this file only contained <Directory> sections; in fact it can now contain any server directive allowed in the server config context. ... The default is in the ServerRoot directory, however since this should not be writable by the user the server runs as, core dumps won't normally get written. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/core.html -- 115.3 Кб -- 23.03.1999
Похожие документы
Похожие документы
514. New features with Apache 1.3
New features with this release, as extensions of the Apache functionality. ... Modules | ... Apache modules may now be loaded at runtime; this means that modules can be loaded into the server process space only when necessary, thus overall memory usage by Apache will be significantly reduced. ... The main difference for Apache users is that the "Module" lines in Configuration have been replaced with "AddModule" with a slightly different syntax. ... Directory> parsing speedups. ... Include directive . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/new_features_1_3.html -- 33.9 Кб -- 23.03.1999
Похожие документы
Похожие документы
515. The Apache TPF Port
Configuration Files | Auto Generated Files | ... Porting Notes ] . This version of Apache includes changes allowing it to run on IBM's EBCDIC-based TPF (Transaction Processing Facility) operating system. ... The distributed configuration files (httpd.conf-dist and mime.types, both located in the conf subdirectory) work on TPF with only a couple of operating system specific changes to httpd.conf: . ServerType needs to be "inetd" since TPF does not yet support "standalone" mode. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/readme-tpf.html -- 7.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
516. How Directory, Location and Files sections work
The sections <Directory> , <Location> and <Files> can contain directives which only apply to specified directories, URLs or files respectively. Also htaccess files can be used inside a directory to apply directives to that directory. ... The order of merging is: . ... If multiple <Directory> sections apply to the same directory they they are processed in the configuration file order. ... Using the options in question is only possible inside a <Directory> section (or a .htaccess file). ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/sections.html -- 6.3 Кб -- 23.03.1999
Похожие документы
Похожие документы
517. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/sourcereorg.html -- 11.9 Кб -- 23.03.1999
Похожие документы
Похожие документы
518. Stopping and Restarting Apache
This document covers stopping and restarting Apache on Unix only. ... Then the parent itself exits. Any requests in progress are terminated, and no further requests are served. ... The USR1 signal causes the parent process to advise the children to exit after their current request (or to exit immediately if they're not serving anything). ... The status module will also use a G to indicate those children which are still serving requests started before the graceful restart was given. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/stopping.html -- 9.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
519. Apache suEXEC Support
... Using suEXEC . ... The suEXEC feature -- introduced in Apache 1.2 -- provides Apache users the ability to run CGI and SSI programs under user IDs different from the user ID of the calling web-server. ... By doing so, you may better understand what exactly is going on inside suEXEC and what precautions are taken to ensure your system's security. suEXEC is based on a setuid "wrapper" program that is called by the main Apache web server. ... Is the target user/group the same as the program's user/group...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/suexec.html -- 20.9 Кб -- 23.03.1999
Похожие документы
Похожие документы
520. Apache suEXEC Support
... From the top-level of the Apache source tree, type: cd support [ENTER] . ... From support/suexec.h /* * HTTPD_USER -- Define as the username under which Apache normally * runs. ... See the suEXEC documentation for more detailed * information. */ #define USERDIR_SUFFIX "public_html" /* * LOG_EXEC -- Define this as a filename if you want all suEXEC * transactions and errors logged for auditing and * debugging purposes. */ #define LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/suexec_1_2.html -- 7.8 Кб -- 23.03.1999
Похожие документы
Похожие документы