head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.58
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.56
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.54
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.52
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.50
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.48
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.46
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.44
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.42
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.40
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.38
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.36
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.34
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.32
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.30
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.28
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.26
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.24
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.22
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.20
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.18
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.16
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.14
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.12
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.8
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.2.0.10
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.2.0.6
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.4
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.2
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.1.0.14
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.12
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.10
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.8
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.6
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.4
	pkgsrc-2017Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2019.03.15.16.32.13;	author hauke;	state Exp;
branches;
next	1.1;
commitid	kxgGQGQtQdC0RtfB;

1.1
date	2017.07.18.14.29.51;	author hauke;	state Exp;
branches;
next	;
commitid	NmRfkAF8T0S4DIZz;


desc
@@


1.2
log
@Upgrade GLPI to 9.4.1.1

The full changelog is available at:
<https://github.com/glpi-project/glpi/milestone/30?closed=1>
<https://github.com/glpi-project/glpi/milestone/33?closed=1>

De-support apache 2.2 config in httpd-glpi.conf sample
Re-work the way we hook in pkgsrc specific etc and var paths
@
text
@# $NetBSD: httpd-glpi.conf,v 1.1 2017/07/18 14:29:51 hauke Exp $
#
# Sample Apache 2.4 GLPI configuration

# To access via http://servername/glpi/
Alias /glpi @@PREFIX@@/share/glpi

# some people prefer a simple URL like http://glpi.example.com
#<VirtualHost *:80>
#  DocumentRoot @@PREFIX@@/share/glpi
#  ServerName glpi.example.com
#</VirtualHost>

<Directory @@PREFIX@@/share/glpi>
    Options None
    AllowOverride None

    # to overwrite default configuration,
    #  which could be less than recommanded value
    php_value memory_limit 64M

    Require all granted
</Directory>

<Directory @@PREFIX@@/share/glpi/install>
    # 15" should be enough for migration in most case
    php_value max_execution_time 900
    php_value memory_limit 128M

   # Block access after GLPI setup or update
   #Require all denied
</Directory>

# This sections replaces the .htaccess files provided in the tarball

<Directory @@PREFIX@@/share/glpi/config>
    Require all denied
</Directory>

<Directory @@PREFIX@@/share/glpi/locales>
    Require all denied
</Directory>

<Directory @@PREFIX@@/share/glpi/install/mysql>
    Require all denied
</Directory>

<Directory @@PREFIX@@/share/glpi/scripts>
    Require all denied
</Directory>
@


1.1
log
@GLPI is a web based Information Resource Manager application with an
additional Administration Interface. You can use it to build up a
database with an inventory for your company (computers, software,
printers, etc).

Its enhanced functionality makes daily life for administrators easier.
Besides an inventory, it provides a trouble-ticket system, job
tracking with mail notification, and methods to build a database with
basic information about your network-topology.

<http://glpi-project.org/>
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
# Sample Apache 2.x GLPI configuration
d22 1
a22 9
   <IfModule mod_authz_core.c>
      # Apache 2.4
      Require all granted
   </IfModule>
   <IfModule !mod_authz_core.c>
      # Apache 2.2
      Order Deny,Allow
      Allow from All
   </IfModule>
d31 1
a31 9
   <IfModule mod_authz_core.c>
      # Apache 2.4
      #Require all denied
   </IfModule>
   <IfModule !mod_authz_core.c>
      # Apache 2.2
      #Order Deny,Allow
      #Deny from All
   </IfModule>
d34 1
a34 1
# This sections remplaces the .htaccess files provided in the tarball
d37 1
a37 9
   <IfModule mod_authz_core.c>
      # Apache 2.4
      Require all denied
   </IfModule>
   <IfModule !mod_authz_core.c>
      # Apache 2.2
      Order Deny,Allow
      Deny from All
   </IfModule>
d41 1
a41 9
   <IfModule mod_authz_core.c>
      # Apache 2.4
      Require all denied
   </IfModule>
   <IfModule !mod_authz_core.c>
      # Apache 2.2
      Order Deny,Allow
      Deny from All
   </IfModule>
d45 1
a45 9
   <IfModule mod_authz_core.c>
      # Apache 2.4
      Require all denied
   </IfModule>
   <IfModule !mod_authz_core.c>
      # Apache 2.2
      Order Deny,Allow
      Deny from All
   </IfModule>
d49 1
a49 9
   <IfModule mod_authz_core.c>
      # Apache 2.4
      Require all denied
   </IfModule>
   <IfModule !mod_authz_core.c>
      # Apache 2.2
      Order Deny,Allow
      Deny from All
   </IfModule>
@

