You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2018-07-11 06:04:11

ryanparker
Member
Registered: 2018-07-11
Posts: 1

GLPI plugins not working on virtual host (Apache)

hey
I've installed GLPI on a Ubuntu 14.04 server running the latest version of Apache2. It works fine until I create a virtual host to run GLPI. I'm able to log in, but once I try to hit any of my plugins, I get

[Thu july 10 10:57:42.016046 2018] [authz_core:error] [pid 11162] [client 10.145.0.77:44057] AH01630: client denied by server configuration: /var/www/html/glpi/plugins/consumables/consumables.js, referer: http://glpi.domain.com/front/backup.php
I've verified through multiple channels that my permissions on my folders are correct, and that my directives are set properly in my .conf file:

<VirtualHost _default_:80>
         DocumentRoot /var/www/html/glpi/
         ServerAdmin webmaster@localhost
         ErrorLog /var/log/apache2/error.log
         CustomLog /var/log/apache2/access.log combined
         <Directory "/var/www/html/glpi/">
                    Options FollowSymLinks
                    AllowOverride All
                    Require all granted
         </Directory>
         ServerName glpi.domain.com
</VirtualHost>
I'm banging my head here (and I've read all the SO articles about this issue). Advice is welcome.

Offline

Board footer

Powered by FluxBB