-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApacheConnector.cpp use old apache old api interface #14
Comments
No time to maintain ApacheConnector anymore. Will remove it from release, unless someone steps in and takes responsibility for it. |
…pstream:ms-develop to ms-develop * commit '1d89fe4cbb8da4f232f22b59d3b1c786e022f80c': Added "const" accessors to Row Fixed problem of binding of null via Any() Made changes to allow compilation without c++11
Just heads up in the case that ApacheConnector is still going to be maintained. During my CMake related tests I've encountered following compilation error (Apache 2 version: apache2-dev 2.4.25-3+deb9u3, poco version: current git/develop branch) [ 96%] Building CXX object ApacheConnector/CMakeFiles/mod_poco.dir/src/ApacheConnector.cpp.o |
(apache 2.4)
ap_log_error(...) has change api interface,
and remote_ip and remote_addr,
change to client_ip and client_addr.
The text was updated successfully, but these errors were encountered: