Revision e63bbc9f
Von Sven Schöling vor fast 9 Jahren hinzugefügt
doc/dokumentation.xml | ||
---|---|---|
</Directory>
|
||
|
||
<DirectoryMatch /path/to/kivitendo-erp/users>
|
||
Require all granted
|
||
Require all denied
|
||
</DirectoryMatch></programlisting>
|
||
|
||
<warning>
|
||
... | ... | |
<programlisting>
|
||
Order Allow,Deny
|
||
Allow from All </programlisting>
|
||
|
||
<para>und statt</para>
|
||
|
||
<programlisting>Require all denied</programlisting>
|
||
|
||
<para>muss stehen:</para>
|
||
|
||
<programlisting>
|
||
Order Deny,Allow
|
||
Deny from All </programlisting>
|
||
|
||
</warning>
|
||
|
||
<para>Seit mod_fcgid-Version 2.3.6 gelten sehr kleine Grenzen für
|
Auch abrufbar als: Unified diff
Dokumentation: /users/ Rechte in apache2.4 waren waren falsch.