perl-HTTP-Server-Simple

Lightweight HTTP server

This is a simple standalone HTTP server. By default, it doesn't thread or fork. It does, however, act as a simple frontend which can be used to build a standalone web-based application or turn a CGI into one. It is possible to use Net::Server classes to create forking, pre-forking, and other types of more complicated servers; see net_server. By default, the server traps a few signals: * HUP When you 'kill -HUP' the server, it lets the current request finish being processed, then uses the 'restart' method to re-exec itself. Please note that in order to provide restart-on-SIGHUP, HTTP::Server::Simple sets a SIGHUP handler during initialisation. If your request handling code forks you need to make sure you reset this or unexpected things will happen if somebody sends a HUP to all running processes spawned by your app (e.g. by "kill -HUP <script>") * PIPE If the server detects a broken pipe while writing output to the client, it ignores the signal. Otherwise, a client closing the connection early could kill the server.

No hi ha cap paquet oficial disponible per a openSUSE Leap 15.5

Distribucions

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

RedHat RHEL-7

CentOS CentOS-7

Distribucions sense suport

Les distribucions següents no tenen suport oficial. Useu aquests paquets segons la vostra responsabilitat.

openSUSE:Leap:15.0

openSUSE:Leap:15.1

openSUSE:Leap:15.2

openSUSE:Leap:42.1

openSUSE:Leap:42.2

openSUSE:Leap:42.3

openSUSE:12.2

openSUSE:12.3

openSUSE:13.1

openSUSE:13.2

SUSE:SLE-15:GA

home:obsgeek0:repos:SLE15:aggregate

CentOS:CentOS-5

CentOS:CentOS-6

SUSE:SLE-10

deleted