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-
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.
-
Where would I look to check for the subdomain vhost? How would I only redirect with the specific subdomain
-
If they are both sharing the same vhost, that won't work. If the subdomain was created in cPanel, we should also have created a separate Apache vhost for the subdomain, which typically looks like...
-
For some reason this makes the main domain point to the port as well. For clarify we have a domain and subdomain on the same account. I am trying to make a specific port go to subdomain.ca but whe...