<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Apache_auth_basic_file</id>
	<title>Apache auth basic file - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Apache_auth_basic_file"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Apache_auth_basic_file&amp;action=history"/>
	<updated>2026-05-15T09:02:59Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Apache_auth_basic_file&amp;diff=7329&amp;oldid=prev</id>
		<title>Thomas: Die Seite wurde neu angelegt: „*htpasswd -c /etc/apache2/passwords  xinux *htpasswd  /etc/apache2/passwords  thomas &lt;pre&gt; &lt;VirtualHost *:80&gt;         ServerAdmin webmaster@localhost         D…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Apache_auth_basic_file&amp;diff=7329&amp;oldid=prev"/>
		<updated>2015-09-23T16:15:04Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „*htpasswd -c /etc/apache2/passwords  xinux *htpasswd  /etc/apache2/passwords  thomas &amp;lt;pre&amp;gt; &amp;lt;VirtualHost *:80&amp;gt;         ServerAdmin webmaster@localhost         D…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;*htpasswd -c /etc/apache2/passwords  xinux&lt;br /&gt;
*htpasswd  /etc/apache2/passwords  thomas&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
        ServerAdmin webmaster@localhost&lt;br /&gt;
        DocumentRoot /var/www&lt;br /&gt;
        &amp;lt;Directory /var/www/&amp;gt;&lt;br /&gt;
                Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
                AllowOverride None&lt;br /&gt;
                AuthType Basic&lt;br /&gt;
                AuthName &amp;quot;Restricted Area&amp;quot;&lt;br /&gt;
                AuthBasicProvider file&lt;br /&gt;
                AuthUserFile /etc/apache2/passwords&lt;br /&gt;
                require valid-user&lt;br /&gt;
        &amp;lt;/Directory&amp;gt;&lt;br /&gt;
        ErrorLog ${APACHE_LOG_DIR}/error.log&lt;br /&gt;
        LogLevel warn&lt;br /&gt;
        CustomLog ${APACHE_LOG_DIR}/access.log combined&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
	</entry>
</feed>