On Fri, Jun 10, 2011 at 1:47 PM, Paolo Bolzoni <[email protected]> wrote:

>
> >> So... I can assume is there an thttpd bug somewhere?
>
> > That would be my next guess.  It might just be that thttpd cannot handle
> the 18MB HTTP request.  Maybe you can try doing this one push using ssh:
> instead of http:.  Once you get that one 80MB file uploaded, all
> > subsequent requests should be more reasonably sized and, with luck, you
> shouldn't have any further troubles.
>
> Well, I just copied back the repository to the server and it seems working
> fine.
> But I think this is fairly bad, can you suggest another simple server?
>

The www.fossil-scm.org (and www.sqlite.org and about a dozen other sites)
run on a single Linode using the simple HTTP server shown here:


http://www.sqlite.org/docsrc/artifact/14c9965da19e83baeba2cd81b6459f3948f73794

On a Linode 1024, it easily handles 300K+ requests per day and about 18GB of
traffic/day.  Just be sure to rotate the logs every week or two because they
will get large if you don't.



>
> I also like nginx, but it does not CGI. (Right?)
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to