From owner-freebsd-questions Wed Jan 15 8:33: 3 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052A737B401 for ; Wed, 15 Jan 2003 08:33:02 -0800 (PST) Received: from anand.org (natgw.msi-cellular.com [217.113.64.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B4643F18 for ; Wed, 15 Jan 2003 08:32:55 -0800 (PST) (envelope-from arb@anand.org) Received: from arb by mobile.anand.org with local (Exim 4.12) id 18YqT7-0005TV-00; Wed, 15 Jan 2003 17:32:45 +0100 Date: Wed, 15 Jan 2003 17:32:45 +0100 From: Anand Buddhdev To: Paul Everlund Cc: Scott Mitchell , freebsd-questions@FreeBSD.ORG Subject: Re: WAP-server [Was Re: entropy] Message-ID: <20030115163245.GB20993@anand.org> References: <20030115154435.GA16944@fishballoon.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 15, 2003 at 04:53:25PM +0100, Paul Everlund wrote: > Do anyone by the way know if a special web-server is required for > serving wap-pages, i.e. can one use Apache? If not, what's out there? > Will take a look in the ports tree to see if I find anything. A "wap page" is nothing more than content that has been marked up with WML, the wireless mark-up language. You can serve WML content with any webserver, including apache. Just add a line like this to the httpd.conf file: AddType text/vnd.wap.wml .wml Where .wml is the file extension you use for your WML pages. -- Anand Buddhdev http://anand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message