CVS update: /cowiki/includes/cowiki/
[email protected] 12 Sep 2005 20:32:41 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski
Date: 2005/09/12 13:32:41
Modified:
cowiki/includes/cowiki/core.conf-dist
Log:
Removed [PATH] SESSION entry
File Changes:
Directory: /cowiki/includes/cowiki/
===================================
File [changed]: core.conf-dist
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/core.conf-dist?r1=1.50&r2=1.51
Delta lines: +0 -13
--------------------
--- core.conf-dist 6 May 2005 02:01:59 -0000 1.50
+++ core.conf-dist 12 Sep 2005 20:32:39 -0000 1.51
@@ -216,8 +216,6 @@
; Directory for temporary data. It MUST NOT be accessible by an user
; agent, must be readable and writable for httpd or the PHP-uid.
- ; Temporary data does not include implicitly the sotrage of session
- ; data. See the SESSION entry below.
TEMP = "/tmp/"
; Your binaries directory. It MUST NOT be accessible by an user agent,
@@ -231,17 +229,6 @@
; any other user working on the machine. At least set the permission of
; this directory for the webserver for reading and writing.
BACKUP = "/path/to/your/confidential/backup-directory/"
-
- ; The default setting of a PHP configuration is to save its temporary
- ; session data files in a directory like "/tmp/" on unixoid operating
- ; systems. You might want to save your session data in a different
- ; location, e.g. bound explicitly to your virtual coWiki host without
- ; interference with other processes or other coWiki installation or
- ; applications on the same machine. Set this path accordingly and make
- ; sure that the target directory is readable and writable for the
- ; webserver process. This directory MUST NOT be readable or accessible
- ; by an user agent (browser): it is confidential data.
- SESSION = "/path/to/your/confidential/session-directory/"
; Path of the directory where your "diff" binary resides. This is the
; path only. E.g. if the complete path to your "diff" is "/usr/bin/diff"