redhat man page for apache::compat

Query: apache::compat

OS: redhat

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

COMPAT(1)						User Contributed Perl Documentation						 COMPAT(1)

NAME
Apache::compat -- 1.0 backward compatibility functions deprecated in 2.0
SYNOPSIS
use Apache::compat;
DESCRIPTION
"Apache::compat" provides mod_perl 1.0 compatibility layer. It includes most of the functions that are deprecated in mod_perl 2.0. If your code uses any of these functions you should just load this module at the server startup, and chances are that everything should work as it did in 1.0. However, certain functionality is not optimized and therefore it's the best to try to port your code not to use deprecated functions and stop using the compatibility layer.
API
META: complete Function arguments (if any) and return values are shown in the function's synopsis. o $r->header_in() $r->header_in( $header_name, [$value] ) Return the value of a client header: $ct = $r->header_in($key); Set or modify the value of a client header: $r->header_in($key, $val); o $r->header_out() $r->header_out( $header, $value ) Return the value of a response header: $ct = $r->header_out($key); Set or modify the value of a response header: $r->header_out($key, $val); You should not define any "Content-XXX" headers by calling this method, because these headers use their own specific methods. o perl v5.8.0 2002-06-16 COMPAT(1)
Related Man Pages
apache2::connectionutil(3) - mojave
apache2::compat(3) - osx
apache2::compat(3pm) - debian
data::objectdriver::driver::cache::apache(3pm) - debian
html::mason::cgihandler(3pm) - debian
Similar Topics in the Unix Linux Community
Make all words begin with capital letter?
Reduced Activity Notification
About TODO
Package
Issue with events occuring in DST window