Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Apache2 servers, AllowOverride is required for Icons to display -> update documentations #10672

Closed
4A4B opened this issue Oct 4, 2016 · 2 comments
Labels
c: Website matomo.org For issues related to our matomo.org website. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.

Comments

@4A4B
Copy link

4A4B commented Oct 4, 2016

I have installed the Official Debian Package for Piwik on Debian Jessie. After the update of piwik to version 2.16.3 the icons in the backend were missing. The error log of the webserver showed this error message:

/usr/share/piwik/plugins/.htaccess: AddHandler not allowed here

This refers to this code in the file /usr/share/piwik/plugins/.htaccess:

# Serve HTML files as text/html mime type - Note: requires mod_mime apache module!
<IfModule mod_mime.c>
   AddHandler text/html .html
   AddHandler text/html .htm
</IfModule>

mod_mime was already enabled, but the addhandler directive not allowed in the .htaccess file
because of the directive "AllowOverride Limit" in my VirtualHost configuration; after I changed this to an "AllowOverride All" and reloaded the webserver the backend was OK again.

Perhaps it would be good to write in the requirements that an "AllowOverride All" is necessary?

http://piwik.org/docs/requirements/

@4A4B
Copy link
Author

4A4B commented Oct 4, 2016

Important amendment:

"AllowOverride All" is not necessary, "AllowOverride AuthConfig Limit FileInfo" is sufficient and more secure

@mattab mattab changed the title Icons missing after update to 2.16.3 For Apache2 servers, AllowOverride is required for Icons to display -> update documentations Nov 12, 2016
@mattab mattab added this to the 3.0.0 milestone Nov 12, 2016
@mattab mattab added the c: Website matomo.org For issues related to our matomo.org website. label Nov 12, 2016
@mattab
Copy link
Member

mattab commented Dec 10, 2023

Thanks for contributing to this issue. As it has been a few months since the last activity and we believe this is likely not an issue anymore, we will now close this. If that's not the case, please do feel free to either reopen this issue or open a new one. We will gladly take a look again!

@mattab mattab closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2023
@sgiehl sgiehl added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Website matomo.org For issues related to our matomo.org website. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

No branches or pull requests

3 participants