Closed SilvaFernando closed 1 year ago
This issue has been closed as we only track bugs here.
You can get community support on forums or you can consider taking a subscription to get professional support. You can also contact GLPI editor team directly.
Code of Conduct
Is there an existing issue for this?
Version
10.0.7
Bug description
I've tried applying a public Vhost on GLPI 10.0.7 with two GLPI directories glpi and glpi_homolog and I have this problem:
My Vhost:
Alias /glpi_homolog /usr/share/glpi_homolog/public
Redirect configuration for multi-glpi install_oriation
You can set this value in each vhost configuration
SetEnv GLPI_CONFIG_DIR /etc/glpi
<Directory /usr/share/glpi_homolog> Options None AllowOverride Limit Options FileInfo
Options FollowSymLinks Options SymLinksIfOwnerMatch <Directory /usr/share/glpi_homolog/install_ori>
<Directory /usr/share/glpi_homolog/config> Order Allow,Deny Deny from all
<Directory /usr/share/glpi_homolog/locales> Order Allow,Deny Deny from all
<Directory /usr/share/glpi_homolog/install_ori/mysql> Order Allow,Deny Deny from all <Directory /usr/share/glpi_homolog/scripts> Order Allow,Deny Deny from all
some people prefer a simple URL like http://glpi.example.com
<VirtualHost *:80>
DocumentRoot /usr/share/glpi_homolog
ServerName glpi.example.com/glpi_homolog
<Directory /usr/share/glpi_homolog/public> Require all granted
Relevant log output
No response
Page URL
/index.php
Steps To reproduce
Update your GLPI 10.0.7 and adjusted Vhost
Your GLPI setup information
Instruções de instalação e configuração
Server
GLPI constants
Libraries
SQL replicas
Notifications
Plugins list
Anything else?
No response