Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2005 20:42:23 +0200
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        Bill Fenner <fenner@research.att.com>
Cc:        www@FreeBSD.org
Subject:   Re: CGI Style conversion
Message-ID:  <4357E50F.3070202@FreeBSD.org>
In-Reply-To: <200510191646.j9JGkj50018190@bright.research.att.com>
References:  <200510191646.j9JGkj50018190@bright.research.att.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Fenner wrote:

>The only remaining barrier to claiming that it's ready is the
>mailing list archives - it looks like there is some special
>magic that's only on docs.freebsd.org and I'd have to test
>there, but docs.freebsd.org's web server doesn't execute CGIs
>in user directories.  Anyone know how the mailing list archive
>stuff is set up well enough to help test how it'll work with my
>updated cgi-style.pl
>  
>

The mailing list archive run on our mail server hub.freebsd.org.
docs.freebsd.org pass the request back to hub.

You can test the cgi scripts offline on the console:

export REQUEST_METHOD=GET
export QUERY_STRING='fetch=42409+0+current/freebsd-www'

cd <your_development_documentroot>/data/cgi
./getmsg.cgi

[ HTML output ...]

-Wolfram

-- 
Wolfram Schneider <wosch@FreeBSD.org> http://wolfram.schneider.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4357E50F.3070202>