From 8b060f807e06e8b83bc06f8595c132f9c0e31c5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2012 20:25:47 +0200 Subject: reorg repo --- glpi-httpd.conf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 glpi-httpd.conf (limited to 'glpi-httpd.conf') diff --git a/glpi-httpd.conf b/glpi-httpd.conf new file mode 100644 index 0000000..dc48482 --- /dev/null +++ b/glpi-httpd.conf @@ -0,0 +1,51 @@ +Alias /glpi /usr/share/glpi + + + Options None + AllowOverride Limit Options FileInfo + + php_value memory_limit 64M + + + Require all granted + + + Order deny,allow + Allow from all + + + + + + # migration could be very long + php_value max_execution_time 0 + php_value memory_limit -1 + + + + + Order Allow,Deny + Deny from all + + + + Order Allow,Deny + Deny from all + + + + Order Allow,Deny + Deny from all + + + + Order Allow,Deny + Deny from all + + +# some people prefer a simple URL like http://glpi.example.com +# +# DocumentRoot /usr/share/glpi +# ServerName glpi.example.com +# + -- cgit