4.9. Set up for PHP

Modify the PHP config files to set the environment for XooNIps.

The following set values are the required memory sizes for uploading files to a XooNIps server. Adjust them according to the server's structure if necessary.

If it is expected to use files sized 128 MB or bigger on XooNIps, it requires bigger value than the indicated in this manual.

The range of set value have to be memory_limit >= post_max_size >= upload_max_filesize

Set up Multi-byte string functions

Restart Apache to make the setup valid.

| [xoonips-server ~]# /etc/init.d/httpd restart | ← Restart the Apache to make the setup valid. | | --- | --- |

Last updated