There you go https://forge.puppet.com/puppetlabs/apache there's examples in the documentation.
-- Lowe Schmidt | +46 723 867 157 On 16 January 2018 at 13:45, nikolai <[email protected]> wrote: > hi, > > i need Configure using puppet that when i browse to http://<server_ip> > (that configure on *apache* server) i will get hello world page from > *tomcat.* > > *So i need to know with which Apache puppet module **I need to use and > how the code will look like?* > > *in the end its need to look like this:* > > <VirtualHost *:80> > > > > ProxyPass / http://127.0.0.1:8080/ > > ProxyPassReverse / http://127.0.0.1:80/ > > > </VirtualHost> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/b49c6c42-251c-4622-a1d5-6fcda4a324bb%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/b49c6c42-251c-4622-a1d5-6fcda4a324bb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAC-wWcS1%3DNJUPpM-V_o%2B6LZOapHPm7NYG%2BkEwy%2BWNcKac979%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
