apache blank options and httpd.conf permitions

My options are blank after changing one of setting options, i read what to check and my httpd.conf had changed to permissions of 0600 owned /grouped root/iworx
i changed to 0644 had all is back to normal again but…

i have read 2 posts here one says

/etc/httpd/conf/httpd.conf has permissions of 644 and is owned/grouped root/iworx

the other

/etc/httpd/conf/httpd.conf has permissions of 644 and is owned/grouped root/root

which is correct ??

thank you

[root@iworx ~]# ls -la /etc/httpd/conf/httpd.conf
-rw-r–r-- 1 root root 36683 Apr 24 18:05 /etc/httpd/conf/httpd.conf
[root@iworx ~]#

This should be corect. There is no reason for Iworx to need to touch httpd.conf as all of the things it does are in individual vhost config files and even if it did it only has read access anyway.

i will correct that then, thanks for your reply appreciated.