execute *.cgi files in stats

Discussion in 'Installation/Configuration' started by tom, Jun 30, 2009.

  1. tom

    tom Member

    How get I files working in the /stats directory?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The stats folder is not made to add .cgi files to it. If you want to execute such files you will have to add the needed apache directives either in the apache directives field of the website or you edit the master template in /usr/local/ispconfig/server/conf/
     
  3. tom

    tom Member

    The goal ist to to run mailgraph not visible for everyone by putting the mailgraph.cgi not in the webroot.
    Ok, my solution in webroot is
    Code:
    mkdir monitor
    chown webx.clientx monitor
    cp mailgraph.cgi monitor
    cp stats/.htaccess monitor
    so I don't have to create a new .htacces file and can use the same account as for stats to login.
     
    Last edited: Jul 1, 2009

Share This Page