Linux 測試mail Open Relay 位址的主機 2009-07-27 王大 發表迴響 可以測試mail Open Relay 位址的主機. http://spam.gsnmm.gov.tw/cgi-bin/relayall.cgihttp://www.spamhelp.org/shopenrelay/shopenrelaytest.phphttp://www.abuse.net/relay.htmlhttp://www.checkor.com/
Linux 移除 apache 的 indexes 設定 2009-07-18 王大 發表迴響 設定 apache 時,記得將 httpd.conf 的這一行 Options Indexes FollowSymLinks 將其中的 Indexes 移除,改為 Options FollowSymLinks 這樣子設定之後,就算目錄裡沒有 index 網頁,apache 也不會將目錄內容顯示出來,訪客就看不到目錄裡的檔案了。