umask |
| |
Some web servers are configured so that files created by scripts
have restricted permissions. This can cause a problem for the
program because it requires its own data files to be writable
by the program itself. If you find that you can create a
listing once, but not on subsequent attempts, take a look at
the data/* files to see if they still have 777 permission. If
not, you can set this config option to "000" to explicitly tell
the program what umask permissions to use.
|
max_filelock_wait |
| |
This is the number of seconds the program will wait for a
filelock to become available. If it has to wait longer than
this amount of time, the program returns a filelock warning
message. You can increase the time to wait by adjusting this
setting. This option was added in version 1.23.
|
disable_filelocking |
| |
Filelocking prevents two programs from updating the same data
files at the same time. Turning off filelocking can cause data
corruption. Be sure to backup your data files often if you
need to disable filelocking. This option was added in version 1.23.
|
allow_UNC_paths |
| |
With this option enabled you can allow network "UNC" paths when adding pages.
|