Benutzer-Werkzeuge

Webseiten-Werkzeuge


tachtler:horde5_-_imp

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
tachtler:horde5_-_imp [2016/05/02 10:13] – [Cyrus IMAP Server] klaustachtler:horde5_-_imp [2016/05/04 13:21] (aktuell) – [/etc/httpd/conf.d/php-horde-imp.conf] klaus
Zeile 1078: Zeile 1078:
                         RewriteCond   %{REQUEST_FILENAME}  !-f                         RewriteCond   %{REQUEST_FILENAME}  !-f
                         RewriteRule ^(.*)$ rampage.php [QSA,L]                         RewriteRule ^(.*)$ rampage.php [QSA,L]
 +                </IfModule>
 +        </Directory>
 +
 +        # Content rewrite rules from php-horde-content.conf
 +        <Directory "/usr/share/horde/content">
 +                <IfModule rewrite_module>
 +                        RewriteEngine On
 +                        RewriteCond   %{REQUEST_FILENAME}  !-d
 +                        RewriteCond   %{REQUEST_FILENAME}  !-f
 +                        RewriteRule ^(.*)$ index.php [QSA,L]
                 </IfModule>                 </IfModule>
         </Directory>         </Directory>
Zeile 1087: Zeile 1097:
  
         # Deny access to files that are not served directly by the webserver for imp         # Deny access to files that are not served directly by the webserver for imp
-        <DirectoryMatch /usr/share/horde/imp/(config|lib|locale|templates)>+        <DirectoryMatch "/usr/share/horde/imp/(config|lib|locale|templates)">
                 Require all denied                 Require all denied
         </DirectoryMatch         </DirectoryMatch
Zeile 1144: Zeile 1154:
  
   * <code apache>        # Deny access to files that are not served directly by the webserver for imp   * <code apache>        # Deny access to files that are not served directly by the webserver for imp
-        <DirectoryMatch /usr/share/horde/imp/(config|lib|locale|templates)>+        <DirectoryMatch "/usr/share/horde/imp/(config|lib|locale|templates)">
                 Require all denied                 Require all denied
         </DirectoryMatch</code>         </DirectoryMatch</code>
Zeile 1386: Zeile 1396:
 | ''* $conf[compose][attach_count_limit]''    | ''0''              | ''0''               | | ''* $conf[compose][attach_count_limit]''    | ''0''              | ''0''               |
 ^ Message Replies                             ^^^ ^ Message Replies                             ^^^
 +^ Einstellung                                 ^ Standard           ^ Wert                ^
 | ''* $conf[compose][reply_limit]''           | ''20000''          | ''20000''           | | ''* $conf[compose][reply_limit]''           | ''20000''          | ''20000''           |
 ^ Address Autocompletion                      ^^^ ^ Address Autocompletion                      ^^^
 +^ Einstellung                                 ^ Standard           ^ Wert                ^
 | ''* $conf[compose][ac_threshold]''          | ''3''              | ''3''               | | ''* $conf[compose][ac_threshold]''          | ''3''              | ''3''               |
 ^ HTML Signature                              ^^^ ^ HTML Signature                              ^^^
 +^ Einstellung                                 ^ Standard           ^ Wert                ^
 | ''* $conf[compose][htmlsig_img_size]''      | ''30000''          | ''30000''           | | ''* $conf[compose][htmlsig_img_size]''      | ''30000''          | ''30000''           |
  
tachtler/horde5_-_imp.txt · Zuletzt geändert: 2016/05/04 13:21 von klaus