Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

How to securise access to /download

Hello,

Is there a way to securise the access to the following paths :

https://myocsserver/download for the info files

http://myocsserver/download for download package

I would like to hide theses directories for users without losing the functionnality of package deployment with the agent (because agent use theses directories to recover info files et package fragments).

I try to use AuthType Basic in my apache vhost and activate in my customsettings.ini AuthRequired=1 with credentials but it return a 401 error (my credentials work fine if i try to go  to the /download page).

Best Regards

in OCS Inventory NG server for Unix by (120 points)

1 Answer

0 votes

perhaps this helps you...

i changed in

/etc/httpd/conf/httpd.conf

the line

<Directory "var/www/html"

Options Indexes FollowSymLinks

into

Options FollowSymLinks
and i  think

chmod 775 /var/lib/ocsinventory-reports/download

was correct for the download folder.. but i have to research it

take a look here

https://stackoverflow.com/questions/2530372/how-do-i-disable-directory-browsing

by (22.6k points)
edited by
 
Powered by Question2Answer
...