I have a question I need an awser to. So I will just use an example:
I have a global cgi bin
in this bin I have a script
script has permissions 4755 (setuid)
If I now access this script form my domain I get an internal server error(suexec error really)
However, if I comment out username and group in my apache config for my domain, the script runs.
So the question now is, what user/group is one running as if they remove user/group directives in the httpd.conf?
I
I have a global cgi bin
in this bin I have a script
script has permissions 4755 (setuid)
If I now access this script form my domain I get an internal server error(suexec error really)
However, if I comment out username and group in my apache config for my domain, the script runs.
So the question now is, what user/group is one running as if they remove user/group directives in the httpd.conf?
I