This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
I'm using the documented nginx implementation, but one thing i haven't been able to work out, how do you refresh the php instance after changing the config?
There are service scripts in init.d for each of your virtual domains.
php-fcgi-domain1.com
php-fcgi-domain2.com
Script allows stop, start, restart via command line
e.g.
service php-fcgi-domain2.com restart
Ah perfect! Just what I was looking for,
Thanks.