Smokeping - 404 Not Found
Smokeping - 404 Not Found
Hi.
I'm looking for some advise.
I have installed Vesta Control Panel on Ubuntu 18.04 server.
Everything works great... I have installed Chevereto Image hosting script, there is only one domain attached to the server.
But I'm facing problem with Smokeping Graphs.
On my other non-hosting server Smokeping works fine and it's accesible via link like "domain.tld/cgi-bin/smokeping.cgi"
But on server with Vesta CP installed on, I just get 404 Page Not Found error.
Is there a opportunity to somehow fix this problem and get access to the smokeping graphs?
There is a config in /etc/apache2/conf-enabled$ cat smokeping.conf
Can you help me sort it out?
I'm looking for some advise.
I have installed Vesta Control Panel on Ubuntu 18.04 server.
Everything works great... I have installed Chevereto Image hosting script, there is only one domain attached to the server.
But I'm facing problem with Smokeping Graphs.
On my other non-hosting server Smokeping works fine and it's accesible via link like "domain.tld/cgi-bin/smokeping.cgi"
But on server with Vesta CP installed on, I just get 404 Page Not Found error.
Is there a opportunity to somehow fix this problem and get access to the smokeping graphs?
There is a config in /etc/apache2/conf-enabled$ cat smokeping.conf
Code: Select all
ScriptAlias /smokeping/smokeping.cgi /usr/lib/cgi-bin/smokeping.cgi
Alias /smokeping /usr/share/smokeping/www
<Directory "/usr/share/smokeping/www">
Options FollowSymLinks
Require all granted
</Directory>