Utilizzare Webalizer per avere le statistiche di Apache: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
Riga 39: Riga 39:
<pre>
<pre>
#!/bin/sh
#!/bin/sh
webalizer -n tunahoagie -o /srv/www/tunahoagie.com/public_html/webalizer /srv/www/tunahoagie.com/logs/access.log >/dev/null 2>&1
webalizer -n tunahoagie -o /var/www/tunahoagie.com/www/webalizer /var/www/tunahoagie.com/logs/access.log >/dev/null 2>&1
webalizer -n tofuhoagie -o /srv/www/tofuhoagie.com/public_html/webalizer /srv/www/tofuhoagie.com/logs/access.log >/dev/null 2>&1
webalizer -n tofuhoagie -o /var/www/tofuhoagie.com/www/webalizer /var/www/tofuhoagie.com/logs/access.log >/dev/null 2>&1
webalizer -n fuzzyshambler -o /srv/www/fuzzyshambler.com/public_html/webalizer /srv/www/fuzzyshambler.com/logs/access.log >/dev/null 2>&1
webalizer -n fuzzyshambler -o /var/www/fuzzyshambler.com/www/webalizer /var/www/fuzzyshambler.com/logs/access.log >/dev/null 2>&1
Make the script executable:
Make the script executable:
</pre>
</pre>