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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to