Hi,
first, thanks for your answer,
However, when i put the server ip that way , i get HTTP error 404,
I use an Alias in the apache's site-available conf file, is there a way that the issue comes from there ?
here is the apache site-available file :
< VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
Alias / "/usr/share/ocsinventory-reports/ocsreports/"
   <Directory "/usr/share/ocsinventory-reports/ocsreports/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order allow,deny
       Allow from all
   </Directory>
<VirtualHost>
I also put SSL=1 to SSL=0, but not much results ...