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
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
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_
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
> :
>
>
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