projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfdc5b
)
Alias - Konfiguration für Apache2 bei .deb-Installation ergänzt.
author
Sven Donath
<lxo@dexo.de>
Thu, 16 Sep 2010 11:09:18 +0000
(13:09 +0200)
committer
Sven Donath
<lxo@dexo.de>
Thu, 16 Sep 2010 11:09:18 +0000
(13:09 +0200)
Lx-Office ist jetzt sowohl unter <server>/lx-office als auch unter <server>/lx-office-erp
erreichbar. Der trailing shlash ist nicht nötig.
Da gab es Unklarheiten bei Usern und Inkonsistenzen in den Conf-Files.
DEBIAN/files/lx-office-erp.apache2.conf
patch
|
blob
|
history
diff --git
a/DEBIAN/files/lx-office-erp.apache2.conf
b/DEBIAN/files/lx-office-erp.apache2.conf
index
2eea3de
..
b9a4aaf
100644
(file)
--- a/
DEBIAN/files/lx-office-erp.apache2.conf
+++ b/
DEBIAN/files/lx-office-erp.apache2.conf
@@
-1,5
+1,6
@@
AddHandler cgi-script .pl
-Alias /lx-office/ /usr/lib/lx-office-erp/
+Alias /lx-office /usr/lib/lx-office-erp/
+Alias /lx-office-erp /usr/lib/lx-office-erp/
<Directory /usr/lib/lx-office-erp>
Options ExecCGI Includes FollowSymlinks