Sha256: d6d2c8706b18efccf532ed438f75dc8755e1d0f6c03c60feccb809b79f6ce2eb

Contents?: true

Size: 495 Bytes

Versions: 12

Compression:

Stored size: 495 Bytes

Contents

# create a virtual host which provides statistics
ExtendedStatus on
NameVirtualHost <%= 127.0.0.1 %>
<VirtualHost <%= 127.0.0.1 %>>
	# hide this a little bit from "normal" accesses
	# This expects that external users only use the fqdn to access a service
	ServerName <%= hostname %>
	<Directory />
		Order deny,allow
		Deny from all
	</Directory>
	<Location /server-status>
		SetHandler server-status
		Order deny,allow
		Deny from all
		Allow from <%= 127.0.0.1 %>
	</Location>
</VirtualHost>

Version data entries

12 entries across 12 versions & 3 rubygems

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