Mongrel is an open-source HTTP library and web server for Ruby web applications written by Zed A. Shaw. It uses plain HTTP, rather than FastCGI or SCGI, to communicate with other servers which may be layered in front of it. One popular configuration is to run Apache 2.2 as a load balancer using mod_proxy_balancer in conjunction with several Mongrel instances, with each Mongrel instance running on a separate port.

PropertyValue
dbpedia-owl:Software/license
dbpedia-owl:Work/genre
dbpedia-owl:genre
dbpedia-owl:license
dbpprop:abstract
  • Mongrel is an open-source HTTP library and web server for Ruby web applications written by Zed A. Shaw. It uses plain HTTP, rather than FastCGI or SCGI, to communicate with other servers which may be layered in front of it. One popular configuration is to run Apache 2.2 as a load balancer using mod_proxy_balancer in conjunction with several Mongrel instances, with each Mongrel instance running on a separate port. This is something that can be configured very easily using the mongrel_cluster management utility. Apache can divide the incoming requests among the available Mongrel processes, and, with careful configuration, can even serve static content itself without having to delegate to Mongrel. For those who wish to avoid Apache altogether, it is possible to deploy a Mongrel cluster with an alternative web server, such as nginx or lighttpd, and a load balancer of some variety such as Pound or a hardware-based solution.
  • Mongrel est un serveur HTTP écrit en Ruby et en C. Il a été conçu pour être leger, rapide et sécurisé C'est un logiciel libre distribué selon les termes de la licence Ruby, compatible avec la licence GNU GPL.
  • Mongrel to szybki serwer obsługujący aplikacje napisane we frameworku Ruby on Rails. By go zainstalować, wymagany jest Ruby w wersji 1.8.4. Instalacja wymaga wpisania polecenia "gem install mongrel". Po zainstalowaniu, wystarczy przejść do katalogu aplikacji i wydać polecenie: mongrel_rails start. Nasza aplikacja będzie działała w trybie development, na domyślnym porcie (zwykle 3000). Więcej opcji: dla polecenia mongrel_rails start -uruchamiającego serwer -d -aplikacja będzie działała w tle, -p -jako argument wpisujemy numer portu, z którego nasza aplikacja będzie korzystać -e -jako argument podajemy nazwę środowiska (production -dla gotowej aplikacji, development -w czasie gdy ją tworzymy) mongrel_rails stop -zatrzymujemy serwer mongrel_rails restart -restartujemy serwer -h (przy każdym poleceniu) pokazuje pomoc
dbpprop:developer
dbpprop:genre
dbpprop:hasPhotoCollection
dbpprop:latestReleaseDate
dbpprop:latestReleaseVersion
  • 1.1.5
dbpprop:license
dbpprop:name
  • Mongrel
dbpprop:operatingSystem
dbpprop:portalProperty
  • Free Software Portal Logo.svg
  • Free software
dbpprop:reference
dbpprop:website
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
rdf:type
rdfs:comment
  • Mongrel is an open-source HTTP library and web server for Ruby web applications written by Zed A. Shaw. It uses plain HTTP, rather than FastCGI or SCGI, to communicate with other servers which may be layered in front of it. One popular configuration is to run Apache 2.2 as a load balancer using mod_proxy_balancer in conjunction with several Mongrel instances, with each Mongrel instance running on a separate port.
  • Mongrel est un serveur HTTP écrit en Ruby et en C. Il a été conçu pour être leger, rapide et sécurisé C'est un logiciel libre distribué selon les termes de la licence Ruby, compatible avec la licence GNU GPL.
  • Mongrel to szybki serwer obsługujący aplikacje napisane we frameworku Ruby on Rails. By go zainstalować, wymagany jest Ruby w wersji 1.8.4. Instalacja wymaga wpisania polecenia "gem install mongrel". Po zainstalowaniu, wystarczy przejść do katalogu aplikacji i wydać polecenie: mongrel_rails start. Nasza aplikacja będzie działała w trybie development, na domyślnym porcie (zwykle 3000).
rdfs:label
  • Mongrel (web server)
  • Mongrel (serveur HTTP)
  • Mongrel
owl:sameAs
skos:subject
foaf:homepage
foaf:name
  • Mongrel
foaf:page
is dbpprop:disambiguates of
is dbpprop:redirect of