1, first
LoadModule deflate_module modules/mod_deflate.soLoadModule headers_module modules/mod_headers.so
2.
SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:pdf|doc)$ no-gzip dont-vary
So Apache can start up normally.
But once that happens,
SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:pdf|doc)$ no-gzip dont-vary AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
Apache can't start, it's always yellow. Ask God for answers
Reply content:
1, first
LoadModule deflate_module modules/mod_deflate.soLoadModule headers_module modules/mod_headers.so
2.
SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:pdf|doc)$ no-gzip dont-vary
So Apache can start up normally.
But once that happens,
SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary SetEnvIfNoCase Request_URI .(?:pdf|doc)$ no-gzip dont-vary AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
Apache can't start, it's always yellow. Ask God for answers
First of all, your code itself is not a problem, because the same code I am here all normal.
Then it must be because of your version of the software/the environment that I am different from.
Without any other information, you cannot judge the cause of your problem.
Put a bug journal on? And don't use the GUI with the command line.
Re-edit Apache to try again? Swap the system for Linux and try again?