You seem to have php5 module loaded as well, it usually conflicts with suphp, 
you might want to try commenting it out.

Though I'm baffled by the error message you get (Invalid command
'suPHP_UserGroup', perhaps misspelled or defined by a module not included in 
the server configuration) since it usually means you forgot to load the 
module.

El Viernes 25/09/2015, David Biers escribió:
> Yes it is loaded:
>
> ^ 10:51 : [root@heart ~ ]#> httpd -M | grep "suphp\|suexec"
> [Fri Sep 25 10:51:36.767482 2015] [so:warn] [pid 54291] AH01574: module
> php5_module is already loaded, skipping
> AH00548: NameVirtualHost has no effect and will be removed in the next
> release /etc/httpd/conf.d/domain.com.conf:5
>  suexec_module (shared)
>  suphp_module (shared)
>
> On Fri, Sep 25, 2015 at 10:44 AM, Ricardo J. Barberis <
>
> [email protected]> wrote:
> > El Jueves 24/09/2015, David Biers escribió:
> > > Hi All,
> > >
> > > I've installed suPHP via source and compiled with the following
> >
> > arguments:
> > > ./configure --prefix=/usr --sysconfdir=/etc
> > > --with-apr=/bin/apr-1-config --with-apxs=/bin/apxs
> > > --with-apache-user=apache
> >
> > --with-setid-mode=paranoid
> >
> > > --with-php=/bin/php-cgi --with-logfile=/var/log/httpd/suphp_log
> > > --enable-SUPHP_USE_USERGROUP=yes
> > >
> > > I'm having a problem where in-that the "suPHP_UserGroup" directive is
> >
> > still
> >
> > > not recognized for what ever reason and is preventing apache from
> >
> > starting:
> > > Sep 24 17:55:47 server.domain.com systemd[1]: Starting The Apache HTTP
> > > Server...
> > > Sep 24 17:55:47 server.domain.com httpd[46295]: AH00548:
> > > NameVirtualHost has no effect and will be removed in the next release
> > > /etc/httpd/conf.d/domain.com.conf:5
> > > Sep 24 17:55:47 server.domain.com httpd[46295]: AH00526: Syntax error
> > > on line 15 of /etc/httpd/conf.d/domain.com.conf:
> > > Sep 24 17:55:47 server.domain.com httpd[46295]: Invalid command
> > > 'suPHP_UserGroup', perhaps misspelled or defined by a module not
> > > included in the server configuration
> > >
> > > I am unsure of what I am doing wrong as from what I can tell I've
> > > configured it from source using "paranoid".  The lines specifying
> >
> > UserGroup
> >
> > > inside my vhosts are within a <Directory /path/to/webroot> tag as well.
> >
> > Basic question, but since you don't mention it: do you actually have
> > suphp loaded in your config?
> >
> > This 2 lines should be somewhere in your httpd.conf or in some file
> > included
> > from it:
> >
> > LoadModule suphp_module /usr/lib/httpd/mod_suphp.so
> > suPHP_Engine on
> >
> > Regards,
> > --
> > Ricardo J. Barberis
> > Senior SysAdmin / IT Architect
> > DonWeb
> > La Actitud Es Todo
> > www.DonWeb.com
> >
> > _______________________________________________
> > suPHP mailing list
> > [email protected]
> > https://lists.marsching.com/mailman/listinfo/suphp

_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to