Paul Belanger 586afa264c Add trystack.o.o into -infra
trystack.org is a simple static site, moving it under -infra
will provide an easy way of maintaining it.

Change-Id: I662769ede97f147f35f63accef7ef1769d7938f0
Depends-On: I96b0d459cb8ffcde42fae751c01f9a3b78760390
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-06-24 18:41:00 +00:00

22 lines
557 B
Plaintext

# ************************************
# Managed by Puppet
# ************************************
NameVirtualHost <%= @vhost_name %>:<%= @port %>
<VirtualHost <%= @vhost_name %>:<%= @port %>>
ServerName <%= @srvname %>
DocumentRoot <%= @docroot %>
<Directory <%= @docroot %>>
Options <%= @options %>
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/<%= @name %>_error.log
LogLevel warn
CustomLog /var/log/apache2/<%= @name %>_access.log combined
ServerSignature Off
</VirtualHost>