Copyright © if not true then false. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.

Posts Tagged ‘ Apache ’
Apache Applications Bash CentOS Coding Command line CSS Database date Fedora Firefox Gnome Google Hacked Howto HTML Java JavaScript KDE Links Linux MySQL News Perl PHP PostgreSQL PostgreSQL Partitioning Programming Programs psql Red Hat RHEL Security SQL Styles Terminal time Tips Tricks Tweets Twitter UNIX Windows XFCE Yum
This is a quick method with using cURL to check that Apache Compression with mod_gzip and mod_deflate is working. Only the remote server headers are needed.
Check that the Apache Compression is Working
Get headers
curl -I -H 'Accept-Encoding: gzip,deflate' http://www.if-not-true-then-false.com
-I option which will make just HEAD request to server and get headers.
-H option add header for accecpt content-encondig gzip and deflate.
Check headers
» Continue Reading "cURL Tip: Check that the Apache Compression (gzip, deflate) is Working"

By default almost all Apache installation shows sensitive server information with Apache version number, server operating system details, installed Apache modules, PHP-version and so on. Attackers can use this information when performing attacks.
