Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 461 - 480 из 1170.
Упорядочить по:
URL
|
дате изменения
461. Apache HOWTO documentation
... redirect an entire server or directory to a single URL . ... stop/restrict robots . proxy SSL requests through your non-SSL server . There are two chief ways to redirect all requests for an entire server to a single location: one which requires the use of mod_rewrite , and another which uses a CGI script. First: if all you need to do is migrate a server from one name to another, simply use the Redirect directive, as supplied by mod_alias : Redirect / http://www.apache.org/ . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/howto.html -- 8.6 Кб -- 23.03.1999
Похожие документы
Похожие документы
462. Apache API notes
These are some notes on the Apache API and the data structures you have to deal with, etc. ... See the TODO file for what might be coming). ... Handlers, Modules, and Requests . ... A final note on the declared types of the arguments of some of these commands: a pool is a pointer to a resource pool structure; these are used by the server to keep track of the memory which has been allocated, files opened, etc. , either to service a particular request, or to handle the process of configuring itself. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/API.html -- 49.4 Кб -- 23.03.1999
Похожие документы
Похожие документы
463. Apache Server Frequently Asked Questions
... The latest version of this FAQ is always available from the main Apache web site, at < http://www.apache.org/docs/misc/FAQ.html >. ... The errorlog says Apache dumped core, but where's the dump file? ... The default location of the error log is /usr/local/apache/logs/error_log , but see the ErrorLog directive in your config files for the location on your server. ... The latest version of the Apache Frequently-Asked Questions list can always be found at the main Apache web site. ... No user file? . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/FAQ.html -- 94.0 Кб -- 23.03.1999
Похожие документы
Похожие документы
464. Reading Client Input in Apache 1.2
Apache 1.1 and earlier let modules handle POST and PUT requests by themselves. The module would, on its own, determine whether the request had an entity, how many bytes it was, and then called a function ( read_client_block ) to get the data. ... This step also sends a 100 Continue response to HTTP/1.1 clients, so should not be called until the module is *definitely* ready to read content. (otherwise, the point of the 100 response is defeated). ... Finally, call ap_get_client_block in a loop. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/client_block_api.html -- 4.4 Кб -- 23.03.1999
Похожие документы
Похожие документы
465. Apache HTTP Server: Notes about Compatibility with NCSA's Server
While Apache is for the most part a drop-in replacement for NCSA's httpd, there are a couple gotcha's to watch out for. These are mostly due to the fact that the parser for config and access control files was rewritten from scratch, so certain liberties the earlier servers took may not be available here. ... If you follow the NCSA guidelines for setting up access restrictions based on client domain, you may well have added entries for, AuthType, AuthName, AuthUserFile or AuthGroupFile . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/compat_notes.html -- 6.0 Кб -- 23.03.1999
Похожие документы
Похожие документы
466. International Customized Server Error Messages
... Naming the individual error document files . ... Creating ErrorDocuments in different languages . ... Customizing Proxy Error Messages . ... This document describes an easy way to provide your apache WWW server with a set of customized error messages which take advantage of Content Negotiation and eXtended Server Side Includes (XSSI) to return error messages generated by the server in the client's native language. ... For demonstration purposes, we present a simple generic error document scheme. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/custom_errordocs.html -- 20.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
467. Descriptors and Apache
A descriptor , also commonly called a file handle is an object that a program uses to read or write an open file, or open network socket, or a variety of other devices. ... The operating system enforces a limit on the number of descriptors that a program can have open at a time. ... The second limit is called the hard resource limit, and it is sometimes set by root in an obscure operating system file, but frequently is the same as the kernel limit. ... BSDI 2.0 . ... FreeBSD 2.2, BSDI 2.1+ . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/descriptors.html -- 8.2 Кб -- 23.03.1999
Похожие документы
Похожие документы
468. Apache module mod_unique_id
This module provides a magic token for each request which is guaranteed to be unique across "all" requests under very specific conditions. The unique identifier is even unique across multiple machines in a properly configured cluster of machines. ... On Unix machines, Apache creates several children, the children process requests one at a time. ... To distinguish time we will use a Unix timestamp (seconds since January 1, 1970 UTC), and a 16-bit counter. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_unique_id.html -- 9.7 Кб -- 23.03.1999
Похожие документы
Похожие документы
469. Apache module mod_userdir
This module is contained in the mod_userdir.c file, and is compiled in by default. ... Module: mod_userdir . ... A request for http :// www.foo.com /~ bob / one / two.html will be translated to: UserDir public_html - ~ bob /public_html/ one / two.html UserDir /usr/web - /usr/web/ bob / one / two.html UserDir /home/*/www - /home/ bob /www/ one / two.html The following directives will send redirects to the client: UserDir http :// www.foo.com /users - http :// www.foo.com /users/ ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_userdir.html -- 5.2 Кб -- 23.03.1999
Похожие документы
Похожие документы
470. Apache module mod_usertrack
Previous releases of Apache have included a module which generates a 'clickstream' log of user activity on a site using cookies. This was called the "cookies" module, mod_cookies. In Apache 1.2 and later this module has been renamed the "user tracking" module, mod_usertrack. ... For example: CustomLog logs/clickstream "%{cookie}n %r %t" For backward compatibility the configurable log module implements the old CookieLog directive, but this should be upgraded to the above CustomLog directive. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_usertrack.html -- 6.6 Кб -- 23.03.1999
Похожие документы
Похожие документы
471. Apache module mod_log_config
This module is contained in the mod_log_config.c file, and is compiled in by default in Apache 1.2. mod_log_config replaces mod_log_common in Apache 1.2. ... It provides for logging of the requests made to the server, using the Common Log Format or a user-specified format. Three directives are provided by this module: TransferLog to create a log file, LogFormat to set a custom format, and CustomLog to define a log file and format in one go. ... Custom formats are set with LogFormat and CustomLog . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_log_config.html -- 16.5 Кб -- 23.03.1999
Похожие документы
Похожие документы
472. Apache module mod_log_referer
... It provides for logging of the documents which reference documents on the server. ... Module: mod_log_referer . The RefererIgnore directive adds to the list of strings to ignore in Referer headers. ... Security: if a program is used, then it will be run under the user who started httpd. ... Security: See the security tips document for details on why your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the server. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_log_referer.html -- 5.0 Кб -- 23.03.1999
Похожие документы
Похожие документы
473. Apache module mod_mime
This module is contained in the mod_mime.c file, and is compiled in by default. ... The directives AddEncoding , AddHandler , AddLanguage and AddType are all used to map file extensions onto the meta-information for that file. ... See also : Files with multiple extensions . ... For example, if you had a directory you wanted to be parsed entirely as imagemap rule files, regardless of extension, you might put the following into an .htaccess file in that directory: SetHandler imap-file . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_mime.html -- 18.5 Кб -- 23.03.1999
Похожие документы
Похожие документы
474. Apache module mod_mime_magic
This module is contained in the mod_mime_magic.c file, and is an optional extension to the Apache HTTPD server. ... To use mod_mime_magic you have to enable the following line in the server build Configuration file: AddModule modules/standard/mod_mime_magic.o This should be listed before mod_mime in the build Configuration file so that it will be used after mod_mime. mod_mime_magic is intended as a "second line of defense" for cases mod_mime cannot resolve. ... machine-order 16-bit integer . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_mime_magic.html -- 11.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
475. Apache module mod_mmap_static
This module is contained in the mod_mmap_static.c file, with Apache 1.3 and later. ... To use mod_mmap_static you have to enable the following line in the server build Configuration file: AddModule modules/experimental/mod_mmap_static.o . ... You can easily create a broken site using this module, read this document carefully. mod_mmap_static maps a list of statically configured files (via MMapFile directives in the main server configuration) into memory through the system call mmap() . ... MMapFile . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_mmap_static.html -- 6.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
476. Apache module mod_negotiation
This module is contained in the mod_negotiation.c file, and is compiled in by default. ... A type map (a file with the handler type-map ) which explicitly lists the files containing the variants. ... It contains document descriptions separated by blank lines, with lines beginning with a hash character ('#') treated as comments. ... The encoding of the file. Apache only recognizes encodings that are defined by an AddEncoding directive. ... Content-Language: . ... Module: mod_negotiation . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_negotiation.html -- 8.3 Кб -- 23.03.1999
Похожие документы
Похожие документы
477. Apache module mod_proxy
This module is contained in the mod_proxy.c file for Apache 1.1.x, or the modules/proxy subdirectory for Apache 1.2, and is not compiled in by default. It provides for an HTTP 1.0 caching proxy server. ... This module was experimental in Apache 1.1.x. As of Apache 1.2, mod_proxy stability is greatly improved. ... Context: server config, virtual host . ... Module: mod_proxy . ... HTTP, HTTPS, and FTP document requests to matched words, hosts or domains are blocked by the proxy server. ... Domain . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_proxy.html -- 39.4 Кб -- 23.03.1999
Похожие документы
Похожие документы
478. Apache module mod_rewrite
This module is contained in the mod_rewrite.c file, with Apache 1.2 and later. ... To use mod_rewrite you have to enable the following line in the server build Configuration file: AddModule modules/standard/mod_rewrite.o . ... The URL manipulations can depend on various tests, for instance server variables, environment variables, HTTP headers, time stamps and even external database lookups in various formats can be used to achieve a really granular URL matching. ... Apache URL Rewriting Guide . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_rewrite.html -- 68.8 Кб -- 23.03.1999
Похожие документы
Похожие документы
479. Apache module mod_setenvif
This module is contained in the mod_setenvif.c file, and is compiled in by default. It provides for the ability to set environment variables based upon attributes of the request. The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... Module: mod_setenvif . Compatibility: Apache 1.2 and above (in Apache 1.2 this directive was found in the now-obsolete mod_browser module) . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_setenvif.html -- 11.4 Кб -- 23.03.1999
Похожие документы
Похожие документы
480. Apache module mod_so
This module is contained in the mod_so.c file. It is compiled in by default on Windows and is not compiled in by default on Unix. ... On Unix, the loaded code typically comes from shared object files (usually with .so extension), whilst on Windows this module loads DLL files. This module is only available in Apache 1.3 and up. ... On Windows, mod_dll was used in beta release 1.3b1 through 1.3b5. mod_so combines these two modules into a single module for all operating systems. ... LoadModule . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/mod/mod_so.html -- 6.8 Кб -- 23.03.1999
Похожие документы
Похожие документы