Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 214786 (172 сайтов) ---- Время поиска: 0.63сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/ztcs/manual/de/misc/security_tips.html.

1. Apache HTTP Server: Security Tips
... Server Side Includes . ... Protect Server Files by Default . Some hints and tips on security issues in setting up a web server. ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... If the logs directory is writeable (by a non-root user), someone could replace a log file with a symlink to some other system file, and then root might overwrite that file with arbitrary data. ... Accessing http://localhost/~root/ . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/security_tips.html -- 12.2 Кб -- 01.08.2003
Похожие документы

2. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... 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://www.sao.ru/tb/manual/en/mod/mod_cgi.html -- 15.6 Кб -- 10.12.2010
Похожие документы

3. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: Dav On . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: DavLockDB /usr/local/apache2/var/DavLock . ... Use the Dav directive to enable the WebDAV HTTP methods for the given container: <Location /foo> Dav On </Location> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_dav.html -- 18.2 Кб -- 19.11.2015
Похожие документы

4. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

5. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы

6. VLBI Wiki | PmWiki / PmWiki Installation
... PmWiki . ... Cookbook (addons) . ... The files in this directory include: . ... PmWiki will then analyze your system configuration and provide instructions (if needed) for creating the wiki.d/ directory which will be used to hold the pages created for your site. ... Use this method when "safe mode" is activated in the servers PHP installation. 3b. On some systems you can let PmWiki create wiki.d/ by temporarily changing the permissions on the directory containing the pmwiki.php file to 2777. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Installation -- 19.2 Кб -- 12.04.2016
Похожие документы

7. File Transfer
... This section describes how to copy a file between two VMS systems using the COPY command, and between a VMS system and another computer using FTP or Kermit. Remote file access may be made on either the file or record level, but only file level access is discussed here. To access a file, you use normal VMS commands, such as COPY or TYPE , but you specify the file name differently. ... It is also possible to automate your file transfers using scripts in conjunction with the Kermit TAKE command. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_55.html -- 7.1 Кб -- 01.11.1995
Похожие документы

8. CIMA Software Components
CIMA is more than just the observing tool - in fact, the observing tool is just a part of a bigger package called the CIMA software package. ... There is also a another package called the CIMA WAPP software which contains the WAPP software, the special Tcl/Tk interpreter used by CIMA and support libraries. ... All CIMA software components recognize the following general options that are part of the CIMA version selection system: . ... The select_cima script can be used to set up a default version. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_software.html -- 8.3 Кб -- 01.03.2012
Похожие документы

9. Examples of displaying access permissions
To display the permissions on a single file: ls -l file1 -rw-r--r-- 2 unixjohn doc 3287 Apr 8 12:10 file1 . ... To display the permissions on the contents of a directory: ls -l prototype . ... To display the permissions on each file and directory in your current directory : ls -l -rw------- 1 erpl08 iss 4307 Jun 17 10:00 FAQ.xdh drwx------ 2 erpl08 iss 1024 Jun 17 10:00 SCCS -rw------- 1 erpl08 iss 15119 Jun 17 10:00 commands.xdh -rw------- 1 erpl08 iss 266 Jun 17 10:00 concepts.xdh . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/next.html -- 3.4 Кб -- 17.01.1997
Похожие документы

10. Simon's Software - howto 1-3
a. Decide on the root directory where your software is going to go.... [/home/friday] , for example. b. In your .cshrc file, define . setenv OSROOT /home/friday . ... Holder for object libraries . ... Holder for shared source code (f77 include files) . ... Collect the appropriate tar files from Simon's Software Store . ... build - extract fortran from the source library, compile source, pack object code into object libary . ... clean - remove source and object files from library folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_install_f.html -- 4.7 Кб -- 02.06.2003
Похожие документы

11. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>15755) - crydee.sai.msu.ru/ )

12. Examples
... If you set SAS_CCF to be the absolute path to the CIF, then the latter can be used from any other directory. cifbuild -withccfpath=yes -ccfpath=/path/to/ccfstore . ... As in 3 , but the observation date is taken from the active ODF, but the CIF is built as if the analysis was being performed on March 19, 2000. cifbuild -calindexset=ccf.cif -category=SCISIMCCF -ccfpath=/path/to/ccfstore/ -withccfpath=yes . cifbuild -calindexset=ccf.cif -withccfpath=yes -ccfpath=/path/to/ccfstore/ -append=yes . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/cifbuild/node9.html -- 8.3 Кб -- 28.06.2006
Похожие документы

13. Documentation: Backup of DFO and QC machines
home . ... The information on this page applies to the following DFO operational machines: . ... Home directories for the operational instrument accounts (as well as other important home directories such as quality, flowmgr etc) are served to the DFO Blade nodes and the QC cluster nodes via NFS from hrs01 . ... Since 2008-10-07 , the entire /ots directory structure (i.e. including these two vital home directory systems) is backed up to the Backup Server bu2 using the ONANU.backup script . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/docu/DFO_Blade_Backup.html -- 7.8 Кб -- 08.10.2008
Похожие документы

14. Monitoring Options
... Statistic files are managed using file generation sets and scripts in the ./scripts directory of this distribution. ... Each valid update appends a line of the following form to the current element of a file generation set named peerstats : . ... This keyword allows the (otherwise constant) filegen filename prefix to be modified for file generation sets, which is useful for handling statistics logs. filegen name [ file filename ] [ type typename ] [ flag flagval ] [ link | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/monopt.html -- 9.3 Кб -- 21.12.2007
Похожие документы

15. eincdrom
Next: Example - Creating a Up: Access to CD-ROM FITS Previous: Access to CD-ROM FITS . ... Listing the parameters gives the following: ei lpar eincdpar (ipcevt1 = ipcevt1$ ) Einstein ipc event cd 1 directory (ipcevt2 = ipcevt2$ ) Einstein ipc event cd 2 directory (ipcevt3 = ipcevt3$ ) Einstein ipc event cd 3 directory (ipcevt4 = ipcevt4$ ) Einstein ipc event cd 4 directory (hrievt1 = hrievt1$ ) Einstein hri ... It replaces the tasks fits_get and qp_get . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node35.html -- 8.4 Кб -- 01.10.2012
Похожие документы

16. TUI:Scripts:Scripting Tutorial:Basics
... Start TUI (if it is not already running) and load your script using Open... in the Scripts menu. A new script window should appear; press "Start" to run your script. This causes the status bar to show "Hello" for 1 second, after which your script ends and the status bar shows "Done". ... However, TUI will catch this problem the next time you call an sr.wait... function, at which point TUI will kill your script, print a message to the status bar and print details to the error log . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/Basics.html -- 2.8 Кб -- 05.09.2014
Похожие документы

17. Automatic Mirroring of the IRAF FTP and WWW Archives
Next: The ROSAT RESULTS ARCHIVE: Tools and Methods . ... IRAF Group, NOAO, PO Box 26732, Tucson, AZ 85726 . ... Large FTP archives have long used mirrors (copies of the network archive maintained on remote hosts) to decrease the load on a particular server or shorten the network path to provide faster download times. Little has been done however to simplify mirroring of WWW (World Wide Web) pages, although many projects and users now rely on Web pages at least as heavily as anonymous FTP services. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/fitzpatrickm.html -- 14.1 Кб -- 23.06.1998
Похожие документы

18. WWW-access and JAVA output
... Following the world tendence of the telecomunication development we prepared the WWW homepage of the CATS (http://www.ratan.sao.ru or http://cats.sao.ru), producing all operations permitted in usual scripts. ... Concerning JAVA, the platform independent language, we suppose to use JAVA sripts both in preparion of flexible forms and in generation of the CATS graphics, including curves of energy distributions (e.g. radio spectra) and statitiscics curves of the CATS search. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/Publications/Eng/html/adbis97/node5.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/Publications/Eng/html/adbis97/node5.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/Publications/Eng/html/adbis97/node5.html -- 3.8 Кб -- 02.10.2012
Похожие документы

19. Software Develpment: ST-ECF IRAF Package
Software Development: ST-ECF IRAF Package : Installation instructions . ST-ECF quit 2) Create a directory to contain the STECF external package files. ... 3) Log in as IRAF and edit the extern.pkg file in the hlib directory to define the package to the CL. From the IRAF account, outside the CL, you can move to this directory with the command: % cd $hlib Define the environment variable stecf to be the pathname to the stecf root directory. ... Maintained by Richard Hook Richard.Hook@eso.org ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/install.html -- 8.9 Кб -- 06.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>279) - www.stecf.org/ )

20. http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html
... The files in this directory are for installing the latest version 3.0.0 of AstroImageJ on Linux, Windows, and Mac operating systems. ... If you have Java already installed on your system (32-bit or 64-bit), download the following version of AstroImageJ that does not include Java embedded in installation. ... To install AstroImageJ on a 64-bit Windows machine, install the following file which includes the Java 7 64-bit runtime environment ( jre ). ... Run AIJ by double-clicking AstroImageJ.exe. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_windows.html -- 55.1 Кб -- 07.12.2014
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

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