skip to Main Content

Google OAuth Redirect Uri in Apache Reverse Proxy

I'm trying to setup a web server using Apache as reverse proxy connected to a ASP.NET CORE web application hosted by kestrel. I've followed the tutorial here: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-apache?view=aspnetcore-3.1 The website uses the Google Calendar Api to get a users calanedar…

VIEW QUESTION

Parsing Apache logs with bash

I want to parse an Apache log file such as: 1.1.1.1 - - [12/Dec/2019:18:25:11 +0100] "GET /endpoint1/ HTTP/1.1" 200 4263 "-" "Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0" "-" 1.1.1.1 - - [13/Dec/2019:18:25:11 +0100] "GET /endpoint1/ HTTP/1.1" 200 4263 "-"…

VIEW QUESTION
Back To Top
Search