XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:oit.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 3361 - 3380 из 3520.

В начало ] Пред. | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | След.В конец ]

Упорядочить по: URL  |  дате изменения
3361. Apache module mod_alias
This module provides for mapping different parts of the host filesystem in the document tree, and for URL redirection. Status: Base . ... The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. ... The Redirect directives are used to instruct clients to make a new request with a different URL. ... Alias . ... Module: mod_alias . ... That is, if you use Alias /icons/ /usr/local/apache/icons/ then the url /icons will not be aliased. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/mod/mod_alias.html -- 14.2 Кб -- 04.02.2001
Похожие документы

3362. Apache module mod_auth_anon.c
This module allows "anonymous" user access to authenticated areas. ... Source File: mod_auth_anon.c . ... This module 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. ... Anonymous_VerifyEmail The example below (when combined with the Auth directives of a htpasswd-file based (or GDM, mSQL etc. ) base access control system allows users in as 'guests' with the following properties: . ... Default: none . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/mod/mod_auth_anon.html -- 10.7 Кб -- 04.02.2001
Похожие документы

3363. Apache modules
Below is a list of all of the modules that come as part of the Apache distribution. ... Access control based on client hostname or IP address . mod_actions Apache 1.1 and up . ... Sending files which contain their own HTTP headers . ... User authentication using text files . ... User authentication using Berkeley DB files . ... User authentication using DBM files . ... mod_browser Apache 1.2.* only . ... Replaced by mod_setenvif in Apache 1.3 and up . ... Support for HTTP header metafiles . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/mod/ -- 6.6 Кб -- 04.02.2001
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/mod/index.html -- 6.6 Кб -- 04.02.2001
Похожие документы

3364. Apache modules
Below is a list of all of the modules that come as part of the Apache distribution. ... mod_setenvif Apache 1.3 and up . Set environment variables based on client information . mod_unique_id Apache 1.3 and up . ... Determining document types using file extensions . ... mod_rewrite Apache 1.2 and up . ... User authentication using text files . ... User authentication using DBM files . ... User authentication using Berkeley DB files . mod_auth_anon Apache 1.1 and up . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/mod/index-bytype.html -- 7.0 Кб -- 04.02.2001
Похожие документы

3365. Apache module mod_access
... The directives provided by mod_access are used in <Directory> , <Files> , and <Location> sections as well as .htaccess files to control access to particular parts of the server. ... The Allow and Deny directives are used to specify which clients are or are not allowed access to the server, while the Order directive sets the default access state, and configures how the Allow and Deny directives interact with each other. ... The Allow directive affects which hosts can access an area of the server. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/mod/mod_access.html -- 13.0 Кб -- 04.02.2001
Похожие документы

3366. Upgrading to 1.3 from 1.2
In order to assist folks upgrading we are now going to maintain a document describing information critical to existing Apache users. Note that it only lists differences between recent major releases, so for example, folks using Apache 1.1 or earlier will have to figure out what changed up to Apache 1.2 before this document can be considered relevant. Old users could look at the src/CHANGES file which tracks code changes. ... There have been numerous changes to the default config files. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/upgrading_to_1_3.html -- 14.4 Кб -- 04.02.2001
Похожие документы

3367. Compiling Apache for Microsoft Windows
There are many important points before you begin compiling Apache. See Using Apache with Microsoft Windows before you begin. Compiling Apache requires Microsoft Visual C++ 5.0 or 6.0 to be properly installed. ... To install the files into the c:\ServerRoot directory automatically, use one the following nmake commands (see above): . ... The c:\ServerRoot argument to INSTDIR gives the installation directory (it can be omitted if Apache is to be installed into \Apache ). ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/win_compiling.html -- 10.8 Кб -- 04.02.2001
Похожие документы

3368. Running Apache for Windows as a Service
Apache can be run as a service on Windows NT/2000. ... To install the default Apache service named "Apache", run the "Install Apache as Service (NT only)" option from the Start menu. ... As an alternative to using the Services window, you can start and stop the "Apache" service from the command line with NET START APACHE NET STOP APACHE . ... In addition, you can use the native Windows NT/2000 command NET to start and stop Apache services: NET START "service name" NET STOP "service name" . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/win_service.html -- 16.8 Кб -- 04.02.2001
Похожие документы

3369. 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://oit.cmc.msu.ru/manual/suexec.html -- 20.8 Кб -- 04.02.2001
Похожие документы

3370. 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://oit.cmc.msu.ru/manual/suexec_1_2.html -- 7.8 Кб -- 04.02.2001
Похожие документы

3371. The Apache EBCDIC Port
Version 1.3 of the Apache HTTP Server is the first version which includes a port to a (non-ASCII) mainframe machine which uses the EBCDIC character set as its native codeset. ... The port was started initially to . ... set/unset when the request body is received - depending on the content type of the request body (because the request body may contain ASCII text or a binary file) . ... In the case of text files of course, provisions must be made so that EBCDIC documents are always served in ASCII) . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/ebcdic.html -- 14.3 Кб -- 04.02.2001
Похожие документы

3372. Environment Variables in Apache
... Apache uses environment variables in many ways to control operations and to communicate with other programs like CGI scripts. ... mod_setenvif . ... Related Directives . BrowserMatch . ... SetEnvIf . ... The most basic way to set an environment variable in Apache is using the unconditional SetEnv directive. ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/env.html -- 12.1 Кб -- 04.02.2001
Похожие документы

3373. Setting which addresses and ports Apache uses
When Apache starts, it connects to some port and address on the local machine and waits for incoming requests. By default, it listens to all addresses on the machine, and to the port as specified by the Port directive in the server configuration. ... There are two directives used to restrict or specify which addresses and ports Apache listens to. ... Listen can be used to make a single Apache server listen to more than one address and/or port. ... Syntax: Listen [ port | IP-address:port ] . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/bind.html -- 5.7 Кб -- 04.02.2001
Похожие документы

3374. Apache Content Negotiation
... An example map file is: URI: foo URI: foo.en.html Content-type: text/html Content-language: en URI: foo.fr.de.html Content-type: text/html;charset=iso-8859-2 Content-language: fr, de If the variants have different source qualities, that may be indicated by the "qs" parameter to the media type, as in this picture (available as jpeg, gif, or ASCII-art): URI: foo URI: foo.jpeg Content-type: image/jpeg; qs=0.8 URI: foo.gif Content-type: image/gif; qs=0.5 URI: foo.txt Content-type: text/plain; qs=0.01 . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/content-negotiation.html -- 23.1 Кб -- 04.02.2001
Похожие документы

3375. Issues Regarding DNS and Apache
This page could be summarized with the statement: don't require Apache to use DNS for any parsing of the configuration files . ... 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 responds to. ... use IP addresses in Listen . ... In any event it doesn't seem possible to reliably boot a virtual-hosted web server when DNS has failed unless IP addresses are used. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/manual/dns-caveats.html -- 8.9 Кб -- 04.02.2001
Похожие документы

3376. ex
... Преподаватель . дата . ауд. время . Анализ информационных технологий . ... CASE - технологии . Романов В.Ю. 25 января . ... 609 . 18-00 . ... Лапонина О.Р. 29 января . ... Технологии сети Интернет: базовые протоколы и сервисы . Гурьев Д.Е. 2 4 января . ... Технологии мультимедиа" , 20 января,19-00,ауд. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/lectures/ex.htm -- 9.1 Кб -- 17.01.2001
Похожие документы

3377. Вопросы по курсу "Технологии Мультимедия"
Вопросы по курсу "Технологии Мультимедия" . ... Цветовые Законы Грассмана. ... Цветовые координаты YUV и YIQ. Субстрактивные цветовые координаты CMYK. ... Кодирование по Хаффману. ... JPEG. ... Обзор. ... Обзор аудио-потока. ... Rao K.R, J.J. Hwang Techniques and Standards for Image Video and Audio Coding./ ... IS O/IEC 11172 Information technology - Coding of moving pictures and associated audio for digital storage media at up to about 1,5 Mbit/s - Part 1: Systems, Part 2: Video, Part 3 Audio . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/lectures/q_brail_00.htm -- 5.5 Кб -- 09.01.2001
Похожие документы

3378. MySQL Reference Manual for version 3.22.27. - Table of Contents
1 General Information about MySQL . ... 1.2 About this manual . ... 3.2.1 Possible future copyright changes . ... 4.3 Which MySQL version to use . 4.4 How and when updates are released . ... 4.6.1 Linux RPM notes . ... 4.11.5 Linux notes (all Linux versions) . ... 5.3.2 SELECT INTO TABLE . ... 7 MySQL language reference . ... D.1 Changes in release 3.23.x (Released as alpha) . D.1.1 Changes in release 3.23.5 . ... D.3.13 Changes in release 3.21.21a . ... D.3.21 Changes in release 3.21.14b . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/mysql/manual_toc.html -- 54.9 Кб -- 08.01.2001
Похожие документы

3379. Зачет по английскому языку будет приниматься при наличии перевода английского
. Зачет по английскому языку будет приниматься при наличии перевода английского текста (15 страниц) и оригинала .
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/lectures/engl.htm -- 1.6 Кб -- 19.12.2000
Похожие документы

3380. АНАЛИЗ ИНФОРМАЦИОННЫХ ТЕХНОЛОГИЙ (Анализ ИТ)
АНАЛИЗ ИНФОРМАЦИОННЫХ ТЕХНОЛОГИЙ (Анализ ИТ) . ... Методологический базис открытых систем . Основные понятия концепции открытых систем (эталонной модели, окружения открытых систем (OSE), переносимости ИТ-систем, интероперабельности (interoperability), масштабируемости (scability), профиля, международного стандартизованного профиля (ISP), OSE-профиля, OSI-профиля, API-профиля, конформности ИТ-систем спецификациям, таксономии профилей). ... Концепция Глобальной информационной инфраструктуры (GII) . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/lectures/q_suh_00.htm -- 5.8 Кб -- 19.12.2000
Похожие документы

В начало ] Пред. | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | След.В конец ]

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