You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i followed this https://www.rivy.org/2015/03/build-mod_spdy-with-apache-2-4-on-ubuntu-14-04/ howto to build mod_spdy. however, no spdy version is offered at all. if i use the pre-build mod_spdy offered on that page all versions are offered (including spdy3.1 which is causing problems with POST in my setup).
The text was updated successfully, but these errors were encountered:
exactly as in the howto:
git clone -b apache-2.4.7 https://github.com/eousphoros/mod-spdy.git
cd mod-spdy/src
./build_modssl_with_npn.sh
chmod +x ./build/gyp_chromium
make BUILDTYPE=Release
there were a lot of warnings from the complier, unfortunately i did not save it to a log.
hi!
i followed this https://www.rivy.org/2015/03/build-mod_spdy-with-apache-2-4-on-ubuntu-14-04/ howto to build mod_spdy. however, no spdy version is offered at all. if i use the pre-build mod_spdy offered on that page all versions are offered (including spdy3.1 which is causing problems with POST in my setup).
The text was updated successfully, but these errors were encountered: