Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mini-httpd

8 views
Skip to first unread message

Mel

unread,
Nov 1, 2002, 6:36:14 PM11/1/02
to
i am trying to use mini-httpd from tclhttpd package

i am trying to execute a cgi script (which is a tcl script) and i added the
line:

array set HttpdMimeType {
...
.cgi application/tcl <<<<<<<
}

when i try http://localhost/junk.cgi the browser tries the "save to file"

CAN mini-httpd server handle scripts? if so what do i have to do to get me
going?

Yours, Mel


matt morian

unread,
Nov 2, 2002, 7:28:41 PM11/2/02
to
"Mel" <m...@redolive.com> wrote in message news:<ybEw9.70$wN1....@news.uswest.net>...

In the comments of my copy of minihttpd.tcl, it says "# This is a
working sample httpd server written entirely in TCL with the CGI and
imagemap capability removed."

-Matt

Larry Smith

unread,
Nov 4, 2002, 11:33:44 AM11/4/02
to

Mini-httpd doesn't do cgi. However, from what you
are trying to do above, check out Castle at
http://www.smith-house.org/open.html. It's tiny,
fast, and has the ability to let you define new
file extensions for preprocessing.
--
.-. .-. .---. .---. .-..-. | Wild Open Source Inc.
| |__ / | \| |-< | |-< > / | "Making the bazaar just a
`----'`-^-'`-'`-'`-'`-' `-' | little more commonplace."
home: www.smith-house.org | work: www.wildopensource.com

0 new messages