suPHP_UserGroup perhaps misspelled

MR.Sparrow

New member
Joined
Feb 1, 2012
Messages
17
hello

i can't restart or start httpd i got this message

PHP:
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 31 of /etc/httpd/conf/extra/httpd-directories.conf:
Invalid command 'suPHP_UserGroup', perhaps misspelled or defined by a module not included in the server configuration

i have php5 cgi apache 2.2 on centos 5 32

any advice ;)
 
Hello,

What is output:

Code:
cat /usr/local/directadmin/custombuild/configure/suphp/configure.suphp

and

Code:
cat /usr/local/directadmin/custombuild/custom/suphp/configure.suphp


Note

Code:
--with-setid-mode=MODE  Mode to use for setting UID/GID. MODE can be on of 
                          "owner", "config" or "paranoid"; defaults to 
                          "owner".

suPHP_UserGroup (expects user- and groupname)

* Only supported when compiled with setid-mode "force" or "paranoid" *
Specify the user- and groupname to run PHP-scripts with. This setting
can only be used within a <Directory> or <Location> context.
Example: suPHP_UserGroup foouser bargroup

http://www.suphp.org/DocumentationView.html?file=apache/CONFIG
 
Back
Top