Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #19209
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Additional .ini file |
| Date | 2022-12-23 12:02 +0100 |
| Message-ID | <k0lg6pFh9slU8@mid.individual.net> (permalink) |
| References | <to3vu8$ii6$1@gioia.aioe.org> |
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
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Additional .ini file Custom Log <custom@log.abc> - 2022-12-23 11:29 +0100
Re: Additional .ini file Arno Welzel <usenet@arnowelzel.de> - 2022-12-23 12:02 +0100
Re: Additional .ini file Custom Log <custom@log.abc> - 2022-12-23 13:33 +0100
Re: Additional .ini file Arno Welzel <usenet@arnowelzel.de> - 2022-12-23 16:16 +0100
Re: Additional .ini file "J.O. Aho" <user@example.net> - 2022-12-24 00:19 +0100
Re: Additional .ini file Custom Log <custom@log.abc> - 2022-12-24 08:37 +0100
csiph-web