Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Get Started
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
...CGI interface for scripts (Executable files; Perl,PHP, or another external interpreters)
ISAPI interface.
Virtual hosts and directories
Mail
POP3 server.
SMTP server.
FTP serverHTTPproxyserver
DNS server
DHCP serverHTTP TLS VPN server
Cookie based web authentication and single sign on system for largish intranets under a single domain where many, untrusted, people run their own web services. The server uses a private cookie scoped only for the client browser and the idcheck webserver which is always protected with SSL.
In addition to the common practise of using SSL for everything (which idcheck supports). The idcheck system can also be used to provide authentication to websites where you merely want to hide content...
DAVBroker is a very simple, extendable WebDAV server written entirely in Perl. Users may provide their own Perl modules for DAV protocol handling and user authentication. DAVBroker avoids the common DAV server pitfalls (timeouts, memory consumption).
Webtunnel is an HTTP tunnel with some unique features: it runs in the context of a web server; it uses simple requests/responses for proxy traversal; and it is multi-threaded to allow many parallel connections to many destinations simultaneously.
A lightweight, pure PERL, web server.
We had the need for a few very specific features in a web server, and could never find a sufficient solution. So we wrote one. Features include: HTTP(s), CGI, dynamic page creation w/ PERL, authentication and more