Brady.Gunn_Anishinabek

  • Total activity 18
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Brady.Gunn_Anishinabek
  • Brady.Gunn_Anishinabek commented,

    But it still works when going to the address without https, so why wouldnt it work with https?

  • Brady.Gunn_Anishinabek commented,

    So because I am using a reverse proxy to run an app from a different port to the subdomain I didn't think I needed anything on the folder of the subdomain. Do I need an index in there, if so what d...

  • Brady.Gunn_Anishinabek commented,

    Error Logs: ' [Fri Mar 31 08:06:30.776104 2023] [autoindex:error] [pid 13911:tid 47315928778496] [client [MY IP]] AH01276: Cannot serve directory /home/[USER]/public_html/[SUBDOMAIN]/: No matching ...

  • Brady.Gunn_Anishinabek commented,

    I reverseproxyed the app from the port it is running on to www.subdomain.ca without a specified port. It works when I don't add https:// but when I do it gives me a "500 Internal Server Error"

  • Brady.Gunn_Anishinabek commented,

    Is there anything special I need to do in the include to make it https?

  • Brady.Gunn_Anishinabek commented,

    That did it, thanks for all the help!

  • Brady.Gunn_Anishinabek commented,

    Ok so once I make that file I write to it: " ProxyPass /.well-known ! ProxyPass / " Then do I need to restart the server?

  • Brady.Gunn_Anishinabek commented,

    Wait nevermind I found the file. The subdomain does have the code you specified in the httpd.conf file for the subdomain. Now that I've confirmed there is a seperate vhost what do I need to do? It...

  • Brady.Gunn_Anishinabek commented,

    I am having issues finding the apache2 folder, There is an /etc/ folder in the root of the server, but it doesn't have a sub-directory of apache2.

  • Brady.Gunn_Anishinabek commented,

    Ah thanks that did it!