Talk:Setting up Smokeping: Difference between revisions
m (→lighttpd) |
|||
Line 16: | Line 16: | ||
wget: server returned error: HTTP/1.1 403 Forbidden | wget: server returned error: HTTP/1.1 403 Forbidden | ||
</pre> | </pre> | ||
uncomment the use of mod_cgi in /etc/lighttpd/lighttpd.conf | |||
--[[User:Jch|Jch]] ([[User talk:Jch|talk]]) 09:19, 16 April 2015 (UTC) | --[[User:Jch|Jch]] ([[User talk:Jch|talk]]) 09:19, 16 April 2015 (UTC) |
Revision as of 09:39, 16 April 2015
Wrong default config
smokeping
The default directories in /etc/smokeping/config do not exists.
When creating needed directories (in /var and not in /usr), do not forget to properly set ownership and access rights!
The pid should go under /var/run/smokeping.
The /usr/etc/*.dist files should be replaced by /etc/smokeping/* (without the .dist extention).
lighttpd
smoke:~# wget http://localhost/smokeping/smokeping.cgi Connecting to localhost (127.0.0.1:80) wget: server returned error: HTTP/1.1 403 Forbidden
uncomment the use of mod_cgi in /etc/lighttpd/lighttpd.conf