logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Mod_brotli seem not working
Author
bagu



Joined: 06 Jan 2011
Posts: 187
Location: France

PostPosted: Thu 26 Oct '17 17:48    Post subject: Mod_brotli seem not working Reply with quote

Hello,

I try to make mod brotli working.
HTTPD -M show me brotli_module (shared)

And i have :
Code:
<IfModule brotli_module>
   SetOutputFilter BROTLI_COMPRESS;DEFLATE
   SetEnvIfNoCase Request_URI \.(?:gif|jpg|png|zip|pdf|rar|css)$ no-gzip no-brotli dont-vary
</IfModule>


But, when i try https://tools.keycdn.com/brotli-test on https://www.bagu.fr/css/style.css, it show me : Negative! www.bagu.fr does not support Brotli compression.

What is wrong ?

Thanks Wink
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Thu 26 Oct '17 19:28    Post subject: Reply with quote

Cloudflare getting in the way of your test maybe?
Back to top
bagu



Joined: 06 Jan 2011
Posts: 187
Location: France

PostPosted: Fri 27 Oct '17 9:29    Post subject: Reply with quote

I've done the test when cloudflare was off.
So, i don't think it's that.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Fri 27 Oct '17 9:46    Post subject: Reply with quote

In the line SetEnvIfNoCase Request_URI you have css and no-brotli.

Try an other file.
Back to top
bagu



Joined: 06 Jan 2011
Posts: 187
Location: France

PostPosted: Wed 01 Nov '17 0:02    Post subject: Reply with quote

Ahhhhh YES !

Thanks Wink
Back to top


Reply to topic   Topic: Mod_brotli seem not working View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules