Within httpd.con file I have seen these duplicate directives (#1 and #2):
1.
<IfModule !mpm_winnt.c>
<IfModule !mpm_netware.c>
LockFile logs/accept.lock
</IfModule>
</IfModule>
2.
<IfModule !mpm_winnt.c>
<IfModule !mpm_netware.c>
User nobody
Group #-1
Group nobody
</IfModule>
</IfModule>
It is ok to combine them into a single one? Or there is a particular reason behind these configuration settings.
Thank you,