allow_url_fopen can't be changed in a vhost #72

Closed
opened 2020-11-06 15:12:28 +01:00 by bwaegeneire · 1 comment
Owner

We can't set allow_url_fopen from a vhost as it's currently done in the vhost template:
234ac67634/scripts/vhost (L68)

This setting can only be set from PHP_INI_SYSTEM (any global config file):
https://www.php.net/manual/en/filesystem.configuration.php

We can't set allow_url_fopen from a vhost as it's currently done in the vhost template: https://gitea.evolix.org/evolix/evoadmin-web/src/commit/234ac67634701d0a6be0ccaaefa7f2cefa8400be/scripts/vhost#L68 This setting can only be set from PHP_INI_SYSTEM (any global config file): https://www.php.net/manual/en/filesystem.configuration.php
Author
Owner

Looks like I misunderstood the doc. It should work, I haven't tested it tho.

Looks like I misunderstood the doc. It should work, I haven't tested it tho.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evoadmin-web#72
No description provided.