Modules | Directives | FAQ | Glossary | Sitemap
Apache HTTP Server Version 2.4
Apache > HTTP Server > Documentation > Version 2.4 > Modules
Apache Module mod_suexec
Description: Allows CGI scripts to run as a specified user and Group Status: Extension Module Identifier: suexec_module Source File: mod_suexec.c
Summary
This module, in combination with the suexec support program allows CGI scripts to run as a specified user and Group.
Directives
Bugfix checklist
See also
SuexecUserGroup Directive
Description: User and group for CGI programs to run as Syntax: SuexecUserGroup User Group Context: server config, virtual host Status: Extension Module: mod_suexec The SuexecUserGroup directive allows you to specify a user and group for CGI programs to run as. Non-CGI requests are still processed with the user specified in the User directive.
Example
SuexecUserGroup nobody nogroupStartup will fail if this directive is specified but the suEXEC feature is disabled.
See also
Comments
Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists. var comments_shortname = 'httpd'; var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_suexec.html'; (function(w, d) { if (w.location.hostname.toLowerCase() == "httpd.apache.org") { d.write('<\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { d.write('
Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //-->
Copyright 2017 The Apache Software Foundation.
if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //-->
Licensed under the Apache License, Version 2.0.