Re: [users@httpd] Apache is unable to access /tmp in any way

2023-02-15 Thread accelerator0099
I remember I have provided them in my first email. The server had only 3 lines of log except startup information.  > [authz_core:debug] [pid 4469:tid 140408108734144] mod_authz_core.c(815): [client 127.0.0.1:37804] AH01626: authorization result of Require all denied: denied  > [authz_core:debu

Re: [users@httpd] Apache is unable to access /tmp in any way

2023-02-15 Thread accelerator0099
#CustomLog "/var/log/httpd/access_log" combined > On 2/15/23 23:14, Vladimir Chlup wrote: Hello, I am not sure that the answer is correct. I briefly tried to set up Apache/2.4.55 with /tmp as you described and it seems to work fine. Are you sure that there is no issue with perm

Re: [users@httpd] Apache is unable to access /tmp in any way

2023-02-15 Thread accelerator0099
22:33, Antony Stone wrote: On Wednesday 15 February 2023 at 15:21:58, accelerator0099 wrote: Apache is unable to access /tmp in any way. I always get 403 Forbidden for that. Why is /tmp different from others? My guess (and it is one) is that since /tmp can be written to by any user, this is a se

[users@httpd] Apache is unable to access /tmp in any way

2023-02-15 Thread accelerator0099
This problem happened in a recent apache release before version 2.4.55. I encountered this after a system upgrade a month ago. Apache is unable to access /tmp in any way. We may let apache host some external websites by: Alias "/ext" "/path/to/external"      Options Indexes      Require