Quantcast
Channel: Ocsinventory Q&A - Recent questions
Viewing all articles
Browse latest Browse all 4371

how to force https for DOWNLOAD_URI_FRAG

$
0
0

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

Viewing all articles
Browse latest Browse all 4371

Trending Articles