Bonjour,
is it possible to force https for DOWNLOAD_URI_FRAG configuration?
Because i just install a new ocs inventory 2.2 on debian with this howto : http://wiki.ocsinventory-ng.org/index.php/Howtos:Install_OCS_on_debian and it's specified to configure acces to download alias in https only :
Alias /download "/var/lib/ocsinventory-reports/download"<Directory "/var/lib/ocsinventory-reports/download"> deny from all </Directory> my default_ssl conf :
Alias /download /var/lib/ocsinventory-reports/download <Directory /var/lib/ocsinventory-reports/download> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>
When i try to activate package : info is OK (https://myserver/download) but fragment is not (http//myserver/download) Could you help me please? regards