XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:itpm.msu.su   - Поискать по всем серверам
На этой странице приведены все страницы сервера itpm.msu.su ,которые мы индексируем. Показаны документы 61 - 80 из 982.

Пред. | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.В конец ]

Упорядочить по: URL  |  дате изменения
61. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content out of the home directory of the user " username ", out of the subdirectory specified by the UserDir directive. Per-user web directories . ... the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/howto/public_html.html -- 10.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/howto/public_html.html -- 10.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/howto/public_html.html -- 10.0 Кб -- 04.02.2005
Похожие документы

62. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Specify character set translation or recoding . ... charset_lite_module . ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... The ImplicitAdd keyword specifies that mod_charset_lite should implicitly insert its filter when the configuration specifies that the character set of content should be translated. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_charset_lite.html -- 13.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_charset_lite.html -- 13.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_charset_lite.html -- 13.5 Кб -- 04.02.2005
Похожие документы

63. Frequently Asked Questions - Apache HTTP Server
... 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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/faq/ -- 4.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/faq/ -- 4.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/faq/ -- 4.5 Кб -- 04.02.2005
Похожие документы

64. mod_auth_dbm - Apache HTTP Server
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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_auth_dbm.html -- 14.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_auth_dbm.html -- 14.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_auth_dbm.html -- 14.9 Кб -- 04.02.2005
Похожие документы

65. Apache Tutorials - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Miscellaneous Documentation . ... This document has not been fully updated to take into account changes made in the 2.0 version of the Apache HTTP Server. ... The following documents give you step-by-step instructions on how to accomplish common tasks with the Apache HTTP server. ... Getting Started with Apache 1.3 (ApacheToday) . ... Apache Authentication Part 1 - Part 2 - Part 3 - Part 4 (ApacheToday) . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
Похожие документы

66. mod_dir - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Provides for "trailing slash" redirects and serving directory index files . ... This is controlled by mod_dir . ... A "trailing slash" redirect is issued when the server receives a request for a URL http://servername/foo/dirname where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/ . ... mod_dir . ... DirectoryIndex will be evaluated only for directories requested with trailing slash. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_dir.html -- 11.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_dir.html -- 11.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_dir.html -- 11.2 Кб -- 04.02.2005
Похожие документы

67. Frequently Asked Questions - Apache HTTP Server
... 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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/faq/all_in_one.html -- 11.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/faq/all_in_one.html -- 11.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/faq/all_in_one.html -- 11.7 Кб -- 04.02.2005
Похожие документы

68. Authentication, Authorization and Access Control - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . ... mod_access . ... The directives discussed in this article will need to go either in your main server configuration file (typically in a <Directory> section), or in per-directory configuration files ( .htaccess files). If you plan to use .htaccess files, you will need to have a server configuration that permits putting authentication directives in these files. ... Here's the basics of password protecting a directory on your server. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/howto/auth.html -- 21.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/howto/auth.html -- 21.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/howto/auth.html -- 21.4 Кб -- 04.02.2005
Похожие документы

69. Documenting Apache 2.0 - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Developer Documentation . ... Apache 2.0 uses Doxygen to document the APIs and global variables in the the code. This will explain the basics of how to document using Doxygen. ... return description . deffunc signature of the function . ... DoxyGen does not have a full parser in it, so any prototype that use a macro in the return type declaration is too complex for scandoc. ... foo/bar/gum" -&gt; "gum" . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/documenting.html -- 5.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/documenting.html -- 5.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/documenting.html -- 5.7 Кб -- 04.02.2005
Похожие документы

70. How filters work in Apache 2.0 - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Developer Documentation . ... Filter Types . ... If you are writing a filter and you want to know if it is resource or protocol, the correct question to ask is: "Can this filter be removed if the request is redirected to a different resource?" ... So, instead of starting from scratch, we simply point the front of the resource filters for the sub-request to the front of the protocol filters for the old request. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/filters.html -- 13.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/filters.html -- 13.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/filters.html -- 13.5 Кб -- 04.02.2005
Похожие документы

71. Debugging Memory Allocation in APR - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Developer Documentation . ... The allocation mechanism's within APR have a number of debugging modes that can be used to assist in finding memory problems. ... Debugging support: Define this to enable code which helps detect re-use of free() d memory and other such nonsense. ... To enable allocation debugging simply move the #define ALLOC_DEBUG above the start of the comments block and rebuild the server. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/debugging.html -- 10.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/debugging.html -- 10.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/debugging.html -- 10.5 Кб -- 04.02.2005
Похожие документы

72. Apache 1.3 API notes - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . ... These are some notes on the Apache API and the data structures you have to deal with, etc. ... Handlers, Modules, and Requests . ... Side notes --- per-server configuration, virtual servers, etc . ... Apache breaks down request handling into a series of steps, more or less the same way the Netscape server API does (although this API has a few more stages than NetSite does, as hooks for stuff I thought might be useful in the future). ... pool *pool; . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/API.html -- 62.8 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/API.html -- 62.8 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/API.html -- 62.8 Кб -- 04.02.2005
Похожие документы

73. Converting Modules from Apache 1.3 to Apache 2.0 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Developer Documentation . ... The new structure is a great deal simpler... module MODULE_VAR_EXPORT module_name _module = { STANDARD20_MODULE_STUFF, /* create per-directory config structures */ /* merge per-directory config structures */ /* create per-server config structures */ /* merge per-server config structures */ /* command handlers */ /* handlers */ /* register hooks */ }; . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/modules.html -- 13.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/modules.html -- 13.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/modules.html -- 13.0 Кб -- 04.02.2005
Похожие документы

74. Filters - Apache HTTP Server
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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/filter.html -- 7.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/filter.html -- 7.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/filter.html -- 7.5 Кб -- 04.02.2005
Похожие документы

75. Support - Frequently Asked Questions - Apache HTTP Server
... 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 . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/faq/support.html -- 8.3 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/faq/support.html -- 8.3 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/faq/support.html -- 8.3 Кб -- 04.02.2005
Похожие документы

76. Error Messages - Frequently Asked Questions - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > FAQ . Available Languages: en | ... This happens most frequently when using network or other non-standard file-system. Symptoms of this problem include the above message in the error log and zero-length responses to non-zero-sized files. ... Most problems with CGI scripts result in this message written in the error log together with an Internal Server Error delivered to the browser. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/faq/error.html -- 5.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/faq/error.html -- 5.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/faq/error.html -- 5.9 Кб -- 04.02.2005
Похожие документы

77. Apache's Handler Use - Apache HTTP Server
... 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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/handler.html -- 10.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/handler.html -- 10.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/handler.html -- 10.4 Кб -- 04.02.2005
Похожие документы

78. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/hooks.html -- 11.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/hooks.html -- 11.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/hooks.html -- 11.9 Кб -- 04.02.2005
Похожие документы

79. Glossar - Apache HTTP Server
... 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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/glossary.html -- 32.0 Кб -- 04.02.2005
Похожие документы

80. The Apache License, Version 2.0 - Apache HTTP Server
... 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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/license.html -- 14.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/license.html -- 14.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/license.html -- 14.7 Кб -- 04.02.2005
Похожие документы

Пред. | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования