Re: Can't enable mod_webobjects logging

2022-07-12 Thread Henrique Prange via Webobjects-dev
Hey guys, André nailed it! The PrivateTmp option was active on Apache's systemd configuration. For this reason, the /tmp folder was relocated to /tmp/systemd-private-*-httpd.service-*/tmp. Everything worked as expected after configuring the logWebObjects file in the correct folder. Thanks for

Re: Can't enable mod_webobjects logging

2022-07-11 Thread Henrique Prange via Webobjects-dev
Thanks for the pointers André and Markus. I’ll further investigate the issue today. Cheers, HP > On 11 Jul 2022, at 06:40, Andre Rothe via Webobjects-dev > wrote: > > Hi, > > Do you look for the right file? Some Linux distributions move the tmp > directory of the Apache from the global /tmp

Re: Re: Can't enable mod_webobjects logging

2022-07-11 Thread Andre Rothe via Webobjects-dev
Hi, Do you look for the right file? Some Linux distributions move the tmp directory of the Apache from the global /tmp into a generic subfolder (i.e. /tmp/systemd-private-9e162c536c6a47e092c258fa0469fdf8-httpd.service-sy17Sk/tmp). This tmp-subfolder has per default 777 (root:root, system_u:object_

Re: Can't enable mod_webobjects logging

2022-07-11 Thread Markus Stoll, junidas GmbH via Webobjects-dev
Hi Henrique I have no idea what Oracle Linux Server 8.6 is doing there, but this sounds as the apache child processes are running in some kind of sandbox. Maybe you have to declare some sandbox exception here? Markus > Am 10.07.2022 um 22:05 schrieb Henrique Prange via Webobjects-dev > : > >

Can't enable mod_webobjects logging

2022-07-10 Thread Henrique Prange via Webobjects-dev
Hey guys, I'm struggling to enable the WebObjects Apache adaptor log on Oracle Linux Server 8.6. I've configured it to write to /tmp/WebObjects.log, but it prints the following message to Apache's error log: Failed to append to log file '/tmp/WebObjects.log': Permission denied. This can occur