-
Notifications
You must be signed in to change notification settings - Fork 505
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
Bad Request (400) after installing FIR #46
Comments
Thanks for bringing this up. I'll try to reproduce on my end and let you know what's up. |
Thank you. I've installed it directly, without using virtualenv. |
I got the same thing but remedied it and I unfortunately do not remember exactly what fixed it. I am fairly sure that it was a path in one of the config files. Look them over carefully, especially the FCGI configuration. You'll see some places where it has paths like: /path/to/your/fir/install/ You need to modify all of these locations to the correct path. These are not clearly outlined in the text of the instructions but will be obvious when you look for them. The other thing I messed with was the hostname but I don't think that was the source of the 400 error. If you fix all the paths and still get the error, reply here and we'll check some other things. |
OK, thanks to spcampbell I managed to solve it. Thank you all. |
Thanks a lot for your feedback. Are you sure it's |
My mistake, it's localhost without s |
FYI I went back and tested to see what it was that fixed my 400 errors. I actually had to put the ip address of the server in the ALLOWED_HOSTS setting. Localhost or 127.0.0.1 did not allow it to work. |
Yes, AFAIU the |
I want to see the django interface at public IP what should I do for it.
|
What hostname are you using to browse to FIR? That's what you need to add to the |
I am writing the static_ip that I have assigned to the system in browser. |
That value should be the one you add to |
I have added |
No, the |
Thanks its working 👍 |
fir start/running, process 5672..terminal give this message.how to check that FIR is running?? |
If you followed the instructions you should have an upstart script, so you can |
I followed the instructions in the production installation part, and when I'm trying to access the webpage I getting Bad Request (400) error. No clues in Nginx log files.
The text was updated successfully, but these errors were encountered: