Поиск по:itpm.msu.su -
Поискать по всем серверам
На этой странице приведены все страницы сервера itpm.msu.su ,которые мы индексируем. Показаны документы 201 - 220 из 982.
Упорядочить по:
URL
|
дате изменения
201. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content out of the home directory of the user " username ", out of the subdirectory specified by the UserDir directive. Per-user web directories . ... the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/howto/public_html.html -- 10.0 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/public_html.html -- 10.0 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/public_html.html -- 10.0 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/public_html.html -- 10.0 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/public_html.html -- 10.0 Кб -- 04.02.2005
Похожие документы
202. Glossar - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation > Version 2.0 . ... Dieses Glossar erlдutert einige gebrдuchliche Fachbegriffe im Zusammenhang mit dem Apache im Speziellen und Web-Diensten im Allgemeinen. ... Eine eindeutige Formel oder ein Satz von Regeln zur Lцsung eines Problems in einer endlichen Anzahl von Schritten. ... Die Module-Magic-Number ist eine Konstante, die im Apache-Quelltext definiert ist und im Zusammenhang mit der Binдrkompatibilitдt von Modulen steht. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/glossary.html -- 32.0 Кб -- 04.02.2005
Похожие документы
Похожие документы
203. Filters - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... This document describes the use of filters in Apache. ... A filter is a process that is applied to data that is sent or received by the server. Data sent by clients to the server is processed by input filters while data sent by the server to the client is processed by output filters . ... The following user-selectable filters are currently provided with the Apache HTTP Server distribution. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/filter.html -- 7.5 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/filter.html -- 7.5 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/filter.html -- 7.5 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/filter.html -- 7.5 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/filter.html -- 7.5 Кб -- 04.02.2005
Похожие документы
204. How-To / Tutorials - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... Dynamic Content with CGI . The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. ... This document will be an introduction to setting up CGI on your Apache web server, and getting started writing CGI programs. ... See: Server Side Includes (SSI) . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/howto/ -- 6.6 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/ -- 6.6 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/ -- 6.6 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/ -- 6.6 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/ -- 6.6 Кб -- 04.02.2005
Похожие документы
205. Apache Tutorial: .htaccess files - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > How-To / Tutorials . ... ko .htaccess files provide a way to make configuration changes on a per-directory basis.htaccess files . ... htaccess . ... Putting authentication directives in a <Directory> section, in your main server configuration file, is the preferred way to implement this, and .htaccess files should be used only if you don't have access to the main server configuration file. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/htaccess.html -- 21.1 Кб -- 04.02.2005
Похожие документы
206. Apache Tutorial: Dynamic Content with CGI - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > How-To / Tutorials . ... Configuring Apache to permit CGI . Writing a CGI program . ... The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. ... The ScriptAlias directive tells Apache that a particular directory is set aside for CGI programs. ... The output of your CGI program . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/howto/cgi.html -- 28.3 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/cgi.html -- 28.3 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/cgi.html -- 28.3 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/cgi.html -- 28.3 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/cgi.html -- 28.3 Кб -- 04.02.2005
Похожие документы
207. Authentication, Authorization and Access Control - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . ... mod_access . ... The directives discussed in this article will need to go either in your main server configuration file (typically in a <Directory> section), or in per-directory configuration files ( .htaccess files). If you plan to use .htaccess files, you will need to have a server configuration that permits putting authentication directives in these files. ... Here's the basics of password protecting a directory on your server. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/howto/auth.html -- 21.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/auth.html -- 21.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/auth.html -- 21.4 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/howto/auth.html -- 21.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/howto/auth.html -- 21.4 Кб -- 04.02.2005
Похожие документы
208. leader - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation > Version 2.0 > Module . ... Eine experimentelle Variante des Standard-MPMs worker . ... MPM . ... mpm_leader_module . ... leader.c . ... Weitere Informationen finden Sie unter http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf . Um bei der Erstellung des httpd das MPM leader zu verwenden, fЭgen Sie den Argumenten des configure -Skripts --with-mpm=leader hinzu. ... Lizenziert unter der Apache License, Version 2.0 . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/mod/leader.html -- 8.2 Кб -- 04.02.2005
Похожие документы
Похожие документы
209. Security Tips - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Some hints and tips on security issues in setting up a web server. ... CGI in General . Non Script Aliased CGI . ... Protect Server Files by Default . ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... Using the "exec cmd" element, SSI-enabled files can execute any CGI script or program under the permissions of the user and group Apache runs as, as configured in httpd.conf. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/misc/security_tips.html -- 18.9 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/security_tips.html -- 18.9 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/security_tips.html -- 18.9 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/security_tips.html -- 18.9 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/security_tips.html -- 18.9 Кб -- 04.02.2005
Похожие документы
210. Apache Miscellaneous Documentation - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . Available Languages: en . ... Some of the documents below have not been fully updated to take into account changes made in the 2.0 version of the Apache HTTP Server. ... Describes a solution which uses XSSI and negotiation to custom-tailor the Apache ErrorDocuments to taste, adding the advantage of returning internationalized versions of the error messages depending on the client's language preferences. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/misc/ -- 6.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/ -- 6.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/ -- 6.4 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/ -- 6.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/ -- 6.4 Кб -- 04.02.2005
Похожие документы
211. International Customized Server Error Messages - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... This document has not been fully updated to take into account changes made in the 2.0 version of the Apache HTTP Server. ... This document describes an easy way to provide your Apache HTTP Server with a set of customized error messages which take advantage of Content Negotiation and mod_include to return error messages generated by the server in the client's native language. ... 500 Internal Server Error", . ... a href="mailto:<!--#echo var="SERVER_ADMIN" -->" . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/misc/custom_errordocs.html -- 25.7 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/custom_errordocs.html -- 25.7 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/custom_errordocs.html -- 25.7 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/custom_errordocs.html -- 25.7 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/custom_errordocs.html -- 25.7 Кб -- 04.02.2005
Похожие документы
212. Kompilieren und Installieren - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Dieses Dokument umfaъt nur die Kompilierung und Installation des Apache auf Unix und Unix-Дhnlichen Systemen. FЭr die Kompilierung und Installation unter Windows lesen Sie bitte Den Apache unter Microsoft Windows betreiben . ... NN muss durch die Nummer der Unterversion ersetzt werden, und PREFIX durch den Verzeichnispfad, in dem der Server installiert werden soll. ... SelbstverstДndlich kЖnnen Sie den Apache 2.0 auch so generieren und installieren. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/install.html -- 23.4 Кб -- 04.02.2005
Похожие документы
Похожие документы
213. Log Files - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Error Log . Access Log . ... Other Log Files . Anyone who can write to the directory where Apache is writing a log file can almost certainly gain access to the uid that the server is started as, which is normally root. ... In addition, log files may contain information supplied directly by the client, without escaping. ... Since it is possible to customize the access log, you can obtain more information about error conditions using that log file. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/logs.html -- 32.2 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/logs.html -- 32.2 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/logs.html -- 32.2 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/logs.html -- 32.2 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/logs.html -- 32.2 Кб -- 04.02.2005
Похожие документы
214. The Apache License, Version 2.0 - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 . ... Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). ... Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/license.html -- 14.7 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/license.html -- 14.7 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/license.html -- 14.7 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/license.html -- 14.7 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/license.html -- 14.7 Кб -- 04.02.2005
Похожие документы
215. Apache starten - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... Unter Windows lДuft der Apache Эblicherweise als Dienst (Windows NT, 2000 und XP) oder als Konsolenanwendung (Windows 9x und ME). ... Beim Bootvorgang starten . ... httpd . ... Wenn die in der Konfigurationsdatei angegebene Listen -Anweisung auf die Voreinstellung von 80 gesetzt ist (oder einen anderen Port unterhalb von 1024), dann mЭssen Sie root-Berechtigung besitzen, um den Apache starten zu kЖnnen. ... Dies zeigt an, dass der Server hochgefahren ist und...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/invoking.html -- 12.2 Кб -- 04.02.2005
Похожие документы
Похожие документы
216. beos - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation > Version 2.0 > Module . ... beos.c . ... Es benutzt einen einzelnen Steuerprozess welcher Threads fЭr die Bedienung der Anfragen erzeugt. ... Die maximale Anzahl von Anfragen, die ein einzelner Thread wДhrend seiner Lebensdauer bedient. ... Die Direktive MaxRequestsPerThread legt die Anzahl der Anfragen fest, die ein einzelner Server-Thread bedient. Nach Erreichen der angegebenen Anzahl von Anfragen wird der Thread beendet. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/mod/beos.html -- 8.3 Кб -- 04.02.2005
Похожие документы
Похожие документы
217. Verzeichnis der Direktiven - Apache HTTP Server
Module | Direktiven | ... Glossar | ... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation > Version 2.0 > Module . ... Hier sind alle Apache-Direktiven aufgefЭhrt, die in der Standard-Apache-Distribution verfЭgbar sind. ... Ein Glossar erlДutert die in der Beschreibung verwendeten Begriffe. Auъerdem existiert eine Kurzreferenz der Direktiven , welche zu jeder Direktive eine Zusammenfassung der Details enthДlt. ... Lizenziert unter der Apache License, Version 2.0 . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/mod/directives.html -- 29.3 Кб -- 04.02.2005
Похожие документы
Похожие документы
218. Modul-Index - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP-Server > Dokumentation > Version 2.0 . ... StДndig verfЭgbare Kernfunktionen des Apache HTTP Servers . ... Multi-Processing Module allowing for daemon processes serving requests to be assigned a variety of different userids . ... Provides access control based on client hostname, IP address, or other characteristics of the client request. mod_actions . This module provides for executing CGI scripts based on media type or request method. mod_alias . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/mod/ -- 14.4 Кб -- 04.02.2005
Похожие документы
Похожие документы
219. Apache Tutorials - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > Miscellaneous Documentation . ... This document has not been fully updated to take into account changes made in the 2.0 version of the Apache HTTP Server. ... The following documents give you step-by-step instructions on how to accomplish common tasks with the Apache HTTP server. ... Getting Started with Apache 1.3 (ApacheToday) . ... Apache Authentication Part 1 - Part 2 - Part 3 - Part 4 (ApacheToday) . ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
Похожие документы
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/en/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
[ Сохраненная копия ] Ссылки http://itpm.msu.su/manual/misc/tutorials.html -- 11.4 Кб -- 04.02.2005
Похожие документы
220. worker - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... worker.c . ... Durch die Verwendung von Threads fЭr die Bedienung von Anfragen ist er in der Lage, eine groъe Anzahl von Anfragen mit weniger Systemressourcen als ein Prozess-basierter Server zu bedienen. ... Die wichtigsten Direktiven zur Steuerung des MPMs sind ThreadsPerChild , welche die Anzahl der Threads beeinflusst, die von jedem Kindprozess verwendet werden, und MaxClients , welche die maximale Gesamtzahl an Threads regelt, die gestartet werden kЖnnen. ...
[
Сохраненная копия
]
Ссылки http://itpm.msu.su/manual/de/mod/worker.html -- 13.6 Кб -- 04.02.2005
Похожие документы
Похожие документы