Apache2-API
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
access module name
=head2 -apxs
location of apxs (default is from C<Apache2::BuildConfig>)
=head2 -auth_module_name
auth module name
=head2 -bindir
Apache bin/ dir (default is C<apxs -q BINDIR>)
=head2 -cgi_module_name
cgi module name
=head2 -defines
values to add as C<-D> defines (for example, C<"VAR1 VAR2">)
Makefile.PL view on Meta::CPAN
=head2 -documentroot
DocumentRoot (default is C<$ServerRoot/htdocs>
=head2 -group
Group to run test server as (default is C<$GROUP>)
=head2 -httpd
server to use for testing (default is C<$bindir/httpd>)
=head2 -httpd_conf
inherit config from this file (default is apxs derived)
=head2 -httpd_conf_extra
inherit additional config from this file
=head2 -libmodperl
Makefile.PL view on Meta::CPAN
php module name
=head2 -port
Port [port_number|select] (default C<8529>)
=head2 -proxyssl_url
url for testing ProxyPass / https (default is localhost)
=head2 -sbindir
Apache sbin/ dir (default is C<apxs -q SBINDIR>)
=head2 -servername
ServerName (default is localhost)
=head2 -serverroot
ServerRoot (default is C<$t_dir>)
"-access_module_name"
access module name
"-apxs"
location of apxs (default is from Apache2::BuildConfig)
"-auth_module_name"
auth module name
"-bindir"
Apache bin/ dir (default is "apxs -q BINDIR")
"-cgi_module_name"
cgi module name
"-defines"
values to add as "-D" defines (for example, "VAR1 VAR2")
"-documentroot"
DocumentRoot (default is "$ServerRoot/htdocs"
"-group"
Group to run test server as (default is $GROUP)
"-httpd"
server to use for testing (default is "$bindir/httpd")
"-httpd_conf"
inherit config from this file (default is apxs derived)
"-httpd_conf_extra"
inherit additional config from this file
"-libmodperl"
path to mod_perl's .so (full or relative to LIBEXECDIR)
"-php_module_name"
php module name
"-port"
Port [port_number|select] (default 8529)
"-proxyssl_url"
url for testing ProxyPass / https (default is localhost)
"-sbindir"
Apache sbin/ dir (default is "apxs -q SBINDIR")
"-servername"
ServerName (default is "localhost")
"-serverroot"
ServerRoot (default is $t_dir)
"-src_dir"
source directory to look for "mod_foos.so"
access module name
- `-apxs`
location of apxs (default is from [Apache2::BuildConfig](https://metacpan.org/pod/Apache2%3A%3ABuildConfig))
- `-auth_module_name`
auth module name
- `-bindir`
Apache bin/ dir (default is `apxs -q BINDIR`)
- `-cgi_module_name`
cgi module name
- `-defines`
values to add as `-D` defines (for example, `"VAR1 VAR2"`)
- `-documentroot`
DocumentRoot (default is `$ServerRoot/htdocs`
- `-group`
Group to run test server as (default is `$GROUP`)
- `-httpd`
server to use for testing (default is `$bindir/httpd`)
- `-httpd_conf`
inherit config from this file (default is apxs derived)
- `-httpd_conf_extra`
inherit additional config from this file
- `-libmodperl`
php module name
- `-port`
Port \[port\_number|select\] (default `8529`)
- `-proxyssl_url`
url for testing ProxyPass / https (default is localhost)
- `-sbindir`
Apache sbin/ dir (default is `apxs -q SBINDIR`)
- `-servername`
ServerName (default is `localhost`)
- `-serverroot`
ServerRoot (default is `$t_dir`)
lib/Apache2/API.pm view on Meta::CPAN
access module name
=item C<-apxs>
location of apxs (default is from L<Apache2::BuildConfig>)
=item C<-auth_module_name>
auth module name
=item C<-bindir>
Apache bin/ dir (default is C<apxs -q BINDIR>)
=item C<-cgi_module_name>
cgi module name
=item C<-defines>
values to add as C<-D> defines (for example, C<"VAR1 VAR2">)
lib/Apache2/API.pm view on Meta::CPAN
=item C<-documentroot>
DocumentRoot (default is C<$ServerRoot/htdocs>
=item C<-group>
Group to run test server as (default is C<$GROUP>)
=item C<-httpd>
server to use for testing (default is C<$bindir/httpd>)
=item C<-httpd_conf>
inherit config from this file (default is apxs derived)
=item C<-httpd_conf_extra>
inherit additional config from this file
=item C<-libmodperl>
lib/Apache2/API.pm view on Meta::CPAN
php module name
=item C<-port>
Port [port_number|select] (default C<8529>)
=item C<-proxyssl_url>
url for testing ProxyPass / https (default is localhost)
=item C<-sbindir>
Apache sbin/ dir (default is C<apxs -q SBINDIR>)
=item C<-servername>
ServerName (default is C<localhost>)
=item C<-serverroot>
ServerRoot (default is C<$t_dir>)
lib/Apache2/API/Status.pm view on Meta::CPAN
418 => "Ich bin eine Teekanne",
421 => "Fehlgeleitete Anfrage",
422 => "Unverarbeitbare Entität!",
423 => "Ressource gesperrt!",
424 => "Fehlende Abhängigkeit!",
425 => "Zu früh!",
426 => "Upgrade erforderlich!",
428 => "Vorbedingung erforderlich",
429 => "Zu viele Anfragen!",
431 => "Anfrage-Header zu groÃ!",
444 => "Verbindung ohne Antwort geschlossen",
451 => "Aus rechtlichen Gründen nicht verfügbar!",
499 => "Client die Verbindung schlieÃt",
500 => "Serverfehler!",
501 => "Anfrage nicht ausführbar!",
502 => "Fehlerhaftes Gateway!",
503 => "Dienst nicht verfügbar!",
504 => "Gateway-Zeitüberschreitung!",
505 => "HTTP-Version nicht unterstützt",
506 => "Variante variiert ebenfalls!",
507 => "Unzureichender Speicherplatz!",
508 => "Endlosschleife erkannt!",
509 => "Bandbreitenlimit überschritten",
510 => "Nicht erweitert",
511 => "Netzwerkauthentifizierung erforderlich",
599 => "Timeout-Fehler bei Netzwerkverbindung",
},
en_GB => {
100 => "Continue",
101 => "Switching Protocols",
102 => "Processing",
103 => "Early Hints",
200 => "OK",
201 => "Created",
202 => "Accepted",
203 => "Non-authoritative Information",
lib/Apache2/API/Status.pm view on Meta::CPAN
418 => "Ik ben een theepot",
421 => "Verkeerd gerichte aanvraag",
422 => "Niet-verwerkbare entiteit!",
423 => "Bron vergrendeld!",
424 => "Mislukte afhankelijkheid!",
425 => "Te vroeg!",
426 => "Upgrade vereist!",
428 => "Voorwaarde vereist",
429 => "Te veel verzoeken!",
431 => "Verzoekheaders te groot!",
444 => "Verbinding gesloten zonder antwoord",
451 => "Niet beschikbaar om juridische redenen!",
499 => "Aanvraag door cliënt gesloten",
500 => "Serverfout!",
501 => "Kan verzoek niet verwerken!",
502 => "Verkeerde Gateway!",
503 => "Dienst niet beschikbaar!",
504 => "Gateway-time-out!",
505 => "HTTP-versie niet ondersteund",
506 => "Variant varieert ook!",
507 => "Onvoldoende opslagruimte!",
508 => "Lus gedetecteerd!",
509 => "Bandbreedtelimiet overschreden",
510 => "Niet uitgebreid",
511 => "Netwerkauthenticatie vereist",
599 => "Time-out bij netwerkverbinding",
},
pl_PL => {
100 => "Kontynuuj",
101 => "Zmiana protokoÅów",
102 => "Przetwarzanie",
103 => "Wczesne wskazówki",
200 => "OK",
201 => "Utworzono",
202 => "PrzyjÄto",
203 => "Informacja nieautorytatywna",
lib/Apache2/API/Status.pm view on Meta::CPAN
<d:prop>
<d:getetag>"5-12"</d:getetag>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
</d:response>
</d:multistatus>
=head2 HTTP_ALREADY_REPORTED (208)
See L<rfc 5842, section 7.1 on WebDAV bindings|https://tools.ietf.org/html/rfc5842#section-7.1>
This is returned predominantly under the WebDav protocol.
=head2 HTTP_IM_USED (226)
See L<rfc 3229 on Delta encoding|https://tools.ietf.org/html/rfc3229>
C<IM> stands for C<Instance Manipulation>.
This is an HTTP protocol extension used to indicate a diff performed and return only a fraction of the resource. This is especially true when the actual resource is large and it would be a waste of bandwidth to return the entire resource. For example...
lib/Apache2/API/Status.pm view on Meta::CPAN
Accept-Encoding: gzip, deflate, br
=head2 HTTP_INSUFFICIENT_STORAGE (507)
See L<rfc 4918, section 11.5 on WebDAV|https://tools.ietf.org/html/rfc4918#section-11.5>
This is returned in the context of WebDav protocol when a C<POST> or C<PUT> request leads to storing data, but the operations fails, because the resource is too large to fit on the remaining space on the server disk.
=head2 HTTP_LOOP_DETECTED (508)
See L<rfc 5842, section 7.2 on WebDAV bindings|https://tools.ietf.org/html/rfc5842#section-7.2>
This is returned in the context of WebDav when the target resource is looping.
=head2 HTTP_BANDWIDTH_LIMIT_EXCEEDED (509)
This is returned by some web servers when the amount of bandwidth consumed exceeded the maximum possible.
=head2 HTTP_NOT_EXTENDED (510)
See L<rfc 2774, section 6 on Extension Framework|https://tools.ietf.org/html/rfc2774#section-6>
( run in 2.266 seconds using v1.01-cache-2.11-cpan-2398b32b56e )