Viewing articles tagged 'apache'
CentOS 5x – Have the latest OpenSSL 1-0-2 running on Apache 2-2-3
CentOS 5.x is old and EOL. But there are still lots of servers running this version. I needed...
Leverage Browser setup
Below config file needs to be done in your apache httpd.conf or htaccess file: <IfModule...
Secure cookie with HttpOnly and Secure flag in Apache
Do you know you can mitigate most common XSS attacks using HttpOnly and Secure flag with your...