-
Notifications
You must be signed in to change notification settings - Fork 66
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
RPC not working (HTTP status 500) #1311
Comments
Do you see any error in the webserver log? |
I'm "only" seeing the apache-log with the error.
Or is there somewhere else to check some logs? |
The log message look like it is from the If you use php-fpm these errors might also be logged on those logs. |
Thank you for learning me something new - wasn't aware of those logs. :) Error-out in php-fpm: |
The error should be fixed by 4b58985 Can you try the current code in the 1.2 branch and see if that fixes your issues? |
I have tried with the latest code (downloaded the zip-file of the repo - not only the few changed files in the commit). It fails, and very little are showed on the webpage (only the first elements). Error in php-fpm log:
(I'm not sure why the warning - the variable are defined with the value '/etc/MailScanner/rules' when checking /msconfig.php) |
Looks like I missed an |
No problem. :) But new error occours. :)
|
When I'm debugging, it seems like getting some kind of the expected response from remote server.
The response above is identical if there is one or two servers listed in "RPC_REMOTE_SERVER" (there is 3 servers in total in the setup). |
Any idea to something I could test, to troubleshoot this issue? :) |
Hi,
I'm trying to do a setup with three servers, where I want RPC to work between the servers.
The servers are running Rocky Linux 9.2 with "native" PHP (8.0.30).
I have done the config.php to work with RPC, but despites that, I'm only getting "HTTP/1.1 500 Internal Server Error" returned from the other servers (they're using a copy of the config, to ensure it's working - and the web-interface with MailWatch are also working fine - except RPC - from the other servers).
I'm using MailWatch version 1.2.30.
Any clue how to troubleshoot this issue? :)
Br,
Anders
The text was updated successfully, but these errors were encountered: