Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
[PAYH] ServerTokens and mod_deflate
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- [PAYH] ServerTokens and mod_deflate
[PAYH] ServerTokens and mod_deflate
12-12-2008 12:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Please set Apache to use ServerTokens OS or even better, ProductOnly. Currently every request is sending out the header:
Server: Apache/2.2.3 (Debian) mod_jk/1.2.18 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch11 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8
This much information doesn't need to be given to visitors.
Secondly I have AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript in my root .htaccess but files with those types aren't compressed. Apache doesn't throw a 500 Internal Server Error with this command so I assume mod_deflate is installed but disabled somehow. If so why? PHP can be set to gzip output. It'll help reduce bandwidth and make loading faster.
Server: Apache/2.2.3 (Debian) mod_jk/1.2.18 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch11 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8
This much information doesn't need to be given to visitors.
Secondly I have AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript in my root .htaccess but files with those types aren't compressed. Apache doesn't throw a 500 Internal Server Error with this command so I assume mod_deflate is installed but disabled somehow. If so why? PHP can be set to gzip output. It'll help reduce bandwidth and make loading faster.
Message 1 of 2
(1,146 Views)
1 REPLY 1
Re: [PAYH] ServerTokens and mod_deflate
21-12-2008 3:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Bump...
Message 2 of 2
(245 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- [PAYH] ServerTokens and mod_deflate