Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410453 | Differences between
and this patch

Collapse All | Expand All

(-)a/xs/maps/apache2_structures.map (-2 / +2 lines)
Lines 106-113 $ limit_req_fields Link Here
106
<  local_addr
106
<  local_addr
107
<  local_ip
107
<  local_ip
108
<  local_host
108
<  local_host
109
<  remote_addr
109
<  client_addr
110
   remote_ip
110
   client_ip
111
<  remote_host
111
<  remote_host
112
-  remote_logname
112
-  remote_logname
113
<  aborted
113
<  aborted
(-)a/xs/tables/current/Apache2/StructureTable.pm (-3 / +2 lines)
Lines 2708-2718 $Apache2::StructureTable = [ Link Here
2708
      },
2708
      },
2709
      {
2709
      {
2710
        'type' => 'apr_sockaddr_t *',
2710
        'type' => 'apr_sockaddr_t *',
2711
        'name' => 'remote_addr'
2711
        'name' => 'client_addr'
2712
      },
2712
      },
2713
      {
2713
      {
2714
        'type' => 'char *',
2714
        'type' => 'char *',
2715
        'name' => 'remote_ip'
2715
        'name' => 'client_ip'
2716
      },
2716
      },
2717
      {
2717
      {
2718
        'type' => 'char *',
2718
        'type' => 'char *',
2719
- 

Return to bug 410453