I need mod_proxy for this
vhost).
On Saturday, June 9, 2018 at 8:45:46 AM UTC+2, Clemens Bergmann wrote:
>
> What confuses me is that I before switching to puppetlabs-apache I had a
> layout with a custom apache module as follows:
>
> class vhost::vhost1 {
> custom_apache::s
What confuses me is that I before switching to puppetlabs-apache I had a
layout with a custom apache module as follows:
class vhost::vhost1 {
custom_apache::site{
#parameters
}
}
define custom_apache::site (#parameters) {
include custom_apache::ssl
}
class custom_apache::ssl (#parameters)
Hi There,
I have a "can not redeclare" error that I do not understand.
I try to write my own apache::vhost defined type with sane defaults for my
environment.
The general class layout is as follows:
class vhost::vhost1 {
custom::apache::vhost{
#parameters
}
}
class vhost::vhost2 {
custom: