.cgi script on omv 0.4

  • OMV installed 0.4, I try to make charts on the website. The problem we have been struggling with is to launch the script. Cgi. gets the message

    Code
    Forbidden
    You don't have permission to access /rrdtool/ on this server.


    My config in apache /etc/apache2/sites-enabled/rrdtool.conf

    Code
    ScriptAlias /rrdtool /var/www/html/rrdtool/
    <Directory "/var/www/html/rrdtool/">
    Options +ExecCGI FollowSymLinks Includes IncludesNOEXEC Indexes MultiViews SymLinksIfOwnerMatch
    AddHandler cgi-script .cgi .pl .py
    AllowOverride All
    Order Allow,Deny
    ContentDigest on
    </Directory>


    The script that tries to run http://The script that tries to run


    Permission to folder

    Code
    root@NAS:~# ls -la /var/www/html/
    total 12
    drwxr-xr-x 3 maglo18  users    4096 Sep  3 11:36 .
    drwxr-xr-x 5 root     root     4096 Sep  2 22:04 ..
    drwxrwxrwx 2 www-data www-data 4096 Sep  1 23:07 rrdtool

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!