Last active
February 13, 2017 21:37
-
-
Save uranio-235/bf68a9d51ea913d8629b4446bf116dcc to your computer and use it in GitHub Desktop.
004-smokeping.conf
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> | |
ServerAdmin [email protected] | |
ServerName latencia.dominio.tld | |
DocumentRoot /usr/share/smokeping/www/ | |
ScriptAlias /smokeping.cgi /usr/lib/cgi-bin/smokeping.cgi | |
Alias /smokeping /usr/share/smokeping/www/ | |
<Directory /> | |
Options +ExecCGI | |
Options +FollowSymLinks | |
DirectoryIndex smokeping.cgi | |
AllowOverride None | |
Require all granted | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment