Re: [users@httpd] PHP-FPM with Reverse Proxy via cannot get to Post

2021-07-31 Thread Frank Gingras
The error log entries on the httpd and php-fpm side will be helpful to continue troubleshooting. A POST request is not typically a problem for this configuration. On Thu, 29 Jul 2021 at 23:47, JEA Holdings LLC wrote: > Hello... > > Our project has moved to a new OS that needs PHP-FPM I got the

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Frank Gingras
You will likely find that d...@httpd.apache.org is a better venue for this, as the users@httpd.apache.org is more tailored for configuration questions and troubleshooting issues with the HTTPd server in general. On Sat, 31 Jul 2021 at 08:46, Harald Schlangmann wrote: > It turned out that DNS res

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Harald Schlangmann
It turned out that DNS resolution behaves different whether the mail function is called in Apache server / module process context, or when ran from the test command line program. Replacing the SMTP DNS name with its IP4 address did the magic. But I'd rather use the symbolic name... >> smtp fail

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Antony Stone
On Saturday 31 July 2021 at 12:11:16, Harald Schlangmann wrote: > The error log is rather odd and is coming with a debugging output I add > myself only: > > [Sat Jul 31 10:13:29.824371 2021] [:debug] [pid 30273:tid 3027227680] > src/mod_mini_booking.c(73): [client 81.169.144.135:34004] handleBook

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Harald Schlangmann
The error log is rather odd and is coming with a debugging output I add myself only: [Sat Jul 31 10:13:29.824371 2021] [:debug] [pid 30273:tid 3027227680] src/mod_mini_booking.c(73): [client 81.169.144.135:34004] handleBooking(): smtp failed with Failed to authenticate with the given credential

Re: [users@httpd] Sending mail from Apache Module

2021-07-31 Thread Antony Stone
On Saturday 31 July 2021 at 11:46:50, Harald Schlangmann wrote: > First post to this group, so please forgive anything I'm doing wrong. Welcome. > Problem: everything is going fine except for sending a confirmation mail to > users once a booking has been successful. I use > https://github.com/so

[users@httpd] Sending mail from Apache Module

2021-07-31 Thread Harald Schlangmann
First post to this group, so please forgive anything I'm doing wrong. Environment: I develop a small booking solution using a RaspberryPi, the Apache server and - besides plain HTML pages - an Apache module written in C/C++ to handle booking logic requests. Problem: everything is going fine exc