I have been trying to disable directory listing in OpenCPU so our users cannot see the resulting directories and files in the http://server/ocpu/tmp/
directory.
I have followed Apache's Directory Listing Configuration and deleted every mention of Indexes
in the conf
files in /etc/apache2/
and included Options -Indexes
in the sites-enabled/opencpu.conf
file (in the Location tags) without success.
I also looked at the rApache documention without finding any pertinent entry.
Does anyone know any documentation or configuration to achieve this?