Knowledge.ToString()

Tag: apache

  • Host ASP.NET Core 6 Application with Apache Using Webmin

    Install .Net Core 6 on Ubuntu 20

    If you are using Webmin to administer your Linux box, here are the steps to run ASP.NET Core 6 application with Apache. If you are interested in installing .Net Core 3, you may use this article. Prerequisites I assume that you have setup your server, Webmin and everything is up and running. Install .Net Core…

    |

  • Host ASP.NET Core 3 with Apache Using Webmin

    If you are using Webmin to administer your Linux box, here are the steps to run ASP.NET Core application with Apache. Prerequisites Ubuntu 18.04 / 20.04 Webmin I assume that you have setup your server, Webmin and everything is up and running. Install .Net Core Here is a compilation of commands to install the .Net…

    |

  • Apache rewrite rule to redirect non-www to www with Let’s Encrypt exception

    If you would like to redirect your non-www url to www and also add Let’s Encrypt path (/.well-known/acme-challenge/) to exception, here are the rules Add following to your non-ssl Virtual Host Add following to your ssl enabled Virtual Host

    |