[Linaro-validation] Squid Analyzer
Michael Hudson-Doyle
michael.hudson at linaro.org
Wed May 30 20:40:18 UTC 2012
Spring Zhang <spring.zhang at linaro.org> writes:
> When I deploy it, I modified the apache2
> staging.validation.linaro.org.conf, only to add:
>
> Alias /squidreport "/var/www/squidanalyzer"
> <Directory /var/www/squidanalyzer>
> Options Indexes FollowSymLinks MultiViews
> AllowOverride None
> Order deny,allow
> allow from all
> </Directory>
>
> Just like the /linaro/images section, I feel strange that
> http://staging.validation.linaro.org/images can work, while
> http://staging.validation.linaro.org/squidreport only get some django
> warning message, Could someone point out what's wrong? You can see the
> error log by http://staging.validation.linaro.org/squidreport
>
> The squidanalyzer html output is already in /var/www/squidanalyzer/.
You'll need to add SetHandler none somewhere to tell Apache that
/squidreport is not handled by mod_uwsgi -- there is a similar section
for /static, so copy that.
Cheers,
mwh
More information about the linaro-validation
mailing list