I can't find `mod_privileges` in the output of `httpd -M`. And `grep -ir "PrivilegesMode" /etc/apache2/**/*` doesn't give me any hits either. I also can't find it in the EasyApache profile on my webpanel. So unless the default mode is SECURE, I don't think it's enabled. Or are there any other places I should look?
The command you asked for returns the following: [root@server1 ~]# ls -lasd /var/run/apache2 0 drwx--x--- 3 root nobody 100 Jul 4 11:04 /var/run/apache2 On Tuesday, July 3, 2018 at 11:48:30 PM UTC+2, Graham Dumpleton wrote: > > Have you gone back to the CPanel Apache config and confirmed whether: > > PrivilegesMode SECURE > > is defined or not? > > What do you get when you run: > > ls -lasd /var/run/apache2 > > Graham > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
