Line 60: |
Line 60: |
| ---- | | ---- |
| | | |
− | ==/download==
| |
− | Now that we know that the activation warning can be skipped, can we delete in ocs Apache template:
| |
− | <Directory /opt/inventory/ocs/download>
| |
− | Options None
| |
− | - Options +Indexes
| |
− | - Options +Includes
| |
− | AllowOverride None
| |
− | order deny,allow
| |
− | deny from all
| |
− | allow from { $localAccess }
| |
− | php_admin_value open_basedir /opt/inventory/ocs/download:/tmp
| |
− | </Directory>
| |
− | This will disallow files from being viewable (but still accessible for ocs?)
| |
| | | |
− | This would be more secure if it works! Need to test that!
| |
| | | |
| ==dependencies== | | ==dependencies== |