PDA

View Full Version : execute *.cgi files in stats


tom
30th June 2009, 21:55
How get I files working in the /stats directory?

till
1st July 2009, 12:15
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/

tom
1st July 2009, 15:44
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

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.