Changes

Jump to navigation Jump to search
→‎MaxUpload: secure download folder if possible
Line 60: Line 60:     
==MaxUpload==
 
==MaxUpload==
 +
Default value will raise to 100M (OpenOffice ready)
   −
make the default bigger say 100M to allow for OpenOffice
+
==/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?)
   −
Admin occasionally uploading files to OCS will be OK
+
This would be more secure if it works! Need to test that!
    
==dependencies==
 
==dependencies==
498

edits

Navigation menu