Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Error #17

Open
husui007 opened this issue Nov 6, 2022 · 0 comments
Open

404 Error #17

husui007 opened this issue Nov 6, 2022 · 0 comments

Comments

@husui007
Copy link

husui007 commented Nov 6, 2022

I am running this bot on a webserver shared with other sites so using a proxy to forward requests to port 4000. But when I use apache with proxy configured (and mods enabled), I get a 404 error.

<VirtualHost *:80>
  ServerName tradingview.xxx.com
  ProxyPreserveHost On
  <Proxy *>
  Order deny,allow
  Allow from all
  </Proxy>
  ProxyPass / http://localhost:4000/
  ProxyPassReverse / http://localhost:4000/
</VirtualHost>

The server is receiving the requests. But due to the 404 error, apache reverts to the default site instead of processing the requests.

Is there any way I can enable logging to understand why this isn't working on my server?

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant