Skip to content

Instantly share code, notes, and snippets.

@uranio-235
Last active February 13, 2017 21:37
Show Gist options
  • Save uranio-235/bf68a9d51ea913d8629b4446bf116dcc to your computer and use it in GitHub Desktop.
Save uranio-235/bf68a9d51ea913d8629b4446bf116dcc to your computer and use it in GitHub Desktop.
004-smokeping.conf
<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