Total Pageviews

Sunday, 10 March 2013

Small HTTP server



It is not only a web server, it is also
Mail server, DNS server, FTP server, Proxy server... All in one!
This program will help you to open all the possibilities Internet can offer for your company -
public site, provide Internet access and personal mailboxes for each employee!

Possibilities:
  • HTTP server.
    • Server Side Includes. Regular expression in SSI.
    • CGI interface for scripts (Executable files; Perl,PHP, or another external interpreters)
    • ISAPI interface.
    • Virtual hosts and directories
  • Mail
    • POP3 server.
    • SMTP server.
    • Anti-spam filters. Good, bad, and gray lists common and personal for each user.
    • Forwarding and possibilities to execute scripts for income messages.
    • Execute external anti-virus
  • FTP server
    • Virtual directories for FTP
    • FTP proxy.
  • HTTP proxy server
    • HTTP, FTP, HTTPS request supported
    • Store lot of traffic, fast access.
    • Internal continues downloading when connection broken.
    • Server can request compressed and unpack reply on fly (with an external Zlib library)
  • DNS server
    • Option for dinamicaly check a serverice on remote host and if the service down, change one IP address to other.
    • Reqursion from root DNS or from DNS of provider. Caching.
    • Option for autoreply to request to resolve IPv6 name. (for networks that don't use Internet through IPv6).
    • DNSBL server (work with SMTP)
  • DHCP server
  • Full detail statistics. Include statiscs by countries!
  • Web and local administration
  • IPv6 support
  • SSL/TLS support with an external library.
  • GZip compression support with an external Zlib library. 
  •  
  • from http://smallsrv.com/