Perlbal


title: "Perlbal" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["reverse-proxy", "free-web-server-software", "software-using-the-gnu-general-public-license", "free-software-programmed-in-perl"] topic_path: "general/reverse-proxy" source: "https://en.wikipedia.org/wiki/Perlbal" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox software"]

FieldValue
namePerlbal
logo
screenshot
developerDanga Interactive
released
latest release version1.80
latest release date
latest preview date
programming languagePerl
genreReverse proxy
licenseGNU General Public License / Artistic License
websitewww.danga.com/perlbal/
::

| name = Perlbal | logo = | screenshot = | caption = | collapsible = | author = | developer = Danga Interactive | released = | discontinued = | latest release version = 1.80 | latest release date = | latest preview version = | latest preview date = | frequently updated = | programming language = Perl | operating system = | platform = | size = | language = | status = | genre = Reverse proxy | license = GNU General Public License / Artistic License | website = www.danga.com/perlbal/ Perlbal is a Perl-based reverse proxy load balancer and web server. Perlbal is maintained by a group connected to Danga Interactive. The program is in common use by large web sites to distribute the load over a number of servers.

Like Perl, Perlbal is distributed under both the GNU General Public License and the Artistic License and is thus free software.{{cite web |url = http://code.sixapart.com/svn/perlbal/tags/Perlbal-1.59/perlbal |title = A source code file showing the licence |quote = You can use and redistribute Perlbal under the same terms as Perl itself. |url-status = dead |archiveurl = https://web.archive.org/web/20120817180951/http://code.sixapart.com/ |archivedate = 2012-08-17

Perlbal also features a so-called "re-proxy" mechanism. This allows a backend webapp to send back a small response to Perlbal which acts as an "internal redirect" and causes it to get the response data from elsewhere. This is often used so that expensive application server processes can defer to much simpler, faster HTTP servers to serve static files, freeing up the application server for other computing work. This is most commonly used in conjunction with MogileFS.

Additionally, plugins can be written to support various operations that may traditionally have been performed at the application layer. As an example, a filter plugin has been developed that can dynamically alter the palette of a PNG or GIF image as it passes through the proxy, allowing the image to be tinted. This is used on LiveJournal to provide predefined page templates whose colors, including those "baked" into images, can be customized by the user. Doing this relatively simple filtering task at the load balancer layer avoids the overhead of passing this request back to the full application servers.

References

References

  1. "Perlbal-1.80".
  2. Garcia, Jeremy. (2007-02-05). "Splice Traffic with Perlbal". Linux Magazine.
  3. Henderson, Cal. (2006). "Building scalable web sites". O'Reilly Media Inc.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

reverse-proxyfree-web-server-softwaresoftware-using-the-gnu-general-public-licensefree-software-programmed-in-perl