github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/apache_2_2_34/manual/upgrading.html.de (about) 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de"><head> 4 <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" /> 5 <!-- 6 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 7 This file is generated from xml source: DO NOT EDIT 8 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 9 --> 10 <title>Upgrade von 2.0 auf 2.2 - Apache HTTP Server Version 2.2</title> 11 <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> 12 <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> 13 <link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="./style/css/prettify.css" /> 14 <script src="./style/scripts/prettify.min.js" type="text/javascript"> 15 </script> 16 17 <link href="./images/favicon.ico" rel="shortcut icon" /><link href="http://httpd.apache.org/docs/current/upgrading.html" rel="canonical" /></head> 18 <body id="manual-page"><div id="page-header"> 19 <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p> 20 <p class="apache">Apache HTTP Server Version 2.2</p> 21 <img alt="" src="./images/feather.gif" /></div> 22 <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> 23 <div id="path"> 24 <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs/">Dokumentation</a> > <a href="./">Version 2.2</a></div><div id="page-content"><div class="retired"><h4>Please note</h4> 25 <p> This document refers to a legacy release (<strong>2.2</strong>) of Apache httpd. The active release (<strong>2.4</strong>) is documented <a href="http://httpd.apache.org/docs/current">here</a>. If you have not already upgraded, please follow <a href="http://httpd.apache.org/docs/current/upgrading.html">this link</a> for more information.</p> 26 <p>You may follow <a href="http://httpd.apache.org/docs/current/upgrading.html">this link</a> to go to the current version of this document.</p></div><div id="preamble"><h1>Upgrade von 2.0 auf 2.2</h1> 27 <div class="toplang"> 28 <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch"> de </a> | 29 <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English"> en </a> | 30 <a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | 31 <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> 32 </div> 33 <div class="outofdate">Diese Übersetzung ist möglicherweise 34 nicht mehr aktuell. Bitte prüfen Sie die englische Version auf 35 die neuesten Änderungen.</div> 36 37 <p>Dieses Dokument dient der Unterstützung beim Upgrade. Es 38 enthält die entscheidenden Informationen für bisherige 39 Apache-Nutzer. Diese sind als kurze Anmerkungen 40 gedacht. Weitere Informationen finden Sie entweder unter 41 <a href="new_features_2_2.html">Neue Funktionen</a> oder in 42 den <code>src/CHANGES</code>-Dateien.</p> 43 44 <p>Dieses Dokument beschreibt lediglich die Änderungen von Version 45 2.2 gegenüber Version 2.0. Wenn Sie ein Upgrade von Version 1.3 46 durchführen, sollten Sie auch <a href="http://httpd.apache.org/docs/2.0/upgrading.html">Upgrade von 1.3 47 auf 2.0</a> zu Rate ziehen.</p> 48 </div> 49 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#compile-time">Änderungen der Konfiguration bei der Kompilierung</a></li> 50 <li><img alt="" src="./images/down.gif" /> <a href="#run-time">Änderungen der Laufzeit-Konfiguration</a></li> 51 <li><img alt="" src="./images/down.gif" /> <a href="#misc">Sonstige Änderungen</a></li> 52 <li><img alt="" src="./images/down.gif" /> <a href="#third-party">Module von Drittanbietern</a></li> 53 </ul><h3>Siehe auch</h3><ul class="seealso"><li><a href="new_features_2_0.html">Übersicht der neuen Funktionen 54 in Apache 2.0</a></li></ul><ul class="seealso"><li><a href="#comments_section">Kommentare</a></li></ul></div> 55 <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> 56 <div class="section"> 57 <h2><a name="compile-time" id="compile-time">Änderungen der Konfiguration bei der Kompilierung</a></h2> 58 59 <ul> 60 <li>Die APR 1.0 API ist erforderlich.</li> 61 <li>Die mitgelieferte PCRE hat nun die Version 5.0.</li> 62 <li>mod_imap wurde in <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code> umbenannt.</li> 63 <li>mod_auth wurde aufgeteilt in <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code> und 64 <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code></li> 65 <li>mod_access wurde umbenannt in <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code></li> 66 <li>mod_auth_ldap wurde umbenannt in 67 <code class="module"><a href="./mod/mod_authz_ldap.html">mod_authz_ldap</a></code></li> 68 </ul> 69 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> 70 <div class="section"> 71 <h2><a name="run-time" id="run-time">Änderungen der Laufzeit-Konfiguration</a></h2> 72 73 74 <ul> 75 <li>Die mit dem Apache HTTP Server ausgelieferte Konfigurationsdatei 76 <code>httpd.conf</code> wurde stark vereinfacht, indem alle außer 77 den unbedingt notwendigen Konfigurationseinstellungen entfernt wurden. 78 Im <code>conf/extra/</code>-Verzeichnis Ihrer Installation finden Sie 79 eine Reihe von Konfigurationsbeispielen für erweiterte Funktionen. 80 </li> 81 82 <li>Die <code class="program"><a href="./programs/apachectl.html">apachectl</a></code>-Option <code>startssl</code> gibt es 83 nicht mehr. Um SSL-Unterstützung zu aktivieren müssen Sie die 84 <code>httpd.conf</code> editieren und die entsprechenden 85 <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code>-Anweisungen einfügen und 86 anschließend den Server mit <code>apachectl start</code> starten. 87 Eine Beispielkonfiguration zum Aktivieren von <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> 88 ist in <code>conf/extra/httpd-ssl.conf</code> enthalten. 89 </li> 90 91 <li>Die Voreinstellung von <code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code> ist jetzt <code>Off</code>. 92 Wenn diese Anweisung nicht in Ihrer Konfigurationsdatei enthalten ist, 93 können Sie <code>UseCanonicalName On</code> einfügen, um das 94 bisherige Verhalten beizubehalten. 95 </li> 96 97 <li>Das Modul <code class="module"><a href="./mod/mod_userdir.html">mod_userdir</a></code> reagiert nicht länger auf 98 Anfragen, solange nicht in der Konfigurationsdatei eine <code class="directive"><a href="./mod/mod_userdir.html#userdir">UserDir</a></code>-Anweisung enthalten ist, die 99 einen Verzeichnisnamen angibt. Fügen Sie Ihrer Konfigurationsdatei 100 die Anweisung <code>UserDir public_html</code> hinzu, um das 101 bisherige Verhalten wiederherzustellen. 102 </li> 103 </ul> 104 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> 105 <div class="section"> 106 <h2><a name="misc" id="misc">Sonstige Änderungen</a></h2> 107 108 109 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> 110 <div class="section"> 111 <h2><a name="third-party" id="third-party">Module von Drittanbietern</a></h2> 112 113 114 </div></div> 115 <div class="bottomlang"> 116 <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch"> de </a> | 117 <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English"> en </a> | 118 <a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | 119 <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> 120 </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div> 121 <script type="text/javascript"><!--//--><![CDATA[//><!-- 122 var comments_shortname = 'httpd'; 123 var comments_identifier = 'http://httpd.apache.org/docs/2.2/upgrading.html'; 124 (function(w, d) { 125 if (w.location.hostname.toLowerCase() == "httpd.apache.org") { 126 d.write('<div id="comments_thread"><\/div>'); 127 var s = d.createElement('script'); 128 s.type = 'text/javascript'; 129 s.async = true; 130 s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; 131 (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); 132 } 133 else { 134 d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); 135 } 136 })(window, document); 137 //--><!]]></script></div><div id="footer"> 138 <p class="apache">Copyright 2017 The Apache Software Foundation.<br />Lizenziert unter der <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 139 <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- 140 if (typeof(prettyPrint) !== 'undefined') { 141 prettyPrint(); 142 } 143 //--><!]]></script> 144 </body></html>