Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created February 18, 2013 08:53
Show Gist options
  • Save nikushi/4976007 to your computer and use it in GitHub Desktop.
Save nikushi/4976007 to your computer and use it in GitHub Desktop.
smokepings' apache configuration sample
ScriptAlias /smokeping/smokeping.cgi "/usr/local/smokeping/htdocs/smokeping.cgi"
<Directory /usr/local/smokeping/htdocs>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Alias /smokeping/images /usr/local/smokeping/images
Alias /smokeping/cache /usr/local/smokeping/cache
Alias /smokeping /usr/local/smokeping/htdocs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment