Closed djzort closed 7 years ago
Hello,
well, it's a major issue that I can't really fix... :(
Apache::ASP Perl web framework uses Apache2::Connection module from mod_perl which doesn't support Apache 2.4 yet...
I was thinking about migrating Octopussy from Apache::ASP to Mojolicious or Dancer since months, I guess it's time to really think about it...
I changed the module manually, but this is not really an octopussy issue, some distros have apache2 perl modules that are still using the old but installed with others using the new.
I opend a bug with my distro, I recommend you do the same.
Most likely this will require Apache::ASP to be awair of the changes
the Apache::ASP bug -> https://rt.cpan.org/Public/Bug/Display.html?id=107118
The latest release 1.0.16 fixed that issue.
commit https://github.com/sebthebert/Octopussy/commit/287342bd8a5a9388d2450a2380e6c2bbe2db5440
heres the error i get
See http://www.marshut.com/ippzhs/problem-with-apache2-connection-remote-ip.html and http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html (search for "remote_ip").
conn_rec->remote_ip and conn_rec->remote_addr These fields have been renamed in order to distinguish between the client IP address of the connection and the useragent IP address of the request (potentially overridden by a load balancer or proxy). References to either of these fields must be updated with one of the following options, as appropriate for the module: