IGOS Nusantara dan server web CustomLogs

Dari IGNwiki
Revisi per 12 Januari 2010 11.42 oleh Ns (bicara | kontrib) (←Membuat halaman berisi 'Konfigurasi CustomLog.conf # Isi berkas: /etc/httpd/conf.d/CustomLog.conf LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogForma…')

(beda) ←Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya→ (beda)
Langsung ke: navigasi, cari

Konfigurasi CustomLog.conf

# Isi berkas: /etc/httpd/conf.d/CustomLog.conf 
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_forwarded
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

SetEnvIfNoCase X-Forwarded-For "." from_proxy=1: