Created
February 18, 2013 08:53
-
-
Save nikushi/4976007 to your computer and use it in GitHub Desktop.
smokepings' apache configuration sample
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
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