How to Disable Apache Version Header
Step1- Open httpd configuration file # vi /usr/local/apache/conf/httpd.conf Step2- Update/modify the below lines ServerTokens Prod ServerSignature Off Step3- Restart apache
Read MoreFor Techs.... Techniques.... Technologies....
Step1- Open httpd configuration file # vi /usr/local/apache/conf/httpd.conf Step2- Update/modify the below lines ServerTokens Prod ServerSignature Off Step3- Restart apache
Read MoreWe can use the HEAD command to disaplay the header information of remote webserver. # HEAD -s ipaddress/domainname This will
Read MoreThe Zend Guard Loader is a PHP extension that runs PHP scripts encoded by Zend Guard. The Guard Loader extension
Read MoreSending Mail from PHP Using SMTP Authentication <?php require_once "Mail.php"; $from = "Sender <sender@example.com>"; $to = "Recipient <recipient@example.com>"; $subject =
Read MoreFor white-listing an ipaddress from geoip restriction, we need to add the below line in .htaccess file of domain. RewriteCond
Read MoreSometime we need to restrict the access to the website for a set of countries only. Here we can use
Read MoreMod_GeoIP module is used to get the geographic location of ipaddress of the visitor into the Apache web server. This
Read More