Replies: 3 comments
-
|
This is not really a bug report or feature request, but rather a request for debugging help, thus I'm converting it to a discussion. Please use issues only for concrete bug reports or feature requests. |
Beta Was this translation helpful? Give feedback.
-
|
I'm not an apache expert, but I think you should try to use |
Beta Was this translation helpful? Give feedback.
-
|
I've finally managed to get it running using
Documentation on how to use the fpm inside of the container, ideally with some examples, would be helpful. I couldn't find any apart from a docker-compose file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the fpm docker image running, but encounter the issue that php-fpm will just give me a 404 "File not found." response for every request.
My docker-compose looks like this:
After starting the container, the Roundcube files are successfully copied to /opt/roundcube/www_html and an SQLite database is created inside /opt/roundcube/db.
Apache configuration:
Requests to the roundcube domain are then successfully served by PHP-FPM inside of the container, but every request gives me an HTTP 404 with the content "File not found. " I assume this comes from the FPM service, but it is as well possible that it comes from Roundcube. However, I'm unable to find any helpful logs anywhere.
I've also tried to use
SetHandler proxy:fcgi://localhost:9001/var/www/html/in case the image serves / instead of the Roundcube files, which was my first assumption, but with the same result.docker logs roundcubemailgives me the following log:Either something is wrong with the image, or I missed something out (in the latter case I wish the documentation was better).
Beta Was this translation helpful? Give feedback.
All reactions