Questions tagged [thttpd]
10 questions
3
votes
3 answers
Can advanced web servers be faster than basic web servers?
A bsic web server such as python SimpleHTTPServer or THTTPD reads static files with least process; thus is quite fast. Normally, adding more features to create an advanced web server (but still lightweight such as nginx) will slow down this…

Googlebot
- 1,047
- 2
- 15
- 30
2
votes
2 answers
Is thttpd still alive?
is the thttpd webserver project still alive? Should this sever be used for a new project? The latest release looks like it was in December of 03 and the mailing list archive stops in may of 08.

JonDrnek
- 247
- 1
- 3
- 7
1
vote
1 answer
thttpd memory usage
I have a thttpd server running on an ARM box, and I use it to serve images through a cgi.
What I observe is with each image served, the amount of free memory is lower, and in the
psoutput, the VSZ column grow for thttpd.
At some point thttpd gives…

shodanex
- 212
- 2
- 9
0
votes
1 answer
Using nginx or mongoose or mongrel or other tiny web server, how to serve certain files from subdirectories as from one root or top level directory
I have a directory structure let's say…

htfree
- 483
- 4
- 9
- 21
0
votes
1 answer
thttpd HTTP support level
Does thttpd support HTTP 1.1 only for static pages? HTTP requests for CGI-generated pages seem to respond only with HTTP 1.0.
=========================
$ curl -i http://index.html
HTTP/1.1 200 OK
Server: thttpd/2.25b…

ksuralta
- 101
- 3
0
votes
1 answer
thttpd: Daemon exiting, I don't know why
I run thttpd to serve some perl files. But for some reason the daemon is exiting every second or third day. Strangely it's always at 6.25 am. Here are some lines from syslog:
Nov 10 06:25:40 b1 thttpd[6370]: up 86404 seconds, stats for 86404…

Tobe
- 151
- 2
- 6
0
votes
1 answer
Setting up thttpd to run vqadmin or qmailadmin...keep getting 404s
I run nginx for my web server but wanted to quickly toss up thttpd so I could do some maintainenace using either vqadmin or qmailadmin.
Those files are located at: /usr/local/apache/cgi-bin/qmailadmin and…

Ian
- 251
- 2
- 10
0
votes
5 answers
Can SSH be tunneled over HTTPS using thttpd?
I need to tunnel my SSH server through an HTTPS port using thttpd (I can change to lighttpd if necessary, but I'm trying to avoid installing Apache since it's an underpowered box). I haven't been able to find anything that confirms or denies this…

Michael
- 321
- 1
- 2
- 8
0
votes
0 answers
thttpd support Strict Transport Security (HSTS) header
I try to understand if thttpd support header because my webserver doesn't show the HSTS and I don't think he use it and I want that he will do.

avigezer
- 1
-2
votes
1 answer
How to add SSL support to web browser?
Please suggest me how can I add SSL support to thttpd. Or if I can put it straight, how to make my web server have SSL support?

crusader
- 3
- 4