Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ganglia/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ wait
# Post-package installation : Symlink /var/lib/ganglia/rrds to /mnt/ganglia/rrds
rmdir /var/lib/ganglia/rrds
ln -s /mnt/ganglia/rrds /var/lib/ganglia/rrds

# Set the httpd listen port to 5080
sed -i 's/Listen 80/Listen 5080/g' /etc/httpd/conf/httpd.conf
3 changes: 3 additions & 0 deletions templates/etc/httpd/conf.d/ganglia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
Allow from 127.0.0.1
Allow from ::1
# Allow from .example.com
# For Apache httpd 2.4
# See http://stackoverflow.com/a/13923526/4577954
Require all granted
</Location>
Loading