11 月 012013
 

anon_umask
The value that the umask for file creation is set to for
anonymous users. NOTE! If you want to specify octal values,
remember the “0” prefix otherwise the value will be treated as
a base 10 integer!
Default: 077
local_umask
The value that the umask for file creation is set to for local
users. NOTE! If you want to specify octal values,remember the
“0” prefix otherwise the value will be treated as a base 10 integer!
Default: 077

11 月 012013
 

<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0
</IfModule>