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

Update functions.sh #638

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

michaelbarkdoll
Copy link
Contributor

Fix proxy_fcgi:error timeout expiration of apache communicating with php_fpm.

Using Rocky 9 inside a VM inside the latest VirtualBox, I experienced a timeout when capturing an image from a workstation. The timeout appears to be between Apache (httpd) and php-fpm. I tried increasing timeout values inside the GUI, but none seemed to address this issue.

Upon checking the httpd error logs, I noticed error_log was recording,

[proxy_fcgi:error] [pid 15073:tid 15195] (70007)The timeout specified has expired: ]client 192.168.0.200:32832] AH01075: Error dispatching request to : (polling)

Increasing the timeout in the /etc/httpd/fog.conf and restart httpd fixed the issue. I've seen others post similar experiences on your forums. I think this will help resolve their issue as well. You might want to rework the submit some to allow for GUI adjustments. Let me know if I can help further to be mention as a contributor, but honestly... I'd just be happy if another Rocky Linux user doesn't have to spend their morning figuring this out as well.

Fix proxy_fcgi:error timeout expiration of apache communicating with php_fpm.
@mastacontrola mastacontrola merged commit ec9cac7 into FOGProject:dev-branch Sep 4, 2024
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

Successfully merging this pull request may close these issues.

2 participants