Changes

Jump to navigation Jump to search
1,166 bytes added ,  14:11, 21 May 2009
m
Line 84: Line 84:     
=== Additional options ===
 
=== Additional options ===
{{Incomplete}}
+
 
 +
Some advanced settings are not available on the panel, but only with db commands:
 +
 
 +
*Options for Web access:
 +
**'''AllowOverride''': You can configure the AllowOverride directive of apache if web access is enabled. See this [http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride page] for a list of available option
 +
**'''FollowSymLinks''': (enabled|disabled). Should apache follows symlinks ?
 +
**'''PHPRegisterGlobals''': (enabled|disabled). Enable PHP register global for this share.
 +
**'''PHPMemoryLimit''': Set a memory limit for PHP. This limit only apply to this share
 +
**'''PHPMaxExecutionTime''': Set a time execution limit for PHP. This limit only apply to this share
 +
 
 +
*Options for SMB access:
 +
**'''cscPolicy''': (disabled|manual|documents|programs). Control client-side caching. Don't touch this if you don't know what it means. It can have unexpected behaviour.
 +
**'''OpLocks''': (enabled|disabled). Control the '''oplocks''' option of samba (default is enabled)
 +
**'''VetoOplockFiles''': Control the '''veto oplock files''' of samba
 +
 
 +
 
 +
Example:
 +
db accounts setprop myshare AllowOverride All PHPMemoryLimit 50M PHPMaxExecutionTime 600
 +
signal-event share-modify myshare
    
=== Missing features ===
 
=== Missing features ===

Navigation menu