<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=VirtualHost</id>
	<title>VirtualHost - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=VirtualHost"/>
	<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=VirtualHost&amp;action=history"/>
	<updated>2026-05-12T00:08:14Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in UUGRN</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>https://wiki.uugrn.org/index.php?title=VirtualHost&amp;diff=5970&amp;oldid=prev</id>
		<title>Friedel: Ein Anfang</title>
		<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=VirtualHost&amp;diff=5970&amp;oldid=prev"/>
		<updated>2007-11-26T14:46:06Z</updated>

		<summary type="html">&lt;p&gt;Ein Anfang&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Der [[Apache]]-Webserver kann sogenannte VirtualHosts verwalten, das ermöglicht zum Beispiel unter einer IP verschiedene Webpräsenzen anzubieten.&lt;br /&gt;
&lt;br /&gt;
Dazu müssen in der &amp;lt;code&amp;gt;httpd.conf&amp;lt;/code&amp;gt; die entsprechenden Informationen eingetragen werden. Beispiel für einen VirtualHost Eintrag:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NameVirtualHost *&lt;br /&gt;
&amp;lt;VirtualHost *&amp;gt;&lt;br /&gt;
  ServerName myjail.uugrn.org&lt;br /&gt;
  ServerAlias myjail.de&lt;br /&gt;
  DocumentRoot /var/www/myjail&lt;br /&gt;
  ServerAdmin user@shell.uugrn.org&lt;br /&gt;
&lt;br /&gt;
  # Logfiles:&lt;br /&gt;
  CustomLog /var/www/log/myjail_access.log combined&lt;br /&gt;
  ErrorLog /var/www/log/myjail_error.log&lt;br /&gt;
  LogLevel warn&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;Location /&amp;gt;&lt;br /&gt;
    Order allow,deny&lt;br /&gt;
    allow from all&lt;br /&gt;
  &amp;lt;/Location&amp;gt;&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Friedel</name></author>
	</entry>
</feed>