Sha256: e41660abadf045088905907f6f4f1f4c1b8d42c0071ffa760ffe3a5ae5d18341

Contents?: true

Size: 977 Bytes

Versions: 12

Compression:

Stored size: 977 Bytes

Contents

<VirtualHost *:<%= @node[:poolparty][:port] %>>
	ServerAdmin webmaster@localhost

	DocumentRoot /var/www
	<Directory />
		Options FollowSymLinks
		AllowOverride None
	</Directory>
	<Directory /var/www/>
		Options Indexes FollowSymLinks MultiViews
		AllowOverride None
		Order allow,deny
		allow from all
	</Directory>

	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
	<Directory "/usr/lib/cgi-bin">
		AllowOverride None
		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
		Order allow,deny
		Allow from all
	</Directory>

	ErrorLog /var/log/apache2/error.log

	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn

	CustomLog /var/log/apache2/access.log combined

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
auser-poolparty-1.2.1 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.10 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.11 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.12 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.2 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.3 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.4 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.7 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.8 lib/poolparty/templates/apache2/default-site.conf.erb
auser-poolparty-1.2.9 lib/poolparty/templates/apache2/default-site.conf.erb
fairchild-poolparty-1.2.12 lib/poolparty/templates/apache2/default-site.conf.erb
poolparty-1.2.2 lib/poolparty/templates/apache2/default-site.conf.erb