Git Product home page Git Product logo

docker-apache2-letsencrypt's People

Contributors

mikybars avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

sollypowers

docker-apache2-letsencrypt's Issues

Enabling SSL Reverse-Proxy Support

Hola Miguel, me gustaría activar el SSL Reverse-Proxy para poder hacer llamadas a servicios HTTPS desde una web cliente ejecutándose en el Apache de este docker a otro docker (en la misma network de docker) que ejecuta un servidor restful.
He intentado hacer esto en el archivo de configuración "conf/sites-available/midominio-http-le-ssl.conf:

<VirtualHost *:443>
    ServerName midominio.es

    Include /etc/letsencrypt/options-ssl-apache.conf

    ProxyPass / http://dockerestful:8080/
    ProxyPassReverse / http://dockerestful:8080/

    SSLCertificateFile /etc/letsencrypt/live/midominio/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/midominio/privkey.pem
</VirtualHost>
</IfModule>

Pero me da un error:
web_1 | Error in checking parameter list: AH00526: Syntax error on line 10 of /etc/apache2/sites-enabled/midominio-http-le-ssl.conf:
web_1 | Invalid command 'ProxyPass', perhaps misspelled or defined by a module not included in the server configuration

Este error supongo que será por no tener cargada el modulo SSL:
LoadModule proxy_module modules/mod_proxy.so
de Apache para que funcione el parámetro ProxyPass

Me gustaría tu ayuda para poder cargarlo pues al integrar esta configuración en "conf/mods-avilable/ssl.load" para poder añadir ese LoadModule me han dado otros errores. No soy experto en Apache.

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.