Browsing German translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and German guidelines.
3241 of 4899 results
32.
Apache2 ships with a virtual-host-friendly default configuration. That is, it is configured with a single default virtual host (using the <emphasis>VirtualHost</emphasis> directive) which can be modified or used as-is if you have a single site, or used as a template for additional virtual hosts if you have multiple sites. If left alone, the default virtual host will serve as your default site, or the site users will see if the URL they enter does not match the <emphasis>ServerName</emphasis> directive of any of your custom sites. To modify the default virtual host, edit the file <filename>/etc/apache2/sites-available/000-default.conf</filename>.
(no translation yet)
Located in serverguide/C/web-servers.xml:177(para)
33.
The directives set for a virtual host only apply to that particular virtual host. If a directive is set server-wide and not defined within the virtual host settings, the default setting is used. For example, you can define a Webmaster email address and not define individual email addresses for each virtual host.
Direktiven, die für einen bestimmten virtuellen Host gesetzt werden, gelten auch nur für diesen entsprechenden virtuellen Host. Wenn eine Direktive für den gesamten Webserver gilt und nicht in den Einstellungen des virtuellen Hosts explizit gesetzt ist, wird sie als Standardeinstellung benutzt. So können Sie z.B. eine E-Mail-Adresse des Verantwortlichen der Website in der Standardeinstellung für den gesamten Webserver festlegen und nicht für jeden virtuellen Host einzeln.
Translated and reviewed by Phillip Sz
Located in serverguide/C/web-servers.xml:190(para)
34.
If you wish to configure a new virtual host or site, copy that file into the same directory with a name you choose. For example:
Wenn Sie einen neuen virtuellen Host oder eine neue Website einrichten wollen, kopieren Sie die Datei in den gleichen Ordner und wählen Sie einen geeigneten Namen. Zum Beispiel:
Translated by Joachim Altmann
Reviewed by Phillip Sz
Located in serverguide/C/web-servers.xml:198(para)
35.
sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/mynewsite.conf
sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/mynewsite.conf
Translated by Torsten Franz
Reviewed by Phillip Sz
Located in serverguide/C/web-servers.xml:204(command)
36.
Edit the new file to configure the new site using some of the directives described below.
Zur Konfiguration der neuen Website ändern Sie einige der folgenden Direktiven.
Translated by Joachim Altmann
Reviewed by Phillip Sz
Located in serverguide/C/web-servers.xml:207(para)
37.
The <emphasis>ServerAdmin</emphasis> directive specifies the email address to be advertised for the server's administrator. The default value is webmaster@localhost. This should be changed to an email address that is delivered to you (if you are the server's administrator). If your website has a problem, Apache2 will display an error message containing this email address to report the problem to. Find this directive in your site's configuration file in /etc/apache2/sites-available.
Die <emphasis>ServerAdmin</emphasis>-Direktive legt fest, welche E-Mail-Adresse als Adresse des Server-Administrators angegeben wird. Der vorgegebene Wert ist webmaster@localhost. Dieser Wert sollte in eine E-Mail-Adresse geändert werden, über die man Sie erreichen kann (falls Sie der Administrator des Servers sind). Falls auf Ihrer Website ein Problem auftritt, wird ein Fehlerhinweis mit dieser E-Mail-Adresse angezeigt, um das Problem zu melden. Sie finden diese Direktive in der Konfigurationsdatei <filename>/etc/apache2/sites-available</filename>.
Translated by Joachim Altmann
Reviewed by Phillip Sz
Located in serverguide/C/web-servers.xml:214(para)
38.
The <emphasis>Listen</emphasis> directive specifies the port, and optionally the IP address, Apache2 should listen on. If the IP address is not specified, Apache2 will listen on all IP addresses assigned to the machine it runs on. The default value for the Listen directive is 80. Change this to 127.0.0.1:80 to cause Apache2 to listen only on your loopback interface so that it will not be available to the Internet, to (for example) 81 to change the port that it listens on, or leave it as is for normal operation. This directive can be found and changed in its own file, <filename>/etc/apache2/ports.conf</filename>
Die <emphasis>Listen</emphasis>-Direktive legt den Eingangs-Port und optional die Eingangs-IP-Adresse des Webservers fest. Ist keine IP-Adresse festgelegt, berücksichtigt Apache2 alle IP-Adressen, die dem Rechner zugewiesen sind, auf dem Apache2 läuft. Der vorgegebene Wert für die Listen-Direktive ist 80. Ändert man dies auf 127.0.0.1:80, führt dies dazu, dass Apache2 nur das sog. »Loopback-Device« berücksichtigt und somit nicht aus dem Internet heraus erreichbar ist. Ändert man den Wert auf 81, so ändert man den Port, der berücksichtigt wird. Für den normalen Betrieb ist keine Änderung notwendig. Die Direktive findet sich in einer eigenen Konfigurationsdatei <filename>/etc/apache2/ports.conf</filename> und kann dort geändert werden.
Translated by Joachim Altmann
Reviewed by Phillip Sz
Located in serverguide/C/web-servers.xml:225(para)
39.
The <emphasis>ServerName</emphasis> directive is optional and specifies what FQDN your site should answer to. The default virtual host has no ServerName directive specified, so it will respond to all requests that do not match a ServerName directive in another virtual host. If you have just acquired the domain name ubunturocks.com and wish to host it on your Ubuntu server, the value of the ServerName directive in your virtual host configuration file should be ubunturocks.com. Add this directive to the new virtual host file you created earlier (<filename>/etc/apache2/sites-available/mynewsite.conf</filename>).
(no translation yet)
Located in serverguide/C/web-servers.xml:238(para)
40.
You may also want your site to respond to www.ubunturocks.com, since many users will assume the www prefix is appropriate. Use the <emphasis>ServerAlias</emphasis> directive for this. You may also use wildcards in the ServerAlias directive.
Sie möchten vielleicht auch, dass Ihre Seite auf www.ubunturocks.com antwortet, da viele Benutzer davon ausgehen, dass die www Vorsilbe dazu gehört. Benutzen Sie hierfür die <emphasis>ServerAlias</emphasis>-Anweisung. Sie können ebenso Platzhalter für die ServerAlias-Anweisung benutzen.
Translated by Matthew East
Located in serverguide/C/web-servers.xml:250(para)
41.
For example, the following configuration will cause your site to respond to any domain request ending in <emphasis>.ubunturocks.com</emphasis>.
Die folgende Konfiguration beispielsweise führt dazu, dass ihre Website auf jede Domain-Anfrage, die auf <emphasis>.ubunturocks.com</emphasis> endet, antwortet.
Translated by Joachim Altmann
Reviewed by Phillip Sz
Located in serverguide/C/web-servers.xml:257(para)
3241 of 4899 results

This translation is managed by Ubuntu German Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Daniel Kessel, Daniel Winzen, Doug Smythies, Hendrik Schrieber, Jeremy Bícha, Joachim Altmann, Matthew East, Phillip Sz, Tobias Bannert, Torsten Franz.