看板 FreeBSD 關於我們 聯絡資訊
※ 引述 蘭陽過客 (mystify.bbs@bbs.nchu.edu.tw) 之銘言 > 請問各位大大.... > 我的 dns 增加了 webmail IN CNAME mailserver > 那我的 apache2 的 http.conf 要怎麼改, <VirtualHost *:80> ServerName webmail.mydomain.com.tw DocumentRoot /var/www/data/openwebmail Alias /doc /var/www/data/openwebmail/doc ScriptAlias /cgi-bin/ /var/www/cgi-bin/openwebmail/ </VirtualHost> > 才能讓使用者打 > http://webmail.mydomain.com.tw > 就能進去 > http://mailserver.mydomain.com.tw/cgi-bin/openwebmail/openwebmail.pl > 請各位大大指點一下吧,謝謝 !! 在 /data/openwebmail/index.html 的 <HEAD> 區段加上 : <META HTTP-EQUIV="Refresh" CONTENT="0; URL=/cgi-bin/openwebmail.pl"> --- Posted via news://freenews.netfront.net Complaints to news@netfront.net