Sha256: 187b789365796101c0077221dc1e2760013cc5ebd41a7aa44bae477104ff99ba

Contents?: true

Size: 402 Bytes

Versions: 733

Compression:

Stored size: 402 Bytes

Contents

#
# Test vhost
#
NameVirtualHost *:80
<VirtualHost *:80>
  ServerName testvhost
  DocumentRoot /tmp/testvhost
  <Directory /tmp/testvhost>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    allow from all
  </Directory>
  ErrorLog /var/log/apache2/error.log
  LogLevel warn
  CustomLog /var/log/apache2/access.log combined
  ServerSignature On
</VirtualHost>

Version data entries

733 entries across 733 versions & 2 rubygems

Version Path
puppet-8.3.0 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.3.0-x86-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.3.0-x64-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.3.0-universal-darwin spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.4.0 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.4.0-x86-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.4.0-x64-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.4.0-universal-darwin spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.28.0 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.28.0-x86-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.28.0-x64-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.28.0-universal-darwin spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.3.1 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.3.1-x86-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.3.1-x64-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-8.3.1-universal-darwin spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.27.0 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.27.0-x86-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.27.0-x64-mingw32 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-7.27.0-universal-darwin spec/fixtures/releases/jamtur01-apache/files/test.vhost