Individuare gli script PHP che inviano SPAM: differenze tra le versioni

Riga 91: Riga 91:
; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /usr/local/bin/sendmail-php
sendmail_path = /usr/local/bin/sendmail-php
</pre>
Se usate PHP come CGI, con SUPHP o FCGI, modificate alla stessa maniera anche il file <tt>/etc/php5/cgi/php.ini</tt>.
<br/>
Riavviamo Apache per fargli digerire le modifiche:
<pre>
# /etc/init.d/apache2 restart
</pre>
</pre>