Skip to content
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

Open
trobrock opened this issue Sep 16, 2014 · 4 comments
Open

Building mod_ssl for apache #32

trobrock opened this issue Sep 16, 2014 · 4 comments

Comments

@trobrock
Copy link

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.

@searls
Copy link
Member

searls commented Sep 16, 2014

I presume you've followed these directions and haven't figured it out yet? https://github.com/linemanjs/heroku-buildpack-lineman#apache-modules

@searls
Copy link
Member

searls commented Sep 16, 2014

I don't know if I've ever gotten SSL working on a lineman heroku app

@trobrock
Copy link
Author

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.

@searls
Copy link
Member

searls commented Sep 16, 2014

thanks!

On Tue, Sep 16, 2014 at 1:20 PM, Trae Robrock [email protected]
wrote:

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.

Reply to this email directly or view it on GitHub:
#32 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants