Virtualmin deactivating PHP on new virtual servers
- by Josh
This is related to my other question... but the situation is much worse now.
After updating to the most recent version of Virtualmin, when I create new accounts, Virtualmin sets up their VirtualHost entries as follows:
<Directory /home/username/public_html>
Options -Indexes +IncludesNOEXEC +FollowSymLinks +ExecCGI
allow from all
…