-
Notifications
You must be signed in to change notification settings - Fork 20
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
Building mod_ssl for apache #32
Comments
I presume you've followed these directions and haven't figured it out yet? https://github.com/linemanjs/heroku-buildpack-lineman#apache-modules |
I don't know if I've ever gotten SSL working on a lineman heroku app |
mod_ssl cannot be compiled standalone like the docs say, what I ended up doing was compiling apache with the --enable-ssl flag and using that in my buildpack. I used #33 to enable us to install our own custom build. |
thanks! On Tue, Sep 16, 2014 at 1:20 PM, Trae Robrock [email protected]
|
Has anyone added mod_ssl to their apache? I'm looking to do this for ProxyPass to an ssl url, but cannot seem to figure out how to compile / get mod_ssl to load.
The text was updated successfully, but these errors were encountered: