Filippo,
No I changed the hardware on my server and at that time I put 5.1.2 on it instead of the 4.1.2 that I was running on the old hardware. I then went to your site and downloaded the new RPM's and also the new SquidGuard 3.1 RPMs and installed them. Then I surfed to a few sites and ran the sarg.daily script to generate the first daily file. It was placed in the root directory with the index.html file but no directories (daily/weekly/monthly) were made yet. Later when SARG was run at 3AM it made the directories BUT since APACHE saw an index.html file in the root directory of the url
www.yoursite.com/squid, it did not show the directories. Does this explain it?
2nd the my $url = "/squid"; was what was originally in the @squid file. It did not work. I then tried the following:
my $url = "192.168.1.1/squid"; and that did not work the I tried
my $url = "http://192.168.1.1/squid"; and that worked.
This was also the case with the same variable in the @squidguard file for the content filtering link in the Manager Panel.
Greg Bellamy
Filippo Carletti wrote:
>
> 1. I'm not sure to understand the problem. I think that you
> upgraded e-smith-sarg
> I tested upgrades, but I'm not sure about index.html. I think
> that it should move old daily reports into daily directory.
>
> 2. I feared that. I asked devinfo for an advice, but nobody
> answered.
> The line reads:
> my $url = "/squid";
> and it works on my box.
> What does it show on your box ?
>
> Thank you for the detailed report.
> You shouldn't have broken anything.