How can I freely edit an user's httpd.conf so that the changes stick?
I want to edit /usr/local/directadmin/data/users/$user/httpd.conf
by changing all of these lines:
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
to be: php_admin_value sendmail_path '/usr/sbin/sendmail -t -i'
It seems I can't do that without doing some restarting, modifying some template or something like that.
I want to edit /usr/local/directadmin/data/users/$user/httpd.conf
by changing all of these lines:
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
to be: php_admin_value sendmail_path '/usr/sbin/sendmail -t -i'
It seems I can't do that without doing some restarting, modifying some template or something like that.