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

В начало ] Пред. | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | След.В конец ]

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

142. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_cgi.html -- 15.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_cgi.html -- 15.7 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_cgi.html -- 15.7 Кб -- 04.02.2005
Похожие документы

143. worker - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... worker.c . ... Durch die Verwendung von Threads fЭr die Bedienung von Anfragen ist er in der Lage, eine groъe Anzahl von Anfragen mit weniger Systemressourcen als ein Prozess-basierter Server zu bedienen. ... Die wichtigsten Direktiven zur Steuerung des MPMs sind ThreadsPerChild , welche die Anzahl der Threads beeinflusst, die von jedem Kindprozess verwendet werden, und MaxClients , welche die maximale Gesamtzahl an Threads regelt, die gestartet werden kЖnnen. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/worker.html -- 13.6 Кб -- 04.02.2005
Похожие документы

144. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_example.html -- 9.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_example.html -- 9.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_example.html -- 9.0 Кб -- 04.02.2005
Похожие документы

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

146. mod_ssl - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... This module provides SSL v2/v3 and TLS v1 support for the Apache HTTP Server. ... RSA . ... SSL -related variables: HTTPS SSL _CLIENT_M_VERSION SSL _ SERVER _M_VERSION SSL _CLIENT_M_SERIAL SSL _ SERVER _M_SERIAL SSL _PROTOCOL SSL _CLIENT_V_START SSL _ SERVER _V_START SSL _SESSION_ID SSL _CLIENT_V_END SSL _ SERVER _V_END SSL _CIPHER SSL _CLIENT_S_DN SSL _ SERVER _S_DN SSL _CIPHER_EXPORT SSL _CLIENT_S_DN_C SSL _ SERVER _S_DN_C SSL _CIPHER...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_ssl.html -- 95.1 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_ssl.html -- 95.1 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_ssl.html -- 95.1 Кб -- 04.02.2005
Похожие документы

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

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

149. mod_deflate - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . ... The mod_deflate module provides the DEFLATE output filter that allows output from your server to be compressed before being sent to the client over the network. ... AddOutputFilterByType DEFLATE text/html text/plain text/xml . ... The mod_deflate module sends a Vary: Accept-Encoding HTTP response header to alert proxies that a cached response should be sent only to clients that send the appropriate Accept-Encoding request header. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_deflate.html -- 21.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_deflate.html -- 21.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_deflate.html -- 21.2 Кб -- 04.02.2005
Похожие документы

150. mod_dav_fs - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... filesystem provider for mod_dav . ... Extension . ... DavLockDB . ... Location of the DAV lock database . ... The directory containing the lock database file must be writable by the User and Group under which Apache is running. ... In the above example, Apache will create files in the var/ directory under the ServerRoot with the base filename DavLock and extension name chosen by the server. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_dav_fs.html -- 7.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_dav_fs.html -- 7.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_dav_fs.html -- 7.4 Кб -- 04.02.2005
Похожие документы

151. Server and Supporting Programs - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... This page documents all the executable programs included with the Apache HTTP Server. httpd . ... Apache HTTP server control interface . ... Create and update user authentication files in DBM format for basic authentication . ... Create and update user authentication files for digest authentication . ... Create and update user authentication files for basic authentication . ... Switch User For Exec . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/programs/ -- 6.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/programs/ -- 6.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/programs/ -- 6.0 Кб -- 04.02.2005
Похожие документы

152. mod_env - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... Modifies the environment which is passed to CGI scripts and SSI pages . ... This module allows for control of the environment that will be provided to CGI scripts and SSI pages. ... PassEnv env-variable [ env-variable ] .. ... mod_env . Specifies one or more environment variables to pass to CGI scripts and SSI pages from the environment of the shell which invoked the httpd process. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_env.html -- 8.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_env.html -- 8.4 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_env.html -- 8.4 Кб -- 04.02.2005
Похожие документы

153. mod_speling - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... Requests to documents sometimes cannot be served by the core apache server because the request was misspelled or miscapitalized. ... Enables the spelling module . ... CheckSpelling was available as a separately available module for Apache 1.1, but was limited to miscapitalizations. ... Prior to Apache 1.3.2, the CheckSpelling directive was only available in the "server" and "virtual host" contexts. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_speling.html -- 7.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_speling.html -- 7.9 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_speling.html -- 7.9 Кб -- 04.02.2005
Похожие документы

154. Kompilieren und Installieren - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Dieses Dokument umfaъt nur die Kompilierung und Installation des Apache auf Unix und Unix-Дhnlichen Systemen. FЭr die Kompilierung und Installation unter Windows lesen Sie bitte Den Apache unter Microsoft Windows betreiben . ... NN muss durch die Nummer der Unterversion ersetzt werden, und PREFIX durch den Verzeichnispfad, in dem der Server installiert werden soll. ... SelbstverstДndlich kЖnnen Sie den Apache 2.0 auch so generieren und installieren. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/install.html -- 23.4 Кб -- 04.02.2005
Похожие документы

155. mod_disk_cache - Apache HTTP Server
Modules | Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... Description: . Content cache storage manager keyed to URIs . ... Experimental . ... disk_cache_module . ... This module is experimental. Documentation is still under development... mod_disk_cache implements a disk based storage manager. ... If the mod_disk_cache module has been loaded or compiled in to the Apache server, this directive must be defined. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_disk_cache.html -- 23.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_disk_cache.html -- 23.0 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_disk_cache.html -- 23.0 Кб -- 04.02.2005
Похожие документы

156. Apache Tutorial: Introduction to Server Side Includes - Apache HTTP Server
... 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: . ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/howto/ssi.html -- 24.6 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/howto/ssi.html -- 24.6 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/howto/ssi.html -- 24.6 Кб -- 04.02.2005
Похожие документы

157. mod_so - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . ... so_module . Source File: . ... While mod_so still loads modules with ApacheModuleFoo.dll names, the new naming convention is preferred; if you are converting your loadable module for 2.0, please fix the name to this 2.0 convention. ... The second way is to compile the module as a DLL, a shared library that can be loaded into the server at runtime, using the LoadModule directive. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_so.html -- 11.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_so.html -- 11.2 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_so.html -- 11.2 Кб -- 04.02.2005
Похожие документы

158. mod_dumpio - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . Available Languages: en . ... mod_dumpio allows for the logging of all input received by Apache and/or all output sent by Apache to be logged (dumped) to the error.log file. The data logging is done right after SSL decoding (for input) and right before SSL encoding (for output). ... DumpIOInput . DumpIOOutput . ... DumpIOInput is only available in Apache 2.0.53 and later. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_dumpio.html -- 7.3 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_dumpio.html -- 7.3 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_dumpio.html -- 7.3 Кб -- 04.02.2005
Похожие документы

159. mod_echo - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Modules . Available Languages: en | ... A simple echo server to illustrate protocol modules . ... Module Identifier: . echo_module . ... Available in Apache 2.0 and later . This module provides an example protocol module to illustrate the concept. ... ProtocolEcho . ... ProtocolEcho is only available in 2.0 and later. The ProtocolEcho directive enables or disables the echo server. ...
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/de/mod/mod_echo.html -- 5.8 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/en/mod/mod_echo.html -- 5.8 Кб -- 04.02.2005
[ Сохраненная копия ]  Ссылки http://itpm.msu.su/manual/mod/mod_echo.html -- 5.8 Кб -- 04.02.2005
Похожие документы

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

В начало ] Пред. | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | След.В конец ]

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