ZDS Directives

Directive

Mode

Reload

Description

zds.enable

ZEND_INI_SYSTEM

Yes

Enable ZDS file serving

zds.mime_types_file

ZEND_INI_SYSTEM

No*

Location of the MIME types file

zds.log_file

ZEND_INI_SYSTEM

No

Log file

zds.log_level

ZEND_INI_SYSTEM

No

Log verbosity level (0-5)

zds.min_file_size

ZEND_INI_SYSTEM

Yes

Minimal file size to serve via ZDS process (smaller files served via Apache)

zds.disable_byterange

ZEND_INI_SYSTEM

Yes

Disable handling byte-range requests (all requests would return entire file)

zds.mmap_chunk

ZEND_INI_SYSTEM

No

Memory chunk to map when serving file, in K. Bigger chunks imply higher memory usage by ZDS.

zds.nice

ZEND_INI_SYSTEM

No

Priority of ZDS server process. A Higher value means lower priority. Value range [1-19] anything higher than 19 will be converted to 19.

zds.etag_params

 

ZEND_INI_SYSTEM

 

No

Defines the file attributes that ZDS will use to build an ETag for the file it sends.

zds.child_max

ZEND_INI_SYSTEM

No

Maximum number of ZDS sub-processes.

zds.poll_delay

ZEND_INI_SYSTEM

No

Delay between poll invocations, in order to enable other processes to run better

zds.uid

ZEND_INI_SYSTEM

No

UID of the ZDS file server

 

 

Related Links

Related Links:
Enterprise Server

Zend Download Server (ZDS)

ZDS Settings