<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://www.ispcfg.de/index.php?action=history&amp;feed=atom&amp;title=GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten</id>
	<title>GITOSIS-GITWEB gitweb mit gitosis einrichten - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://www.ispcfg.de/index.php?action=history&amp;feed=atom&amp;title=GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten"/>
	<link rel="alternate" type="text/html" href="https://www.ispcfg.de/index.php?title=GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten&amp;action=history"/>
	<updated>2026-04-19T13:25:06Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Webhosting Hilfe</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.ispcfg.de/index.php?title=GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten&amp;diff=64&amp;oldid=prev</id>
		<title>Admin: Schützte „GITOSIS-GITWEB gitweb mit gitosis einrichten“ ([edit=sysop] (unbeschränkt) [move=sysop] (unbeschränkt)) [kaskadierend]</title>
		<link rel="alternate" type="text/html" href="https://www.ispcfg.de/index.php?title=GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten&amp;diff=64&amp;oldid=prev"/>
		<updated>2009-11-22T14:15:56Z</updated>

		<summary type="html">&lt;p&gt;Schützte „&lt;a href=&quot;/index.php/GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten&quot; title=&quot;GITOSIS-GITWEB gitweb mit gitosis einrichten&quot;&gt;GITOSIS-GITWEB gitweb mit gitosis einrichten&lt;/a&gt;“ ([edit=sysop] (unbeschränkt) [move=sysop] (unbeschränkt)) [kaskadierend]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Version vom 22. November 2009, 14:15 Uhr&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key c6wiki-mw_:diff::1.12:old-55:rev-64 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.ispcfg.de/index.php?title=GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten&amp;diff=55&amp;oldid=prev</id>
		<title>Admin: Die Seite wurde neu angelegt: „== gitweb mit gitosis einrichten ==  Installieren mit:  &lt;pre&gt; apt-get install gitosis git &lt;/pre&gt;   Inhalt der /etc/gitweb.conf belassen, aber einen Ordner für gi…“</title>
		<link rel="alternate" type="text/html" href="https://www.ispcfg.de/index.php?title=GITOSIS-GITWEB_gitweb_mit_gitosis_einrichten&amp;diff=55&amp;oldid=prev"/>
		<updated>2009-11-21T20:01:29Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== gitweb mit gitosis einrichten ==  Installieren mit:  &amp;lt;pre&amp;gt; apt-get install gitosis git &amp;lt;/pre&amp;gt;   Inhalt der /etc/gitweb.conf belassen, aber einen Ordner für gi…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== gitweb mit gitosis einrichten ==&lt;br /&gt;
&lt;br /&gt;
Installieren mit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get install gitosis git&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inhalt der /etc/gitweb.conf belassen, aber einen Ordner für gitosis anlegen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /etc/gitosis/&lt;br /&gt;
cp /usr/share/doc/gitosis/examples/gitweb.conf /etc/gitosis/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der Inhalt sollte wie folgt angepasst werden:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
do &amp;quot;/etc/gitweb.conf&amp;quot; if -e &amp;quot;/etc/gitweb.conf&amp;quot;;&lt;br /&gt;
$projects_list = &amp;quot;/srv/gitosis/gitosis/projects.list&amp;quot;;&lt;br /&gt;
$projectroot = &amp;quot;/srv/gitosis/repositories&amp;quot;;&lt;br /&gt;
$export_ok = &amp;quot;&amp;quot;;&lt;br /&gt;
$strict_export = &amp;quot;true&amp;quot;;&lt;br /&gt;
@git_base_url_list = (&amp;#039;git+ssh://gitosis@devel.itsolution2.de&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
# Just for a little more security&lt;br /&gt;
$prevent_xss = true;&lt;br /&gt;
&lt;br /&gt;
# nicer-looking URLs&lt;br /&gt;
$feature{&amp;#039;pathinfo&amp;#039;}{&amp;#039;default&amp;#039;} = [1];&lt;br /&gt;
&lt;br /&gt;
$site_name = &amp;quot;devel.itsolution2.de&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In einer apache virtualhost Umgebung benötigt man diese Werte:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Alias /gitweb.css /usr/share/gitweb/gitweb.css&lt;br /&gt;
Alias /git-logo.png /usr/share/gitweb/git-logo.png&lt;br /&gt;
Alias /git-favicon.png /usr/share/gitweb/git-favicon.png&lt;br /&gt;
ScriptAlias /gitweb /usr/lib/cgi-bin/gitweb.cgi&lt;br /&gt;
&amp;lt;Location /gitweb&amp;gt;&lt;br /&gt;
	SetEnv      GITWEB_CONFIG   /etc/gitosis/gitweb.conf&lt;br /&gt;
&amp;lt;/Location&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>