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 2023-05-09 16:02:49

WizzurdOfOdd
Member
Registered: 2022-11-15
Posts: 21

Error 500 when accessing Plugins

Hi,

i receive an error 500 when accessing https : // myglpi.server/front/marketplace.php



<VirtualHost *:80>
        ServerAdmin myadmin@mailaccount
        DocumentRoot /var/www/html/public
        # Redirect all plugins/fusioninventory requests to plugins/glpiinventory
        RewriteEngine On
        RewriteRule plugins/fusioninventory/(.*)$ /plugins/glpiinventory/ [R=30>

        <Directory /var/www/html/public>
            Require all granted
            # Redirect all requests to GLPI Router, unless file exists.
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteRule ^(.*)$ index.php [QSA,L]
        </Directory>
</VirtualHost>

i ran chown www-data -R /var/www/html
the files, e.g. /var/www/html/front/ have 664 as rights

all other services (seem to) work as expected ;-)

regards,
Gerry

Offline

#2 2023-05-09 16:39:47

WizzurdOfOdd
Member
Registered: 2022-11-15
Posts: 21

Re: Error 500 when accessing Plugins

i ran chown www-data:www-data /var/www/html again and well.. it worked...

Offline

Board footer

Powered by FluxBB