summaryrefslogtreecommitdiff
path: root/php-apache.ini
blob: 3b335f69cc4473c6bed7afda0652b51f2fd2127d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; php-apache.ini - configuration used only for apache SAPI
;
; Please note that, unlikely in original php distributions, this file
; is read AFTER (not instead of) reading global /etc/php/php.ini.
;
; It allows you to control global settings for all SAPIs in one place
; and override some settings in SAPI-specific files without need of
; copying whole large php.ini.

[Session]
session.save_path         = /var/run/php
				    ; argument passed to save_handler
                                    ; in the case of files, this is the
                                    ; path where data files are stored