1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336
|
########## Apache structures ##########
# for mapping see %ModPerl::MapUtil::disabled_map in
# lib/ModPerl/MapUtil.pm
# the mapping happens in lib/ModPerl/StructureMap.pm: sub parse
# '<' => 'auto-generated but gives only a read-only access'
# '&' => 'RDWR accessor to a char* field, supporting undef arg'
# '$' => 'RONLY accessor, with WRITE accessor before child_init'
# '%' => like $, but makes sure that for the write accessor the
# original perl scalar can change or go away w/o affecting
# the object
# my %disabled_map = (
# '!' => 'disabled or not yet implemented',
# '~' => 'implemented but not auto-generated',
# '-' => 'likely never be available to Perl',
# '>' => '"private" to apache',
# '?' => 'unclassified',
# );
IGNORE: ap_LINK_ ap_filter_func ap_bucket_error ap_listen_rec core_net_rec
<request_rec>
< pool
< connection
< server
< next
< prev
< main
the_request
assbackwards
~ proxyreq
< header_only
< protocol
< proto_num
hostname
< request_time
status_line
status
method
method_number
allowed
allowed_xmethods
allowed_methods
> sent_bodyct
bytes_sent
mtime
> chunked
> range
> clength
- remaining
> read_length
> read_body
> read_chunked
> expecting_100
headers_in
headers_out
err_headers_out
~ subprocess_env
notes
~ content_type
~ handler
content_encoding
~ content_languages
> vlist_validator
user
ap_auth_type
~ no_cache
no_local_copy
< unparsed_uri
uri
filename
- canonical_filename
path_info
args
~ finfo
~ parsed_uri
used_path_info
< per_dir_config
< request_config
! htaccess
output_filters
input_filters
proto_output_filters
proto_input_filters
? eos_sent
#_if_ do { \
Apache2::Build->build_config \
->httpd_version =~ /^(\d+)\.(\d+)\.(\d+)/ \
? ($1*1000+$2)*1000+$3 \
: die "Cannot get httpd version"; \
} > 2003000
< useragent_addr
useragent_ip
#_end_
</request_rec>
<server_rec>
< process
< next
- defn_name
- defn_line_number
% server_admin
% server_hostname
#_if_ do { \
Apache2::Build->build_config \
->httpd_version =~ /^(\d+)\.(\d+)\.(\d+)/ \
? ($1*1000+$2)*1000+$3 \
: die "Cannot get httpd version"; \
} > 2003000
% server_scheme
#_end_
$ port
% error_fname
$ error_log
$ loglevel
#_if_ do { \
Apache2::Build->build_config \
->httpd_version =~ /^(\d+)\.(\d+)\.(\d+)/ \
? ($1*1000+$2)*1000+$3 \
: die "Cannot get httpd version"; \
} > 2003000
~ is_virtual
#_else_
< is_virtual
#_end_
< module_config
< lookup_defaults
< addrs
$ timeout
$ keep_alive_timeout
$ keep_alive_max
$ keep_alive
% path
- pathlen
% names
% wild_names
$ limit_req_line
$ limit_req_fieldsize
$ limit_req_fields
#_if_ do { \
Apache2::Build->build_config \
->httpd_version =~ /^(\d+)\.(\d+)\.(\d+)/ \
? ($1*1000+$2)*1000+$3 \
: die "Cannot get httpd version"; \
} > 2003000
context
#_end_
</server_rec>
<conn_rec>
< pool
< base_server
> vhost_lookup_data
< local_addr
#_if_ do { \
Apache2::Build->build_config \
->httpd_version =~ /^(\d+)\.(\d+)\.(\d+)/ \
? ($1*1000+$2)*1000+$3 \
: die "Cannot get httpd version"; \
} > 2003000
< client_addr
client_ip
#_end_
< local_ip
< local_host
< remote_addr
remote_ip
< remote_host
- remote_logname
< aborted
keepalive
? double_reverse
keepalives
< id
< conn_config
notes
input_filters
output_filters
< sbh
< bucket_alloc
#_if_ do { \
Apache2::Build->build_config \
->httpd_version =~ /^(\d+)\.(\d+)\.(\d+)/ \
? ($1*1000+$2)*1000+$3 \
: die "Cannot get httpd version"; \
} > 2003000
< log
< log_id
#_end_
</conn_rec>
!<server_addr_rec>
next
host_addr
host_port
virthost
</server_addr_rec>
<module>
~ version
~ minor_version
< module_index
< name
! dynamic_load_handle
< next
> magic
- rewrite_args
> create_dir_config
> merge_dir_config
> create_server_config
> merge_server_config
< cmds
> register_hooks
</module>
<process_rec>
< pool
< pconf
- argc
! argv
< short_name
</process_rec>
<command_rec>
< name
! func
! cmd_data
< req_override
< args_how
< errmsg
</command_rec>
<ap_filter_rec_t>
< name
- filter_func
! ftype
- next
</ap_filter_rec_t>
<ap_filter_t>
< frec
~ ctx
next
r
c
</ap_filter_t>
!<ap_method_list_t>
method_mask
method_list
</ap_method_list_t>
<ap_directive_t>
< directive
< args
< next
< first_child
< parent
! data
< filename
< line_num
</ap_directive_t>
!<ap_configfile_t>
getch
getstr
close
param
name
line_number
</ap_configfile_t>
!<ap_unix_identity_t>
uid
gid
userdir
</ap_unix_identity_t>
!<unixd_config_rec>
user_name
user_id
group_id
suexec_enabled
</unixd_config_rec>
!<htaccess_result>
dir
override
htaccess
next
</htaccess_result>
!<piped_log>
p
fds
program
pid
</piped_log>
<cmd_parms>
- info
< override
! limited
! limited_xmethods
! xlimited
! config_file
< directive
< pool
< temp_pool
< server
< path
< cmd
< context
! err_directive
- override_opts
</cmd_parms>
!<ap_mgmt_item_t>
description
name
vtype
v
</ap_mgmt_item_t>
!<ap_mgmt_value>
s_value
i_value
h_value
</ap_mgmt_value>
!<ap_pod_t>
pod_in
pod_out
p
sa
</ap_pod_t>
|