Score:0

Fix virtualmin domains to use individual php ini files

id flag

My server is setup to use virtualmin for managing configurations. In trying to resolve a php issue when a wordpress plugin installation, I inadvertently broke the settings on my domains so they no longer use the individual php ini files in their subfolder, but instead all point back to the server's main php.ini file under /etc. I can't seem to find the apache or php configuration to revert the behavior so that it looks for it in the domain's subfolder.

Score:0
in flag

As it is mentioned here you can use this setting in Apache config:

<VirtualHost 1.2.3.4:80>
[...]
PHPINIDir /path/to/new/ini
[...]
</VirtualHost>
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.