This commit is contained in:
Hivert Quentin
2026-02-12 10:03:23 +01:00
parent 20f4adf453
commit cd7579e193
4 changed files with 8 additions and 8 deletions

View File

@@ -566,7 +566,7 @@ SSLRandomSeed connect builtin
Alias /SOGo.woa/WebServerResources/ /usr/local/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ /usr/local/lib/GNUstep/SOGo/WebServerResources/
<Directory /usr/lib/GNUstep/SOGo/>
<Directory /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/>
<IfVersion < 2.4>
Order deny,allow
Allow from all
@@ -639,7 +639,7 @@ SSLRandomSeed connect builtin
Alias /SOGo.woa/WebServerResources/ /usr/local/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ /usr/local/lib/GNUstep/SOGo/WebServerResources/
<Directory /usr/lib/GNUstep/SOGo/>
<Directory /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/>
<IfVersion < 2.4>
Order deny,allow
Allow from all
@@ -709,7 +709,7 @@ SSLRandomSeed connect builtin
SSLCertificateFile /ssl/apache-selfsigned.crt
SSLCertificateKeyFile /ssl/apache-selfsigned.key
<Directory /usr/lib/GNUstep/SOGo/>
<Directory /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/>
<IfVersion < 2.4>
Order deny,allow
Allow from all

View File

@@ -1,9 +1,9 @@
Alias /SOGo.woa/WebServerResources/ \
/usr/lib/GNUstep/SOGo/WebServerResources/
/usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
/usr/lib/GNUstep/SOGo/WebServerResources/
/usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources/
<Directory /usr/lib/GNUstep/SOGo/>
<Directory /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/>
AllowOverride None
<IfVersion < 2.4>

View File

@@ -1,2 +1,2 @@
usr/include/GNUstep/*
/usr/include/x86_64-linux-gnu/GNUstep/*
usr/lib/sogo/lib*.so

View File

@@ -19,7 +19,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
case "$1" in
configure)
# update timestamp on imgs,css,js to let apache know the files changed
find /usr/lib/GNUstep/SOGo/WebServerResources -exec touch {} \;
find /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources -exec touch {} \;
# Make example scripts in /usr/share/doc/sogo/ executable
# (they do not really belong there, we are violating Debian