Give 777 permissions to the folder sqstat !!! 2012/4/12 CyberSoul <cybersoul@xxxxxxx>: >>The first time I make the test, I just install apache without any >>particular configuration. > >>I just make a folder "sqstat" inside WWW, and copy all the content >>there. To call the script you need to type >>http://ip-address-server/sqstat/sqstat.php > >>For the Squid you just need to permit the access from IP where sqstat >>is, to the cache. For sqstat you need to make this config: >>$squidhost[0]="ip_proxy"; >>$squidhost[1]="ip_proxy1"; >>.... as many proxies server you have >>$squidport[0]=3128; >>$squidport[1]=3128; >>..... one for each proxy server >>$cachemgr_passwd[0]=""; >>$cachemgr_passwd[1]=""; >>..... one for each proxy server and between "" puts the password if >>you have one. >>resolveip[0]=false; >>resolveip[1]=false; >>..... one for each proxy server >>$group_by[0]="username"; >>$group_by[1]="host"; >>....... depend if you want to group by ip or username. > >>That's all you need, anything else you need don't be afraid to ask > > Well, try to call script type by > http://ip-address-server/sqstat/sqstat.php > and in browser I see just text of sqstat.php file or again > SqStat Error > Error (13) Permission Denied > > I think trouble in httpd.conf, can you send me your httpd.conf file or httpd.conf.default file? > > >