diff --git a/_example/etc/manager-apache2.4.conf b/_example/etc/manager-apache2.4.conf index c4756ec93..63597cb7e 100644 --- a/_example/etc/manager-apache2.4.conf +++ b/_example/etc/manager-apache2.4.conf @@ -36,40 +36,41 @@ # Perl script # Note: to increase performance, you can avoid manager stay in memory # by using "SetHandler cgi-script" instead of Plack framework - RewriteEngine on - RewriteRule ^/$ /index.pl [R] - - Require all granted - #SetHandler cgi-script - Options +ExecCGI - SetHandler perl-script - PerlResponseHandler Plack::Handler::Apache2 - PerlSetVar psgi_app __MANAGERPSGIDIR__/manager-server.psgi + + Require all granted + Options +ExecCGI + SetHandler perl-script + PerlResponseHandler Plack::Handler::Apache2 + PerlSetVar psgi_app __MANAGERPSGIDIR__/manager-server.psgi + + + SetHandler none + Options -ExecCGI - AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css - SetOutputFilter DEFLATE - BrowserMatch ^Mozilla/4 gzip-only-text/html - BrowserMatch ^Mozilla/4\.0[678] no-gzip - BrowserMatch \bMSIE !no-gzip !gzip-only-text/html - SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary + AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css + SetOutputFilter DEFLATE + BrowserMatch ^Mozilla/4 gzip-only-text/html + BrowserMatch ^Mozilla/4\.0[678] no-gzip + BrowserMatch \bMSIE !no-gzip !gzip-only-text/html + SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary - Header append Vary User-Agent env=!dont-vary + Header append Vary User-Agent env=!dont-vary - ExpiresActive On - ExpiresDefault "access plus 1 month" + ExpiresActive On + ExpiresDefault "access plus 1 month" - ExpiresActive On - ExpiresDefault "access plus 1 month" + ExpiresActive On + ExpiresDefault "access plus 1 month" diff --git a/_example/etc/manager-apache2.X.conf b/_example/etc/manager-apache2.X.conf index 034936256..8e5c19b82 100644 --- a/_example/etc/manager-apache2.X.conf +++ b/_example/etc/manager-apache2.X.conf @@ -54,40 +54,41 @@ # Perl script # Note: to increase performance, you can avoid manager stay in memory # by using "SetHandler cgi-script" instead of Plack framework - RewriteEngine on - RewriteRule ^/$ /index.pl [R] - - Require all granted - #SetHandler cgi-script - Options +ExecCGI - SetHandler perl-script - PerlResponseHandler Plack::Handler::Apache2 - PerlSetVar psgi_app __MANAGERPSGIDIR__/manager-server.psgi + + Require all granted + Options +ExecCGI + SetHandler perl-script + PerlResponseHandler Plack::Handler::Apache2 + PerlSetVar psgi_app __MANAGERPSGIDIR__/manager-server.psgi + + + SetHandler none + Options -ExecCGI - AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css - SetOutputFilter DEFLATE - BrowserMatch ^Mozilla/4 gzip-only-text/html - BrowserMatch ^Mozilla/4\.0[678] no-gzip - BrowserMatch \bMSIE !no-gzip !gzip-only-text/html - SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary + AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css + SetOutputFilter DEFLATE + BrowserMatch ^Mozilla/4 gzip-only-text/html + BrowserMatch ^Mozilla/4\.0[678] no-gzip + BrowserMatch \bMSIE !no-gzip !gzip-only-text/html + SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary - Header append Vary User-Agent env=!dont-vary + Header append Vary User-Agent env=!dont-vary - ExpiresActive On - ExpiresDefault "access plus 1 month" + ExpiresActive On + ExpiresDefault "access plus 1 month" - ExpiresActive On - ExpiresDefault "access plus 1 month" + ExpiresActive On + ExpiresDefault "access plus 1 month" diff --git a/_example/etc/manager-apache2.conf b/_example/etc/manager-apache2.conf index ab83a59ce..59045c8b5 100644 --- a/_example/etc/manager-apache2.conf +++ b/_example/etc/manager-apache2.conf @@ -39,40 +39,41 @@ # Perl script # Note: to increase performance, you can avoid manager stay in memory # by using "SetHandler cgi-script" instead of Plack framework - RewriteEngine on - RewriteRule ^/$ /index.pl [R] - - Require all granted - #SetHandler cgi-script - Options +ExecCGI - SetHandler perl-script - PerlResponseHandler Plack::Handler::Apache2 - PerlSetVar psgi_app __MANAGERPSGIDIR__/manager-server.psgi + + Require all granted + Options +ExecCGI + SetHandler perl-script + PerlResponseHandler Plack::Handler::Apache2 + PerlSetVar psgi_app __MANAGERPSGIDIR__/manager-server.psgi + + + SetHandler none + Options -ExecCGI - AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css - SetOutputFilter DEFLATE - BrowserMatch ^Mozilla/4 gzip-only-text/html - BrowserMatch ^Mozilla/4\.0[678] no-gzip - BrowserMatch \bMSIE !no-gzip !gzip-only-text/html - SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary + AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css + SetOutputFilter DEFLATE + BrowserMatch ^Mozilla/4 gzip-only-text/html + BrowserMatch ^Mozilla/4\.0[678] no-gzip + BrowserMatch \bMSIE !no-gzip !gzip-only-text/html + SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary - Header append Vary User-Agent env=!dont-vary + Header append Vary User-Agent env=!dont-vary - ExpiresActive On - ExpiresDefault "access plus 1 month" + ExpiresActive On + ExpiresDefault "access plus 1 month" - ExpiresActive On - ExpiresDefault "access plus 1 month" + ExpiresActive On + ExpiresDefault "access plus 1 month"