kivitendo/doc/INSTALL/Apache_002dKonfiguration.html @ 651e8d51
7b642ce6 | Moritz Bunkus | <html lang="en">
|
||
<head>
|
||||
<title>Apache-Konfiguration - Lx-Office Installationsanleitung</title>
|
||||
<meta http-equiv="Content-Type" content="text/html">
|
||||
<meta name="description" content="Lx-Office Installationsanleitung">
|
||||
0603f8f1 | Moritz Bunkus | <meta name="generator" content="makeinfo 4.11">
|
||
7b642ce6 | Moritz Bunkus | <link title="Top" rel="start" href="index.html#Top">
|
||
<link rel="prev" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration" title="Anpassung der PostgreSQL-Konfiguration">
|
||||
8c7e4493 | Moritz Bunkus | <link rel="next" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort">
|
||
7b642ce6 | Moritz Bunkus | <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
|
||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<style type="text/css"><!--
|
||||
pre.display { font-family:inherit }
|
||||
pre.format { font-family:inherit }
|
||||
pre.smalldisplay { font-family:inherit; font-size:smaller }
|
||||
pre.smallformat { font-family:inherit; font-size:smaller }
|
||||
pre.smallexample { font-size:smaller }
|
||||
pre.smalllisp { font-size:smaller }
|
||||
span.sc { font-variant:small-caps }
|
||||
span.roman { font-family:serif; font-weight:normal; }
|
||||
span.sansserif { font-family:sans-serif; font-weight:normal; }
|
||||
--></style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="node">
|
||||
<p>
|
||||
<a name="Apache-Konfiguration"></a>
|
||||
<a name="Apache_002dKonfiguration"></a>
|
||||
8c7e4493 | Moritz Bunkus | nächstes: <a rel="next" accesskey="n" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a>,
|
||
7b642ce6 | Moritz Bunkus | voriges: <a rel="previous" accesskey="p" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a>,
|
||
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
|
||||
<hr>
|
||||
</div>
|
||||
<h2 class="chapter">5 Apache-Konfiguration</h2>
|
||||
<p>Der Zugriff auf das Programmverzeichnis muss in der Apache
|
||||
Webserverkonfigurationsdatei <code>httpd.conf</code> eingestellt
|
||||
werden. F?gen Sie den folgenden Abschnitt dieser Datei oder einer
|
||||
anderen Datei hinzu, die beim Starten des Webservers eingelesen wird:
|
||||
<p><code><br>
|
||||
AddHandler cgi-script .pl
|
||||
<br>
|
||||
Alias /lx-erp/ /var/www/lx-erp/
|
||||
<br>
|
||||
<Directory /var/www/lx-erp>
|
||||
<br>
|
||||
Options ExecCGI Includes FollowSymlinks
|
||||
<br>
|
||||
</Directory>
|
||||
<br>
|
||||
<br>
|
||||
<Directory /var/www/lx-erp/users>
|
||||
<br>
|
||||
Order Deny,Allow
|
||||
<br>
|
||||
Deny from All
|
||||
<br>
|
||||
</Directory>
|
||||
<br>
|
||||
</code>
|
||||
<p>Ersetzen Sie dabei die Pfade durch diejenigen, in die Sie vorher das
|
||||
Lx-Office-Archiv entpacket haben.
|
||||
<p>Achtung: Vor den einzelnen Optionen muss bei einigen Distributionen ein
|
||||
0603f8f1 | Moritz Bunkus | Plus ‘<samp><span class="samp">+</span></samp>’ gesetzt werden.
|
||
7b642ce6 | Moritz Bunkus | |||
<p>Auf einigen Webservern werden manchmal die Grafiken und Style-Sheets
|
||||
nicht ausgeliefert. In solchen F?llen hat es oft geholfen, die
|
||||
folgende Option in die Konfiguration aufzunehmen:
|
||||
<p><code>EnableSendfile Off</code>
|
||||
<!-- -->
|
||||
0603f8f1 | Moritz Bunkus | </body></html>
|