Blank pages
sbdcunha opened this issue · 2 comments
sbdcunha commented
darold commented
This is because the path to the resources is broken. Adjust the value of WebUrl in squidanalyzer.conf to point to the URL where the resources are installed, the default value is /squidreport/ and the corresponding directory content following the apache configuration file is:
$ tree /var/www/squidanalyzer/
/var/www/squidanalyzer/
├── flotr2.js
├── images
│ ├── back-arrow.png
│ ├── cursor.png
│ ├── domain.png
│ ├── info.png
│ ├── logo-squidanalyzer.png
│ ├── network.png
│ └── user.png
├── sorttable.js
├── squidanalyzer.css
In your Apache configuration file you might have something like:
Alias /squidreport /var/www/squidanalyzer
<Directory /var/www/squidanalyzer>
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride None
Require all denied
Require ip 192.168.1.0/24 127.0.0.1/32
</Directory>
If the resources files are not present just copy them from the resources/ subdirectory of SquidAnalyzer sources.
sbdcunha commented
Dear Darold
Thanks a lot for the quick reply.
but i did manage by get it working perfectly by using the weburl path of
/squidreport.
Thanks Once again and appreciate your immediate reply
regards
simon
…On Fri, Nov 20, 2020 at 11:19 AM Gilles Darold ***@***.***> wrote:
This is because the path to the resources is broken. Adjust the value of
WebUrl in squidanalyzer.conf to point to the URL where the resources are
installed, the default value is /squidreport/ and the corresponding
directory content following the apache configuration file is:
$ tree /var/www/squidanalyzer/
/var/www/squidanalyzer/
├── flotr2.js
├── images
│ ├── back-arrow.png
│ ├── cursor.png
│ ├── domain.png
│ ├── info.png
│ ├── logo-squidanalyzer.png
│ ├── network.png
│ └── user.png
├── sorttable.js
├── squidanalyzer.css
In your Apache configuration file you might have something like:
Alias /squidreport /var/www/squidanalyzer
<Directory /var/www/squidanalyzer>
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride None
Require all denied
Require ip 192.168.1.0/24 127.0.0.1/32
</Directory>
If the resources files are not present just copy them from the resources/
subdirectory of SquidAnalyzer sources.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#215 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR2LTAS4HFTWBZ5LJ2HLQCDSQYRBLANCNFSM4T4LXYMA>
.