i saw the examples in the documentation, but nothing work for me, can you give me a specific example?
On Tuesday, January 16, 2018 at 9:01:07 PM UTC+2, Lowe Schmidt wrote: > > 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] <javascript:>> > 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] <javascript:>. >> 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/398f64fc-69a0-4609-b178-c46849097d67%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
