Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 441 - 460 из 1170.
Упорядочить по:
URL
|
дате изменения
441. Footnotes
... This interface, which marshals parameters much faster than the DII, is now used by default. You can revert to the old style of marshalling that makes use of the DII with the IDL compiler command line option -use-dii (see section 4.5 for details). ... Note that using the DII or SII has no impact on the implementation of the application itself...this . ... Note that the CORBA 2 specification only gives you some vague idea of object persistence but omits any implementation details. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/mico/doc/footnode.html -- 7.8 Кб -- 07.06.1999
Похожие документы
Похожие документы
442. Apache Virtual Host documentation
The term Virtual Host refers to the practice of maintaining more than one server on one machine, as differentiated by their apparent hostname. ... Apache was one of the first servers to support IP-based virtual hosts right out of the box. ... Below is a list of documentation pages which explain all details of virtual host support in Apache version 1.3 and later. IP-based Virtual Hosts . ... Folks trying to debug their virtual host configuration may find the Apache -S command line switch useful. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/ -- 3.6 Кб -- 23.03.1999
[ Сохраненная копия ] Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/index.html -- 3.6 Кб -- 23.03.1999
Похожие документы
[ Сохраненная копия ] Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/index.html -- 3.6 Кб -- 23.03.1999
Похожие документы
443. An In-Depth Discussion of Virtual Host Matching
The virtual host code was completely rewritten in Apache 1.3 . ... VirtualHost 111.22.33.55> </VirtualHost> | ... A _default_ vhost catches a request only if there is no other vhost with a matching IP address and a matching port number for the request. ... A _default_ vhost or the main_server is never matched for a request with an unknown or missing Host: header field if the client connected to an address (and port) which is used for name-based vhosts, e.g. , in a NameVirtualHost directive. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/details.html -- 17.0 Кб -- 23.03.1999
Похожие документы
Похожие документы
444. VirtualHost Examples
... Setup 1: The server machine has two IP addresses ( 111.22.33.44 and 111.22.33.55 ) which resolve to the names server.domain.tld and www.otherdomain.tld respectively. ... Port 80 DocumentRoot /www/domain ServerName www.domain.tld <VirtualHost 111.22.33.55> DocumentRoot /www/otherdomain ServerName www.otherdomain.tld .. ... Port 80 Listen 111.22.33.44:80 Listen 111.22.33.55:8080 ServerName server.domain.tld <VirtualHost 111.22.33.44:80> DocumentRoot /www/domain ServerName www.domain.tld .. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/examples.html -- 16.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
445. Apache Server Virtual Host Support
When using a large number of Virtual Hosts, Apache may run out of available file descriptors (sometimes called file handles if each Virtual Host specifies different log files. ... Unix operating systems limit the number of file descriptors that may be used by a process; the limit is typically 64, and may usually be increased up to a large hard-limit. ... If you system falls into 1 or 2 (above), then increase the file descriptor limit before starting Apache, using a script like #!/bin/sh . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/fd-limits.html -- 3.2 Кб -- 23.03.1999
Похожие документы
Похожие документы
446. Apache IP-based Virtual Host Support
See also: Name-based Virtual Hosts Support . As the term IP-based indicates, the server must have a different IP address for each IP-based virtual host . ... There are two ways of configuring apache to support multiple hosts. Either by running a separate httpd daemon for each hostname, or by running a single daemon which supports all the virtual hosts. ... In this case you would need two daemons, each running with different User , Group , Listen , and ServerRoot settings. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/ip-based.html -- 6.7 Кб -- 23.03.1999
Похожие документы
Похожие документы
447. Dynamically configured mass virtual hosting
... The techniques described here are of interest if your httpd.conf contains hundreds of VirtualHost sections that are substantially the same, for example: NameVirtualHost 111.22.33.44 VirtualHost 111.22.33.44 ServerName www .customer-1.com DocumentRoot / www /hosts/ www .customer-1.com/docs ScriptAlias / cgi-bin / / www /hosts/ www .customer-1.com/ cgi-bin / VirtualHost VirtualHost 111.22.33.44 ServerName ... It uses a single cgi-bin directory instead of one per virtual host. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/mass.html -- 12.5 Кб -- 23.03.1999
Похожие документы
Похожие документы
448. Apache name-based Virtual Hosts
See Also: IP-based Virtual Host Support . While the approach with IP-based virtual hosts works very well, it is not the most elegant solution, because a dedicated IP address is needed for every virtual host and it is hard to implement on some machines. ... The benefits of using the new name-based virtual host support is a practically unlimited number of servers, ease of configuration and use, and requires no additional hardware or software. ... For example: ServerAlias domain.tld *.domain.tld . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/vhosts/name-based.html -- 7.5 Кб -- 23.03.1999
Похожие документы
Похожие документы
449. Running a High-Performance Web Server on HPUX
... For HP-UX 9.X: Upgrade to 10.20 . For HP-UX 10.[ 00|01|10]: Upgrade to 10.20 . ... This will allow you to configure the size of the TCP connection lookup hash table. ... If folks are running Apache on a PA-8000 based system, they should consider "chatr'ing" the Apache executable to have a large page size. ... The change can be validated by running Glance and examining the memory regions of the server(s) to make sure that they show a non-trivial fraction of the text segment being locked. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/perf-hp.html -- 4.9 Кб -- 23.03.1999
Похожие документы
Похожие документы
450. Apache Performance Notes
... Unfortunately many folks overlook these facts and cite raw performance numbers as if they are some indication of the quality of a web server product. ... Some of it applies to Apache on NT. ... You can, and should, control the MaxClients setting so that your server does not spawn so many children it starts swapping. ... As of Apache 1.3, the code will relax the one-per-second rule. ... Apache's model includes multiple children, and all the idle ones test for new connections at the same time. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/perf-tuning.html -- 39.1 Кб -- 23.03.1999
Похожие документы
Похожие документы
451. Hints on Running a High-Performance Web Server
Running Apache on a heavily loaded web server, one often encounters problems related to the machine and OS configuration. ... Quick and detailed performance tuning hints for BSD-derived systems. DIGITAL UNIX Tuning Parameters for Web Servers . ... Depending on the syntactic form of the TZ environment variable, these systems have several different algorithms to determine the local time zone (presumably compatible with something). ... If you have tips to contribute, send mail to apache@apache.org . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/perf.html -- 6.7 Кб -- 23.03.1999
Похожие документы
Похожие документы
452. Apache HTTP Server: Security Tips
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. ... For example, if you choose to place ServerRoot in /usr/local/apache then it is suggested that you create that directory as root, with commands like these: mkdir /usr/local/apache cd /usr/local/apache mkdir bin conf logs chown 0 . ... Allow from all . ... Accessing http://localhost/~root/ . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/security_tips.html -- 8.6 Кб -- 23.03.1999
Похожие документы
Похожие документы
453. Configuring Multiple IP Addresses
... The question is, how to get a machine with one network interface to respond to more than one IP addresses. ... changes (most likely only in the includes). ---------------------netinet/if_vif.h-------------------------------------- typedef struct { struct ifnet vif_if; struct ifnet *vif_sif; /* slave interface */ int vif_flags; } vif_softc_t; #define VIFMTU (1024+512) --------------------------------------------------------------------------- ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/vif-info.html -- 12.5 Кб -- 23.03.1999
Похожие документы
Похожие документы
454. MS Windows Netscape 3.0b4 KeepAlive problem solved
Date: Mon, 1 Jul 1996 16:03:06 -0700 (PDT) From: Alexei Kosut <akosut@organic.com> To: Apache Group Subject: Re: keepalive and windoze Good news and good news (of a sort).. I was able to snag a Windows 95 machine here at Organic, and tried out some things: 1) On Netscape 3.0b4, I was able to reproduce the bug, each and every time. ... Alexei Kosut <akosut@organic.com> The Apache HTTP Server http://www.nueva.pvt.k12.ca.us/~akosut/ http://www.apache.org/ . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/windoz_keepalive.html -- 3.0 Кб -- 23.03.1999
Похожие документы
Похожие документы
455. Apache HTTP Server Project
... For brevity, Navigator will refer to Netscape's Navigator product (which in later versions was renamed "Communicator" and various other names), and MSIE will refer to Microsoft's Internet Explorer product. ... Apache as of version 1.2 is an HTTP/1.1 server (with an optional HTTP/1.0 proxy). ... All versions of Navigator from 2.0 through 4.0b2 (and possibly later) have a problem if the trailing CRLF of the response header starts at offset 256, 257 or 258 of the response. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/known_client_problems.html -- 14.0 Кб -- 23.03.1999
Похожие документы
Похожие документы
456. Why We Took PEM Out of Apache
On May 17th, 1995, we were asked by a representative of NCSA to remove any copies of NCSA httpd prior to 1.4.1 from our web site. ... There was no encryption in NCSA's httpd, only hooks to publicly available libraries of PEM code. ... Because Apache is based on NCSA code, and we had basically not touched that part of the software, we were informed that Apache was also illegal to distribute to foreign countries, and advised (not mandated) by NCSA to remove it. ... EFF Crypto/Privacy/Security Archive . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/nopgp.html -- 4.4 Кб -- 23.03.1999
Похожие документы
Похожие документы
457. Running a High-Performance Web Server for BSD
... After the edit, recompile the kernel and recompile the Apache server then reboot. ... Addendum for very heavily loaded BSD servers . ... If you're running a really busy BSD Apache server, the following are useful things to do if the system is acting sluggish: . ... Here are some BSD kernel config parameters (actually BSDI, but pertinent to FreeBSD and other 4.4-lite derivatives) from a system getting heavy usage. ... Rebuilding the FreeBSD kernel on an AMD-133 (486-class CPU) web-server with . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/perf-bsd44.html -- 8.8 Кб -- 23.03.1999
Похожие документы
Похожие документы
458. Performance Tuning Tips for Digital Unix
Below is a set of newsgroup posts made by an engineer from DEC in response to queries about how to modify DEC's Digital Unix OS for more heavily loaded web sites. ... Our experience (running such Web servers as altavista.digital.com and www.digital.com ) is that there is one important kernel tuning knob to adjust in order to get good performance on V3.2C. You need to patch the kernel global variable "somaxconn" (use dbx -k to do this) from its default value of 8 to something much larger. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/perf-dec.html -- 13.7 Кб -- 23.03.1999
Похожие документы
Похожие документы
459. Apache Miscellaneous Documentation
Below is a list of additional documentation pages that apply to the Apache web server development project. ... Description of Apache's Application Programming Interface. ... Reading Client Input in Apache 1.2 . Describes differences between Apache 1.1 and 1.2 in how modules read information from the client. ... Notes about Apache's compatibility with the NCSA server. ... Performance Notes (BSD 4.4) . Some notes about ways to improve/optimize Apache performance on BSD 4.4 systems. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/ -- 5.6 Кб -- 23.03.1999
Похожие документы
Похожие документы
460. Connections in FIN_WAIT_2 and Apache
Starting with the Apache 1.2 betas, people are reporting many more connections in the FIN_WAIT_2 state (as reported by netstat ) than they saw using older versions. When the server closes a TCP connection, it sends a packet with the FIN bit sent to the client, which then responds with a packet with the ACK bit set. ... Some users have observed no FIN_WAIT_2 problems with Apache 1.1.x, but with 1.2b enough connections build up in the FIN_WAIT_2 state to crash their server. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/apache/misc/fin_wait_2.html -- 16.3 Кб -- 23.03.1999
Похожие документы
Похожие документы