看板FreeBSD
标 题Re: [问题] 请问要怎麽把 openwebmail 的 login 设简单一点 ?
发信站Web-based News Server (Fri Nov 26 11:26:00 2004)
转信站ptt!ctu-reader!ctu-peer!news.nctu!news.netfront.net!not-for-mail
※ 引述 兰阳过客 ([email protected]) 之铭言
> 请问各位大大....
> 我的 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
[email protected]