Skip to main content

www.larmeir.com

  • Home
  • About Me

Category: Web Servers

Enable X-Forwarded-For on IIS 8.5 and up

December 10, 2017 Dustin Larmeir Leave a comment

It’s critical to enable X-Forwarded-For Logging when behind a proxy or load balancer in order grab the true IP address of visitors. To enable this in your IIS site follow the steps below: Step 1. Select your website in the IIS management console. In this example, I have a test site called www.larmeir.com. Ensure that […]

Read More

Apache Reverse Proxy Vhost Examples

September 14, 2017September 14, 2017 Dustin Larmeir Leave a comment

For certain projects I’ll use Nginx or Apache as a reverse proxy to back end web servers. While Nginx is far more light weight and faster, Apache is the swiss army knife of web servers and has just about every feature you could need. Here’s a couple of examples of Apache Reverse proxy vhosts. SSL […]

Read More

Enabling X-Forwarded-For Logging In Apache 2.4

September 14, 2017 Dustin Larmeir Leave a comment

It’s critical to enable X-Forwarded-For Logging when behind a proxy or load balancer in order grab the true IP address of visitors. To enable this in your Apache vhost configuration, simply add the following logging options: 1 2 3 4 5 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%{X-Forwarded-For}i %l […]

Read More

Recent Posts

  • Why am I using WordPress? A security engineer’s perspective
  • Damn Vulnerable NodeJS Application
  • CMS Poc Exploitation Framework
  • Enable X-Forwarded-For on IIS 8.5 and up
  • Apache Reverse Proxy Vhost Examples

Recent Comments

  • Non-ya on How to enable IPV6 and DHCP6 on a Fortigate firewall with FortiOS 5.2

Archives

  • January 2018
  • December 2017
  • September 2017

Categories

  • CMS
  • Exploits
  • Firewalls
  • Layer7 Security
  • Tools
  • Web Servers
sparkling Theme by Colorlib Powered by WordPress