Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Utilities

    webfs 1.21

    Download button

    Downloads: 1,026  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Gerd Knorr | More programs
    GPL / FREE
    September 23rd, 2005, 14:33 GMT
    ROOT / Utilities

     Read user reviews (0)  Refer to a friend  Subscribe

    webfs description

    webfs is a simple http server for mostly static content.

    webfs is a simple http server for mostly static content. You can use it to serve the content of a ftp server via http for example.

    It is also nice to export some files the quick way by starting a http server in a few seconds, without editing some config file first.

    It uses sendfile() and knows how to use sendfile on linux and FreeBSD. Adding other systems should'nt be difficuilt.

    There is some sendfile emulation code which uses read()+write() and a userland bounce buffer, this allows to compile and use webfs on systems without sendfile() too.

    Recent versions also got limited CGI support (GET requests only) and optional SSL support.

    Here are some key features of "webfs":

    · single process: select() + non-blocking I/O.
    · trimmed to use as few system calls as possible per request.
    · use sendfile to avoid copying data to userspace.
    · optional thread support. Every thread has its own select loop then (compile time option, off by default, edit the Makefile to turn it on).
    · automatically generates directory listings when asked for a directory (check for index.html available as option), caches the listings.
    · no config file, just a few switches. Try "webfsd -h" for a list, check the man page for a more indepth description.
    · Uses /etc/mime.types to map file extentions to mime/types.
    · Uses normal unix access rights, it will deliver every regular file it is able to open for reading. If you want it to serve public-readable files only, make sure it runs as nobody/nogroup.
    · supports keep-alive and pipelined requests.
    · serves byte ranges.
    · supports virtual hosts.
    · supports ipv6.
    · optional logging in common log file format.
    · optional error logging (to syslog / stderr).
    · limited CGI support (GET requests only).
    · optional SSL support.

    What's New in This Release:

    · large file support.
    · s/sprintf/snprintf/ in some places.
    · changed timestamp handling, webfs doesn't attempt to parse them any more but does a strcmp of rfc1123 dates.
    · access log uses local time not GMT now.
    · some ssl/cgi cleanups.
    · misc fixes.



    Product's homepage

      


    TAGS:

    http server | static content | ftp server | webfs | http | ftp

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM