Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Поиск по:neptun.sai.msu.su   - Поискать по всем серверам
На этой странице приведены все страницы сервера neptun.sai.msu.su ,которые мы индексируем. Показаны документы 121 - 140 из 140.

Пред. | 1 | 2 | 3 | 4 | 5 | 6 | 7

Упорядочить по: URL  |  дате изменения
121. Server-Wide Configuration
This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. ... Process Creation . Network Configuration . ... User . ... A single control process is responsible for launching child processes which listen for connections and serve them when they arrive. ... The User and Group directives are used to set the privileges of the Apache child processes. ... The child process creates multiple threads to serve requests. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/server-wide.html -- 12.1 Кб -- 15.10.2001
Похожие документы

122. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sourcereorg.html -- 12.8 Кб -- 15.10.2001
Похожие документы

123. Stopping and Restarting Apache
This document covers stopping and restarting Apache on Unix and Cygwin only. ... Then the parent itself exits. ... It re-reads its configuration files, and re-opens any log files. ... Note: If your configuration file has errors in it when you issue a restart then your parent will not restart, it will exit with an error. ... The USR1 signal causes the parent process to advise the children to exit after their current request (or to exit immediately if they're not serving anything). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/stopping.html -- 10.1 Кб -- 15.10.2001
Похожие документы

124. 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://neptun.sai.msu.su/manual/suexec_1_2.html -- 8.3 Кб -- 15.10.2001
Похожие документы

125. Compiling Apache under UnixWare
To compile a working copy of Apache under UnixWare, there are several other steps you may need to take. ... Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not defined by Apache autoconfiguration). If using the UnixWare cc compiler, and you still see accept() errors, don't use compiler optimization, or get gcc . SCO patch tf2163 is required in order for Apache to work correctly on UnixWare 2.0.x. See http://www.sco.com for UnixWare patch information. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/unixware.html -- 3.6 Кб -- 15.10.2001
Похожие документы

126. 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://neptun.sai.msu.su/manual/upgrading_to_1_3.html -- 15.6 Кб -- 15.10.2001
Похожие документы

127. Running Apache for Windows as a Service
Apache can be run as a service on Windows NT/2000. ... 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" . ... Windows 95/98 does not support NET START or NET STOP commands so you must use Apache's Service Control options at a command prompt. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/win_service.html -- 19.1 Кб -- 15.10.2001
Похожие документы

128. Apache Keep-Alive Support
The Keep-Alive extension to HTTP, as defined by the HTTP/1.1 draft, allows persistent connections. ... Apache 1.1 comes with Keep-Alive support on by default, however there are some directives you can use to modify Apache's behavior: . Note : Apache 1.2 uses a different syntax for the KeepAlive directive. ... Default: KeepAlive 5 . Context: server config . ... This directive enables Keep-Alive support. ... In order for Keep-Alive support to be used, first the browser must support it. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/keepalive.html -- 5.0 Кб -- 15.10.2001
Похожие документы

129. Using Apache with HP MPE/iX
... If you still have a question or problem, post it to the comp.sys.hp.mpe newsgroup or the associated HP3000-L mailing list , where many Apache users and several contributors are more than willing to answer new and obscure questions about using Apache on MPE/iX. groups.google.com's newsgroup archive offers easy browsing of previous questions. ... MPELX51C - enhances the kill() function so that Apache can use it when the Apache parent UID is different from the Apache children UID (strongly recommended)...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mpeix.html -- 16.4 Кб -- 15.10.2001
Похожие документы

130. Apache Multiple Log Files
It is now possible to specify multiple log files, each with a fully customizable format. ... Multiple log files are implemented as part of the mod_log_config module which as of Apache 1.2 is the default log module. Multiple log files be created with either the TransferLog or CustomLog directive. These directives can be repeated to create more than one log file (in previous releases, only one logfile could be given per server configuration). ... Syntax: CustomLog filename "format" . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/multilogs.html -- 5.8 Кб -- 15.10.2001
Похожие документы

131. 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://neptun.sai.msu.su/manual/bind.html -- 6.4 Кб -- 15.10.2001
Похожие документы

132. Custom error responses
... Allows webmasters to configure the response of Apache to some error or problem. Customizable responses can be defined to be activated in the event of a server detected error or problem. e.g. 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). ... New behavior . ... redirect to a local URL, or . ... Each new variable will have the prefix REDIRECT_ . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/custom-error.html -- 7.4 Кб -- 15.10.2001
Похожие документы

133. Apache's Handler Use
What is a Handler . ... mod_actions . ... 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. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы

134. Starting Apache
Starting Apache on Windows . Starting Apache on Unix . ... If the Port specified in the configuration file is the default of 80 (or any other port below 1024), then it is necessary to have root privileges in order to start Apache, so that it can bind to this privileged port. ... As an alternative to invoking the httpd binary directly, a shell script called apachectl is provided which can be used to control the daemon process with simple commands such as apachectl start and apachectl stop . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/invoking.html -- 6.9 Кб -- 15.10.2001
Похожие документы

135. Test Page for Apache Installation
If you can see this, it means that the installation of the Russian Apache web server software on this system was successful. ... This page is here because the site administrator has changed the configuration of this web server. ... The Apache Software Foundation, which wrote the web server software this site administrator is using, has nothing to do with maintaining this site and cannot help resolve configuration issues. ... You are free to use the image below on an Apache-powered web server. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/ -- 2.4 Кб -- 02.07.2001
Похожие документы

136. Kinematics of galaxies: supplement
We present a catalogue of galaxies for which spatially resolved data on their internal kinematics have been published; there is no apriori restriction regarding their morphological type. The catalogue lists the references to the articles where the data are published, as well as a coded description of these data: observed emission (E) or absorption (A) data, optical (O) or radio (R) data, velocity (V) or velocity dispersion (D), radial profile (1) or 2D field (2). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/~zasov/comcat.htm -- 2.4 Кб -- 15.01.1999
Похожие документы

137. Kinematics of galaxies: catalogue
. Back to A.Zasov's homepage.
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/~zasov/menucat.html -- 1.7 Кб -- 15.01.1999
Похожие документы

138. Please adjuste your link.
. Please update your bookmark. The correct loading will start after 3 seconds. Send mail to zasov@sai.msu.su
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/~zasov/zasov.html -- 1.5 Кб -- 17.03.1998
Похожие документы

139. http://neptun.sai.msu.su/~zasov/articles/art-efr.ltx
documentstyle[12pt]{article} \begin{document} \centerline{\bf {STRUCTURE AND STAR FORMATION}} \centerline{\bf {IN CIRCUMNUCLEAR REGIONS OF SPIRAL GALAXIES}} \bigskip \bigskip \begin{abstract} Photometric and kinematic properties of inner regions of spiral galaxies are considered. It is shown that the fast rotation of nuclear gaseous disks makes them gravitationally stable or marginally unstable. ... Nuclear disks are usually distinguished by high angular velocity of gas. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/~zasov/articles/art-efr.ltx -- 19.9 Кб -- 12.01.1998
Похожие документы

140. http://neptun.sai.msu.su/~zasov/articles/972abs-e.ltx
documentstyle[11pt]{article} \begin{document} SURFACE VRI- PHOTOMETRY AND THE STRUCTURE OF THE "DUSTY" GALAXY NGC 972, by A.V. Zasov, A.C.Moiseev. ... Color distribution in the inner part of the galaxy is very non-homogeneous and asymmetric. ... The map of distribution of $Q_{VRI}$ shows the presence of "blue" (in sence of low $Q_{VRI}$) nucleus and rather "red" inner disk with radius $R\sim 3 kpc$. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/~zasov/articles/972abs-e.ltx -- 2.4 Кб -- 10.01.1998
Похожие документы

Пред. | 1 | 2 | 3 | 4 | 5 | 6 | 7

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