When Apache is started, the error "setgid: Invalidargument" is reported.
Source: Internet
Author: User
Article title: "setgid: Invalidargument" error reported when Apache is started. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
The Group command in your Apache configuration file (conf/httpd. conf) must be set to a valid Group name. This problem occurs generally because the Group command parameter value in the configuration file is negative (for example, "Group #-1 "). Do not specify the group ID that Apache will support. otherwise, specify the correct group name.
Generally, the Group command value in the Apache configuration file is set to "nobody", while the User command value is set to "nobody", that is, Apache is required to run as nobody. nobody.
Through the above operations, we believe this problem can be solved.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service