Skip to content

Forbidden problem (with OCS Server 2.2)

Xavier CAILLAUD edited this page Feb 6, 2017 · 1 revision

Forbidden problem

When you have on same server ocsinventoryng 2.2 & glpi & ocsinventoryng plugin, you can have this error :

Forbidden You don't have permission to access /plugins/ocsinventoryng/front/ocsng.php on this server. Apache/2.4.10 (Debian) Server at ocs.invent.local Port 80

So you must change into apache config files of ocs : /plugins to /usr/...ocsreports/plugins (change to full path) :

Example :

/etc/apache2/conf.d/z-ocsinventory-server.conf

<Location /plugins>

to

<Location /ocsreports/plugins>