www:
ensure: absent
+site::profile::apache_php::fpm_pool:
+ webservice:
+ listen_owner: apache
+ listen_group: apache
+ unitb:
+ listen_owner: apache
+ listen_group: apache
+
site::profile::apache::pp_vhosts:
webservice:
servername: test-webservice-berlin-airport-de.pixelpark.net
ssl: false
setenvif_non_ssl:
- 'HTTPS on HTTPS=on'
+ addhandlers:
+ - { handler: "proxy:unix:/var/run/php5-fpm-webservice.sock|fcgi://./" , extensions: '.php' }
unitb:
servername: unitb-test-webservice-berlin-airport-de.pixelpark.net
docroot: /www/htdocs/unitb/
ssl: false
+ addhandlers:
+ - { handler: "proxy:unix:/var/run/php5-fpm-unitb.sock|fcgi://./" , extensions: '.php' }