This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <VirtualHost *:80> | |
| ServerName munin.example.org | |
| ServerAlias munin | |
| ServerAdmin info@example.org | |
| DocumentRoot /srv/www/munin.example.org | |
| ErrorLog /var/log/apache2/munin.example.org-error.log | |
| CustomLog /var/log/apache2/munin.example.org-access.log combined |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Shell function to test mail delivery. | |
| # Requirements: Linux, and "sendmail" somewhere in PATH | |
| # Run "testmail <recipient>". This will return a single string, for | |
| # which you can find in the mail log. | |
| testmail () { | |
| if [ -n "$1" ]; then | |
| uuid=$(cat /proc/sys/kernel/random/uuid); |
NewerOlder