Coder Social home page Coder Social logo

apache22-modules's People

Contributors

ggrandes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

apache22-modules's Issues

Bug in handling partial data

Hello @ggrandes,

I tried out your nice module apache22-modules/mod_myfixip.c but it's not working as expected in my environment. Test against Nginx works fine with my AWS ELB ProxyProtocol setup.

  1. After longer digging I found out that the apr_bucket_read() gives back a wrong length.
    Every time only 11 chars instead of 46/47.
    Thats only the part "PROXY TCPv4 SRCIP DSTIP SRCPORT DSTPORT ":
414     // Read first bucket
415     apr_bucket_read(e, &str, &length, APR_BLOCK_READ);
416 #ifdef DEBUG
417         ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, MODULE_NAME "::helocon_filter_in DEBUG: header='%s', read length=%d, real length=%d", str, length, strlen(str));
418 #endif
  1. there is still no successfull connection possible - I guess that there could be still a buffer problem open which breaks the SSL handshake. Do you have perhaps an idea what could happened?
    I am using Debian Wheezy with apache2.2 2.2.22-13+deb7u3 / now 2.2.22-13+deb7u4..

Bests

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.