Re: Additional .ini file
Arno Welzel <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
Custom Log, 2022-12-23 11:29: [...] > But I wonder if it is a correct practice, given that /etc is a system > directory (which contains system configuration files), and the system > directories should not be touched. No, there is no rule that system directories should not be touched. Of course you can adjust the configuration in /etc as needed. Only user processes should not change system files, so for example PHP scripts serving a website must not be allowed to modify files inside /etc - but of course you as administrator can adjust the files as needed. -- Arno Welzel https://arnowelzel.de