0

I have multiple websites that I host on the same server (Apache2 / Debian). Therefore I use VirtualHosts (separate conf files in site-available folder) for each of my websites.

I would like to test the following directive (and other directives as well) that we normally put in a apache2.conf:

LoadModule deflate_module modules/mod_deflate.so

But only for one specifique website.

So my question is: how can I specify this directive to be applied for only one of my website ?

Thanks a lot!

1 Answers1

2

That's not possible. Modules are loaded serverwide.