Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

phhttpd(8)


phhttpd

phhttpd

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
SEE ALSO

NAME

phhttpd − static HTTP accelerated server

SYNOPSIS

phhttpd [ −c configfile ] [ −d debugvalue ] [ −p ]

DESCRIPTION

phhttpd is a HyperText Transfer Protocol (HTTP) server. It runs as a standalone daemon and services HTTP requests off the network. It only handles static HTTP fetches; requests it does not understand are passed to a backend HTTP server for processing.

OPTIONS

−c configfile

This option tells phhttpd where to find its configuration file. For more information on the configuration syntax, please see the phhttpd documentation.

−d debugval

Sets the debuging level within the server to debugval. This will cause potentially interesting data to be sent to stdout if phhttpd was compiled with debugging enabled. The source code is the only real guide to the meaning of this data.

−p

This will force the server to use a poll(2) event model. This may come in handy if alternate event models prove to be buggy.

FILES

/usr/sbin/phhttpd

/etc/phhttpd.conf

SEE ALSO

/usr/doc/phhttpd-*/html



phhttpd(8)