# default settings for PHP5 / Apache2
#
[php]
  memory_limit		128M
  upload_max_filesize	32M
  post_max_size		24M
  max_execution_time	60
  short_open_tag	On	# default On <=5.4, Off on >=5.6
  expose_php		On	# default On <=5.4, Off on >=5.6


[apache]
  # info inviate nelle risposte, dal massimo al minimo
  # (Full, OS, Minor, Minimal, Major, Prod)
  #
  server_tokens		Prod

  # prefork MPM
  #
  start_servers		2
  min_spare_servers	1
  max_spare_servers	3
  max_clients		32

  servername		::network.hostname::.::network.domain::
  server_admin		::contact.webmaster.email::

  user			www-data
  group			www-data
  usergroup		www-data:www-data

  # globals
  maintainer-images	/usr/share/images/ku
  menu-images		/usr/share/images/ku-menu
  customer-images	::path.wwwdir::/images_::customer.shortname::
  local-images		::path.wwwdir::/images_local

  allow_sysdoc		true

  # remove SSLv3 protocol, goodbye IE6!
  ssl_protocols		-SSLv3

