NS8 / Create a virtual host

Hi all,

The defaults to Create a virtual host:

image image

BUG ?

Maximum execution time (seconds) => 0
It won’t have time to do something???

SECURYTY:

From NethServer-7.9:
Allow php access to remote files
is it the same as:
from NS8: URL-aware fopen wrappers ???

If yes, then NethServer-7.9 has much better wording.

Suggestion

Maximum file size (MB) max
should be
Maximum upload file size (MB) max
Again, as in NethServer-7.9.

Order of the lines:

Presently:

  1. Script memory limit (MB) max
  2. Maximum POST requests size (MB) max
  3. Maximum file size (MB) max
  4. Maximum execution time (seconds) max
  5. Maximum file upload number max

Lines 1-4 and 3-5 go together and are better in positions 1-2 and 4-5 as below ?

  1. Script memory limit (MB) max
  2. Maximum execution time (seconds) max
  3. Maximum POST requests size (MB) max
  4. Maximum file size (MB) max
  5. Maximum file upload number max

Michel-André

0 is unlimited in php world

1 Like

Salut @stephdl

IANAP but I should have know :frowning:

Michel-André

well my way to classified it is perfectable but I want to explain why I did

Maximum file size (MB) max <= Maximum POST requests size (MB) max <= Script memory limit (MB) max

maybe we could change to

Script memory limit (MB) max
Maximum POST requests size (MB) max
Maximum file size (MB) max
Maximum file upload number max
Maximum execution time (seconds) max

3 Likes