Blame | Last modification | View Log | RSS feed
Alias /glpi /usr/share/glpi<Directory /usr/share/glpi>Options NoneAllowOverride Limit Options FileInfophp_value memory_limit 64M<IfModule mod_authz_core.c>Require all granted</IfModule><IfModule !mod_authz_core.c>Order deny,allowAllow from all</IfModule></Directory><Directory /usr/share/glpi/install># Install is only allowed via local access (from the GLPI server).# Add your IP address if you need it for remote installation,# but remember to remove it after installation for security.<IfModule mod_authz_core.c># Apache 2.4Require local# Require ip ##.##.##.##</IfModule><IfModule !mod_authz_core.c># Apache 2.2Order Deny,AllowDeny from AllAllow from 127.0.0.1Allow from ::1</IfModule>ErrorDocument 403 "<p><b>Restricted area.</b><br />Only local access allowed.<br />Check your configuration or contact your administrator.</p>"# migration could be very longphp_value max_execution_time 0php_value memory_limit -1</Directory><Directory /usr/share/glpi/config>Order Allow,DenyDeny from all</Directory><Directory /usr/share/glpi/locales>Order Allow,DenyDeny from all</Directory><Directory /usr/share/glpi/install/mysql>Order Allow,DenyDeny from all</Directory><Directory /usr/share/glpi/scripts>Order Allow,DenyDeny from all</Directory># some people prefer a simple URL like http://glpi.example.com#<VirtualHost *:80># DocumentRoot /usr/share/glpi# ServerName glpi.example.com#</VirtualHost>