Brady.Gunn_Anishinabek
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Brady.Gunn_Anishinabek-
Ah thanks that did it!
-
But it still works when going to the address without https, so why wouldnt it work with https?
-
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...
-
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 ...
-
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"
-
Is there anything special I need to do in the include to make it https?
-
That did it, thanks for all the help!
-
Ok so once I make that file I write to it: " ProxyPass /.well-known ! ProxyPass / " Then do I need to restart the server?
-
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...
-
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.