LinuxLinks.com
Newbies What Next ? News Forums Calendar
Home | Register | News | Forums | Guide | Free Software | MyLinks | Add Link | Modify Link | New | Hot | Link Us | Bookmark

Search/Browse

 Category Gateway
More Options
Category:  

Related Sites

LinuxLinks Login

Login:

Password:



Click here
to start your own
Link collection!

LinuxLinks News
 · Little thin client runs Linux
 · $7 Soc runs Linux
 · Linux examined: Fedora 9
 · Asus to ship all motherboards with Linux
 · Linux rides pillion on Mumbai city buses
 · From newb to 100 with Ubuntu Linux 8.04
 · Verizon Wireless to introduce Linux phones
 · Red Hat’s Fedora 9 debuts with new features
 · Fedora 9 - an OS that even the Linux challenged can love
 · Time to slow down?
(more...)

 

Latest Links
Java Clazz Utils
AZR3-JACK
p@rdalys
Virt-df
ANSI32
(more...)

 

Google Search
 



Top : Software : Internet : WebServers : Mini Servers

Highlights
Little thin client runs Linux
The Italian firm CompuMaster has introduced a compact thin client that runs Linux. The "Praim Ino" can be mounted on the back of a monitor, draws just six Watts, and comes with a variety of client software, the company says.

(Read more)
Kate
Kate is a multi document editor, based on a rewritten version of the kwrite editing widget of KDE, offering all the features of that plus a bunch of its own. Kate has been been moved to the kdebase package, and is a builtin part of your favorite desktop since release 2.2. Being a native KDE application, Kate is of course born with networking transparency, as well as it integrates with the outstanding features of KDE. Choose it for viewing HTML sources from konqueror, editing configuration files, writing new applications or any other text editing task. Read more

Links:

  • ABYSS
    ABYSS aims to be a fully HTTP/1.1 compliant web server. Its main design goals are speed, low resource usage and portability.
  • AHD
    AHD is a small, fast, secure, single-tasking webserver which supports modules and CGI.
  • Camlserv
    Camlserv is a lightweight server written in Ocaml for highly interactive webpages or even online browser based games. The server can already be used as a fast frontend to a MySQL database. The software should work on *nix and windows.
  • cdServer
    cdServer is a simple HTTP server based on the standard Python library module SimpleHTTPServer designed to serve (static) contents off a CD-ROM. cdServer provides a simple interface for special (interactive) functions implemented in an external application program, e.g. search functions for a database.
  • cghttpd
    The cghttpd software is a Coronet and Guasi based trivial Web server developed to test the level of performance that can be achieved with such a solution. It is by far not a complete Web server, nor a server that you want to expose to a public network.
  • Cheetah Server
    Cheetah Server is a very minimal web server for testing small local sites, or to continue to serve some content while configuring your primary web server. It has very few features (and is single-threaded with optional fork support), except that it will serve files in a directory under a user-specified port, does not require root access and can serve Last Modified information to aid caching. Cheetah has less than 1000 lines of C code.
  • darkhttpd
    darkhttpd is a secure, lightweight, fast, single-threaded HTTP/1.1 server for static content.
  • Das Schaefchen
    Das Schaefchen is a lightweight HTTP server. It supports the minimum requirements of the HTTP/1.1 protocol and virtual hosts, basic authentication (which can be used to protect either files or directories), directory listing, and byte ranges. It is an event-driven server that runs as a single process with a single thread using non-blocking I/O. It uses epoll as the event notification mechanism to multiplex control between active connections.
  • dhttpd
    dhttpd is a minimal server that has support for virtual hosting, QOS, CGI scripts, and tries to be secure. It also has an Apache compatible access log, and only needs a tiny memory footprint.
  • DNHTTPD
    Doug Neal's HTTP Daemon. It's goal is to be a lightweight web server with some cool unique features
  • EasyHTTPD
    EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server. It is intended use allows applications to be controlled by a browser. HTML template files make dynamic content generation a snap.
  • edna
    edna allows you to access your MP3 collection from any networked computer. This software streams your MP3s via HTTP to any MP3 player that supports playing off a remote connection (e.g. Winamp, FreeAmp, Sonique, XMMS, WMP).
  • fnord
    fnord is a small (13k static Linux-x86 binary without CGI, 18k with CGI) server, that has CGI, keep-alive and virtual hosting support.
  • Hocuspocus
    Hocuspocus is a small and extensible Web server for controlling key Linux applications remotely via a Web server. This means you can adjust things like system volume from any browser, including a WiFi enabled PDA such as the iPhone.
  • ihttpd
    ihttpd is a tiny and simple http-server that runs under inetd. It can serve static entities and dynamic (cgi-bin) entities. It is written in C an is less than 800 lines making it ideal for trying out new implementations .
  • im-httpd
    im-httpd is an ultra minimal lightning fast HTTP server. On Linux, compiles to a 7k binary when linked against glibc. Ideal for serving lots of small static files.
  • japach
    japach is a simple webserver, providing simple support for CGI scripts, virtual hosts and static pages serving. Could be useful for sites for which apache is unnecessarily "big hammer", and is really easy to configure.
  • Jellybean
    Jellybean is a Perl Object Server with an HTTP interface. The point of an Object Server is to provide a framework which you can use to write lightweight and desktop-appropriate applications.
  • Kernux
    Kernux is a fully kernel-mode HTTP daemon for Linux. It works as a kernel module, like a device driver. It uses low-level socket operations to handle the client requests.
  • LeahHTTPd
    LeahHTTPd is a small but powerful multiplatform/multiarch webserver daemon.
  • lighttpd
    lighttpd is a secure, fast, compliant, and very flexible Web server which has been optimized for high-performance environments.
  • lns.http
    lns.http is a simple framework for writing Common LISP Web applications. It handles the incoming connections, parses HTTP headers and queries, and finally hands control over to your URL handler. It is an HTTP/1.1 compatible Web server, but tries to achieve compatibility with lesser (down to the informal HTTP/0.9) clients.
  • mattows
    A tiny web server in some 600 lines of C, written as an educational project and as a simple standalone application to test CGI programs.
  • MHTTPD
    MHTTPD is fast, simple and very small. It supports HTTP GET and POST method (that's all you need for more than 90% of time). It also supports HTTP Basic Authentication. Authentication can be performed by name and password lookup in a text file (userid:Unix_crypted_password) or from A LDAP server directly.
  • mini-httpd
    mini-httpd is a tiny web server designed for optimal performance, high security, and as little use of system resources as possible. Unlike most other web servers, mini-httpd does not require more than one process or system thread in order to handle several requests concurrently.
  • mini_httpd
    mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it's quite adequate. It implements all the basic features of an HTTP server.
  • MiniWebsvr
    MiniWebsvr is a small Web server that aims to one day be embeddable. It supports static Web pages, directory listing, HTTP MIME encodings, GET/HEAD/OPTIONS, and logging to disk. It has a small memory footprint, is multi-threaded, and supports command line options, conditional GET:, If-Modified-Since:, and range-bound downloads (download resuming).
  • Monkey HTTP Daemon
    Monkey HTTP Daemon is a small Web server written in C featuring: CGI/PHP support, multihreading, config files, mime types, virtualhost, deny by URL/IP etc.
  • muhttpd
    muhttpd (mu HTTP deamon) is a simple but complete web server written in portable ANSI C. It supports static pages, CGI scripts, and MIMEtype based handlers. It drops privileges before accepting any connections, and it can log received requests.
  • Naken Web
    Naken Web is a mini-webserver capable of serving out static Web pages along with images from an AVI/MJPEG file or a video4linux2 compatible camera. Video can be served out as either single frames with a client pull or as streaming MJPEG with a server push. Naken Web is small enough to run on an embedded computer.
  • Naridesh
    Naridesh is a Web server written in Perl. It supports directory browsing, username/password security, file download, and plugins.
  • Null httpd
    Null httpd is a very small, simple and multithreaded web server for Linux and Windows.
  • OpenAngel
    OpenAngel is a HTTP/1.0 ready, highly secure webserver written in perl. Security was the primary goal in its development, that's why some functionality is missing from it - so it's very simple. It's available only for file-distribution.
  • PhotoGrotto
    PhotoGrotto is a specialized Web server for serving photos stored in a database such as PostgreSQL. The images can be resized and have their encoding changed through the arguments passed in the request.
  • pServ
    The aim of pServ (pico Server) is to create a portable, small webserver. Coded in portable C with Unix being the main reference platform, but porting is encouraged.
  • Ranquel
    Ranquel is a free little http server written in Perl intended to be small, easy to install and configure, and portable. Ranquel is based on Doug Neal's DNHTTPD release 0.6.
  • RedHTTPD
    RedHTTPD is a web server that was written for academic purposes.
  • rhttpd
    An experimental HTTP-Server for static contents that primarily aims to be fast. rhttpd does not fully comply to the HTTP Protocol Version 1.1 but supports: Keep-Alive, single Range-Request, HTTP Pipelines, virtual hosts, and304 Not-Modified Header.
  • Scrinchy
    Scrinchy is a tiny (26kB) Web server that is capable of serving HTML, JPG, GIF, TIFF, PNG, and various other file types, as well as running Perl, Python and (theoretically) PHP scripts externally and passing GET params and cookies to those scripts. Scrinchy includes a built-in scripting language presently called Sy, which is stack-based because stack-based languages are often smaller and faster than interpreted languages which require elaborate parsers.
  • Seminole
    (commercial) Seminole is a compact, portable, and modular webserver that is designed with a small memory footprint in mind. In fact, on a typical microprocessor, Seminole has a code footprint of 20Kb with all features enabled.
  • sh-httpd
    sh-httpd is a shell script-based Web server that sports a CGI 1.1 interface.
  • Shttp
    Shttp is a simple, partial HTTP/1.1 implementation built using the ServerKit framework. It's a little over 1000 lines of code, and serves well as a minimal lightweight HTTP server in closed/controlled/static content settings, as well as a learning tool for those interested in developing TCP-service-providing modules using ServerKit. Illustrating how easy it is to build efficient server programs using ServerKit, this module has demonstrated 7200 requests/second in AB benchmarks.
  • shttpd
    shttpd is a very small, simple, and perhaps even fast HTTP server. Is intended mainly for personal use and can handle only static pages. It supports a reasonable subset of HTTP/1.0 and HTTP/1.1 with no virtual servers, conditional GET, or persistent connections.
  • Small HTTP server
    Small HTTP server is a universal server program that includes an HTTP server that supports virtual hosts and virtual directories, CGI 1.1, SSI, and more; an HTTP/FTP proxy server with continued downloads, support for GZip requests, and unpacking on the fly with an external Zlib library; a DNS server; an FTP server with virtual directories for FTP; a POP3 server; and an SMTP server with lots of antispam features. It provides detailed statistics and Web administration.
  • Sws Web Server
    SWS is a web server for static web pages. SWS is very simple and fast. It's written in GCC and you can distribute with GPL license.
  • thttpd
    thttpd is a tiny/turbo/throttling HTTP server: a simple, small, portable, fast, and secure HTTP server.
  • Thy
    Signed from the ground up to be lightweight and fast, bloat is strictly kept away. If a feature commonly found in other daemons can be implemented outside of Thy, it will not find its way in.
  • webfs
    webfs is a simple http server mostly for static content. You can use it to serve the content of a ftp server via http for example.
  • XS-HTTPD
    XS-HTTPD is a small and fast WWW server with many features. It runs user CGI binaries under their own user ID, and does not fork for every connection.
  • XWeb HTTP Server
    XWeb HTTP Server is a simple Web server which supports CGI scripts written in Perl and C.
  • yhttpd
    yhttpd is a very light webserver based on yChat socket and thread engines.
  • zawhttpd
    zawhttpd features HTTP/1.0 and 1.1 support, keep-alive persistent connections, IPv6 support, GET and HEAD requests, chunked encoding and content-range, directory listing etc.
  • ZWS
    ZWS is a simple web server written in ZSH, mostly as an excercise for the author in shell scripting and the HTTP protocol. It turned out to be a quite functional little web server you can start up in no time if you suddenly need one.



Other Sites

Migrate to Linux
Thinking of switching to Linux? Check out our Linux Equivalents to Windows Software section, highlighting popular Linux equivalents to Windows software.

This feature also includes over 150 individual software portal pages including Blender, Scribus, OpenOffice.org, Evolution, Eclipse, K3b, and MythTV, providing a wealth of essential information.

 

Distribution Guides
Distro Guide

Debian
Fedora
Gentoo
Mandriva
OpenSuSE
RedHat
Slackware
Ubuntu
Xandros

Absolute
Linux Mint
64 Studio

LiveCDs
Berry Linux
GoblinX
KNOPPIX
Kubuntu
NimbleX
PCLinuxOS
Sabayon
SimplyMEPIS
Xubuntu

Entire List

 

SourceFiles.org
Sourcefiles.org
Backup
CD Writing
Databases
Editors
Emulators
Financial
Games
Graphics
Home ...
Internet
Multimedia
Networking
Office
Prod Tools
Scientific
Shells
Spreadsheets
Toys
Utilities
WMs

 

Services
Web Calendar
Linux Licenses

Advertise at LinuxLinks.com

 

My LinuxLinks
MyLinks
  • Bookmarked links
  • Emailed Newsletter
  • Your own profile

  • Latest Portal Pages
    Mixxx
    energyXT2
    GRASS
    uDig
    QGIS
    gretl
    SPSS

     

    About | FAQ | Privacy | Awards | Contact
    Portal Version 0.7. Intel Blade.
    Comments to the webmaster are welcome.
    Copyright 2002-2007 LinuxLinks.com All rights reserved.