Linux (Basics): 4 of 4 - Configure Apache as reverse proxy to host .Net Core WebAPI on Linux Ubuntu

Опубликовано: 04 Октябрь 2024
на канале: The Solution Architect
7,494
87

In this video, I demo how to put everything together, configure Apache as a reverse proxy, deploy ASP.Net Core 3.1 WebAPI to host on Linux Ubuntu 18.04 and connect to MySQL database. This is video 4 of 4 videos. (Below at the end is a full list of what this video covers.)

There will be 4 videos in this series:
1. Install/configure MySQL on Linux Ubuntu 18.04 (   • Linux (Basics): 1 of 4 - Install MySQ...  )
2. Configure MySQL on Linux Ubuntu 18.04 and connect from Windows (   • Linux (Basics): 2 of 4 - Configure My...  )
3. Develop Asp.Net Core 3.1 WebAPI connecting to MySQL database
4. Deploy, release and test Asp.Net Core 3.1WebAPI on Apache on Linux Ubuntu 18.04 (   • Linux (Basics): 4 of 4 - Configure Ap...  )

Link to all the code: https://github.com/charlesbill/TheSol...

If you want, you can also support me on Patreon:   / thesolutionarchitect  

This video covers the following:
1. Install DotNet Core Runtime Libraries and Dotnet SDK on Linux
2. Install and configure Apache 2
3. Configure Firewall Settings UFW
4. Install OpenSSH
5. Configure Apache on sites-available
6. Make some code changes for port forwarding
7. Copy Files from Windows to Linux using FileZilla
8. Run a Release on Linux
9. Install Supervisor
10. Configure and copy files to the /var/www folder
11. Create config file on Supervisor for you web API
12. Test web API on Linux (localhost)
13. Test web API on Postman from Windows 10 PC