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

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

Упорядочить по: URL  |  дате изменения
21. 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
Похожие документы

22. 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
Похожие документы

23. 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
Похожие документы

24. 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
Похожие документы

25. 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
Похожие документы

26. Apache HTTP Server Version 2.0 Documentation - Apache HTTP Server
Modules | Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation . ... New features with Apache 2.0 . Upgrading to 2.0 from 1.3 . Apache License . ... Run-time Configuration Directives . Directive Quick-Reference . ... Multi-Processing Modules (MPMs) . ... Server and Supporting Programs . ... Configuration Files . ... Log Files . ... Server-Wide Configuration . ... Server Side Includes (SSI) . ... Licensed under the Apache License, Version 2.0 . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/ -- 8.1 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/ -- 8.1 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/fr/ -- 8.1 Кб -- 04.02.2005
Похожие документы

27. 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
Похожие документы

28. Dokumentation zum Apache HTTP Server Version 2.0 - Apache HTTP Server
... Direktiven | FAQ | ... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation . ... Neue Funktionen in Version 2.0 . Upgrade auf Version 2.0 . Apache-Lizenz . Kompilieren und Installieren . ... Stoppen und Neustarten . ... Kurzreferenz der Direktiven . ... Server und Hilfsprogramme . ... Authentisierung, Autorisierung und Zugriffskontrolle . ... Server Side Includes (SSI) . ... HДufig gestellte Fragen (FAQ) . ... Lizenziert unter der Apache License, Version 2.0 . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/ -- 8.2 Кб -- 04.02.2005
Похожие документы

29. Issues Regarding DNS and Apache - Apache HTTP Server
... 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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/dns-caveats.html -- 13.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/dns-caveats.html -- 13.5 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/dns-caveats.html -- 13.5 Кб -- 04.02.2005
Похожие документы

30. Apache 2.0 Thread Safety Issues - Apache HTTP Server
... 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 . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/thread_safety.html -- 16.6 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/thread_safety.html -- 16.6 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/thread_safety.html -- 16.6 Кб -- 04.02.2005
Похожие документы

31. Request Processing in Apache 2.0 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Developer Documentation . ... Several changes in Apache 2.0 affect the internal request processing mechanics. ... If a module doesn't pass generated requests through this code, the author is cautioned that the module may be broken by future changes to request processing. ... After the core, or a module calls ap_process_request_internal() it then calls ap_invoke_handler() to generate the request. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/request.html -- 15.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/request.html -- 15.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/request.html -- 15.2 Кб -- 04.02.2005
Похожие документы

32. Custom Error Responses - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Additional functionality allows webmasters to configure the response of Apache to some error or problem. ... If a script crashes and produces a "500 Server Error" response, then this response can be replaced with either some friendlier text or by a redirection to another URL (local or external). ... Custom Error Responses and Redirects . ... In addition to these new variables, Apache will define REDIRECT_URL and REDIRECT_STATUS to help the script trace its origin...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/custom-error.html -- 10.6 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/custom-error.html -- 10.6 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/custom-error.html -- 10.6 Кб -- 04.02.2005
Похожие документы

33. Dynamic Shared Object (DSO) Support - Apache HTTP Server
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. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/dso.html -- 18.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/dso.html -- 18.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/dso.html -- 18.0 Кб -- 04.02.2005
Похожие документы

34. Content Negotiation - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Available Languages: en | ... Apache supports content negotiation as described in the HTTP/1.1 specification. ... Apache supports 'server driven' content negotiation, as defined in the HTTP/1.1 specification. ... If multiple representations are available, the resource is referred to as negotiable and each of its representations is termed a variant . ... In order to negotiate a resource, the server needs to be given information about each of the variants. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/content-negotiation.html -- 31.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/content-negotiation.html -- 31.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/content-negotiation.html -- 31.9 Кб -- 04.02.2005
Похожие документы

35. Apache Tutorial: .htaccess files - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > How-To / Tutorials . ... ko .htaccess files provide a way to make configuration changes on a per-directory basis.htaccess files . ... htaccess . ... Putting authentication directives in a <Directory> section, in your main server configuration file, is the preferred way to implement this, and .htaccess files should be used only if you don't have access to the main server configuration file. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
Похожие документы

36. Configuration Files - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . ... This document describes the files used to configure the Apache HTTP server. ... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/configuring.html -- 13.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/configuring.html -- 13.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/es/configuring.html -- 13.4 Кб -- 04.02.2005
Похожие документы

37. Developer Documentation for Apache 2.0 - Apache HTTP Server
Modules | Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... Many of the documents on these Developer pages are lifted from Apache 1.3's documentation. ... Apache 2.0 Hook Functions . ... Converting Modules from Apache 1.3 to Apache 2.0 . ... Documenting Apache 2.0 . ... Integrating a module into the Apache build system . ... Some notes on Apache module development by Ryan Bloom . ... Licensed under the Apache License, Version 2.0 . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/developer/ -- 5.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/developer/ -- 5.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/developer/ -- 5.7 Кб -- 04.02.2005
Похожие документы

38. 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
Похожие документы

39. 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
Похожие документы

40. Binding - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... Configuring Apache to listen on specific addresses and ports. ... When Apache starts, it binds to some port and address on the local machine and waits for incoming requests. ... If you want Apache to handle IPv4 and IPv6 connections with a minimum of sockets, which requires using IPv4-mapped IPv6 addresses, specify the --enable-v4-mapped configure option and use generic Listen directives like the following: . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/bind.html -- 11.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/bind.html -- 11.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/bind.html -- 11.0 Кб -- 04.02.2005
Похожие документы

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

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