Changes

Jump to navigation Jump to search
Line 52: Line 52:     
Cool34000
 
Cool34000
 +
----
 +
with ver -5, there is still a 10mb limit, below fixes, but having a db value would be better
 +
 +
<Directory /opt/inventory/ocs/ocsreports>
 +
  # SSLRequireSSL on
 +
  AddType application/x-httpd-php .php .php3 .phtml
 +
  Options None
 +
  Options +Indexes
 +
  Options +Includes
 +
  order deny,allow
 +
  deny from all
 +
  allow from xxxxxxxxxxxxxx
 +
  php_admin_value open_basedir /opt/inventory/ocs:/tmp
 +
+ php_admin_value post_max_size 40M
 +
+ php_admin_value upload_max_filesize 40M
 +
</Directory>
 +
 +
+ php_admin_value upload_max_filesize $ocs{MaxUpload}  (untested)
 +
 +
stephen
 
----
 
----
  

Navigation menu