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