]> wagnertech.de Git - mfinanz.git/blobdiff - doc/dokumentation.xml
Entfernte Symlinks: Dokuupgrade
[mfinanz.git] / doc / dokumentation.xml
index 5120aebf7c2fcf761b92215e242063b0d99de855..b623dda3c11e048293f8c98ded881086dffd4a70 100644 (file)
@@ -560,10 +560,11 @@ exit</programlisting>
         anderen Datei hinzu, die beim Starten des Webservers eingelesen
         wird:</para>
 
-        <programlisting>AddHandler cgi-script .pl
+        <programlisting>AliasMatch ^/kivitendo-erp/[^/]+\.pl /var/www/kivitendo-erp/dispatcher.pl
 Alias /kivitendo-erp/ /var/www/kivitendo-erp/
 
 &lt;Directory /var/www/kivitendo-erp&gt;
+ AddHandler cgi-script .pl
  Options ExecCGI Includes FollowSymlinks
 &lt;/Directory&gt;