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] cannot run test program while cross compiling

2023-02-15 Thread 유원석
I can't find any trace tho.. can you suggest? Added build options --- configure: summary of build options: Server Version: 2.5.1 Install prefix: /usr/local/apache2 C compiler: aarch64-gnu-linux-gcc -march=armv8-a+crc -fstack-protector-strong -D_FO

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

2023-02-15 Thread Eric Covener
> ErrorLog entry: I mean the contents of the log. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

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

2023-02-15 Thread accelerator0099
It works fine for /tmp itself, but says 403 for any directories under /tmp, regardless of their permissions (neither 777 nor 1777 works) All directories are owned by root and root group ErrorLog entry: > ErrorLog "/var/log/httpd/error_log" > > LogLevel debug > > > # > # The followin

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

2023-02-15 Thread Vladimir Chlup
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 permissions in subdirectories/files themselves? Regards, On Wed, Feb 15, 2023 at 4:06 PM accelerator0099 wrote

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

2023-02-15 Thread Eric Covener
> Except for anything under /tmp. > > I always get 403 Forbidden for that. > What's the verbatim ErrorLog entry for it? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@http

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

2023-02-15 Thread accelerator0099
That's for serving temporary files, of course. I am developing a file-sharing web application, but it hasn't finished yet. Before finishing it if I upload something to or download something from the server those files are stored in /tmp. In most cases they are just temporary files and should

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

2023-02-15 Thread Antony Stone
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 security feature whic

[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

Re: [users@httpd] cannot run test program while cross compiling

2023-02-15 Thread 유원석
No, so I tried and all compiles process works I moved httpd and what should be required to the target and it fails with core dumped It seems no log there I have no clue about what i should do next Thank you -Original Message- From: "Vladimir Chlup" To: ; Cc: Sent: 2023-02-15 (수) 17:07:4

[users@httpd] Query about support for OpenSSL 1.1.1

2023-02-15 Thread Vivek Naruka (EXT-NSB)
Hi Team, There is new version of Openssl i.e. Openssl 3.0 available for which Httpd provide support in its newly released versions. We are using Openssl version 1.1.1 in our project and need to know that if Httpd will continue its support towards Openssl 1.1.1 as well till year 2030. Thanks and

Re: [users@httpd] cannot run test program while cross compiling

2023-02-15 Thread Vladimir Chlup
Hello, Did you try to rename `aarch64-linux-libtool` to `libtool`? Regards, On Wed, Feb 15, 2023 at 1:35 AM 유원석 wrote: > Thank you for your supports > > I pass through but having new error in make command. > "libtool: command not found" > > But the thing is libtool-bin's been installed by sud